Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/scsi/fc/
Dfc_els.h367 __be16 rrq_ox_id; /* originator exchange ID */ member
/linux-4.1.27/drivers/scsi/libfc/
Dfc_exch.c2156 rrq->rrq_ox_id = htons(ep->oxid); in fc_exch_rrq()
2208 ntohs(rp->rrq_ox_id) : ntohs(rp->rrq_rx_id); in fc_exch_els_rrq()
2214 if (ep->oxid != ntohs(rp->rrq_ox_id)) in fc_exch_els_rrq()
/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_els.c86 rrq.rrq_ox_id = htons(aborted_io_req->xid); in bnx2fc_send_rrq()