Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/scsi/fc/
Dfc_els.h368 __be16 rrq_rx_id; /* responders exchange ID */ member
/linux-4.4.14/drivers/scsi/libfc/
Dfc_exch.c2157 rrq->rrq_rx_id = htons(ep->rxid); in fc_exch_rrq()
2208 ntohs(rp->rrq_ox_id) : ntohs(rp->rrq_rx_id); in fc_exch_els_rrq()
2216 if (ep->rxid != ntohs(rp->rrq_rx_id) && in fc_exch_els_rrq()
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_els.c87 rrq.rrq_rx_id = htons(aborted_io_req->task->rxwr_txrd.var_ctx.rx_id); in bnx2fc_send_rrq()