Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/scsi/fc/
Dfc_els.h357 __be16 rrq_ox_id; /* originator exchange ID */ member
/Linux-v5.4/drivers/scsi/libfc/
Dfc_exch.c2244 rrq->rrq_ox_id = htons(ep->oxid); in fc_exch_rrq()
2297 ntohs(rp->rrq_ox_id) : ntohs(rp->rrq_rx_id); in fc_exch_els_rrq()
2304 sid, xid, ntohs(rp->rrq_rx_id), ntohs(rp->rrq_ox_id)); in fc_exch_els_rrq()
2305 if (ep->oxid != ntohs(rp->rrq_ox_id)) in fc_exch_els_rrq()
/Linux-v5.4/drivers/scsi/qedf/
Dqedf_els.c293 rrq.rrq_ox_id = htons(aborted_io_req->xid); in qedf_send_rrq()
/Linux-v5.4/drivers/scsi/bnx2fc/
Dbnx2fc_els.c94 rrq.rrq_ox_id = htons(aborted_io_req->xid); in bnx2fc_send_rrq()