Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/libfc/
Dfc_exch.c2260 rrq->rrq_ox_id = htons(ep->oxid); in fc_exch_rrq()
2313 ntohs(rp->rrq_ox_id) : ntohs(rp->rrq_rx_id); in fc_exch_els_rrq()
2320 sid, xid, ntohs(rp->rrq_rx_id), ntohs(rp->rrq_ox_id)); in fc_exch_els_rrq()
2321 if (ep->oxid != ntohs(rp->rrq_ox_id)) in fc_exch_els_rrq()
/linux-6.1.9/include/uapi/scsi/fc/
Dfc_els.h463 __be16 rrq_ox_id; /* originator exchange ID */ member
/linux-6.1.9/drivers/scsi/bnx2fc/
Dbnx2fc_els.c94 rrq.rrq_ox_id = htons(aborted_io_req->xid); in bnx2fc_send_rrq()
/linux-6.1.9/drivers/scsi/qedf/
Dqedf_els.c312 rrq.rrq_ox_id = htons(aborted_io_req->xid); in qedf_send_rrq()