Home
last modified time | relevance | path

Searched refs:rdev_wr (Results 1 – 1 of 1) sorted by relevance

/drivers/scsi/csiostor/
Dcsio_lnode.c1473 struct fw_rdev_wr *rdev_wr; in csio_fcoe_fwevt_handler() local
1512 rdev_wr = (struct fw_rdev_wr *) (cmd + 4); in csio_fcoe_fwevt_handler()
1515 ntohl(rdev_wr->alloc_to_len16)); in csio_fcoe_fwevt_handler()
1517 ntohl(rdev_wr->flags_to_assoc_flowid)); in csio_fcoe_fwevt_handler()
1522 rdev_wr->event_cause, vnpi); in csio_fcoe_fwevt_handler()
1524 if (rdev_wr->protocol != PROT_FCOE) { in csio_fcoe_fwevt_handler()
1528 rdev_wr->protocol, in csio_fcoe_fwevt_handler()
1546 &rdev_wr->u.fcoe_rdev); in csio_fcoe_fwevt_handler()
1557 ln->cur_evt = rdev_wr->event_cause; in csio_fcoe_fwevt_handler()
1558 CSIO_INC_STATS(ln, n_evt_fw[rdev_wr->event_cause]); in csio_fcoe_fwevt_handler()
[all …]