Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/fc/
Dfc_els.h271 __be16 rrq_rx_id; member
/kernel/linux/linux-5.10/drivers/scsi/libfc/
Dfc_exch.c2263 rrq->rrq_rx_id = htons(ep->rxid); in fc_exch_rrq()
2315 ntohs(rp->rrq_ox_id) : ntohs(rp->rrq_rx_id); in fc_exch_els_rrq()
2322 sid, xid, ntohs(rp->rrq_rx_id), ntohs(rp->rrq_ox_id)); in fc_exch_els_rrq()
2325 if (ep->rxid != ntohs(rp->rrq_rx_id) && in fc_exch_els_rrq()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/fc/
Dfc_els.h253 __be16 rrq_rx_id; member
/kernel/linux/linux-5.10/include/uapi/scsi/fc/
Dfc_els.h456 __be16 rrq_rx_id; /* responders exchange ID */ member
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
Dbnx2fc_els.c95 rrq.rrq_rx_id = htons(aborted_io_req->task->rxwr_txrd.var_ctx.rx_id); in bnx2fc_send_rrq()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
Dqedf_els.c313 rrq.rrq_rx_id = in qedf_send_rrq()