Home
last modified time | relevance | path

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

/linux-2.6.39/include/scsi/fc/
Dfc_els.h368 __be16 rrq_rx_id; /* responders exchange ID */ member
/linux-2.6.39/drivers/scsi/libfc/
Dfc_exch.c2013 rrq->rrq_rx_id = htons(ep->rxid); in fc_exch_rrq()
2064 ntohs(rp->rrq_ox_id) : ntohs(rp->rrq_rx_id); in fc_exch_els_rrq()
2072 if (ep->rxid != ntohs(rp->rrq_rx_id) && in fc_exch_els_rrq()
/linux-2.6.39/drivers/scsi/bnx2fc/
Dbnx2fc_els.c86 rrq.rrq_rx_id = htons(aborted_io_req->task->rx_wr_tx_rd.rx_id); in bnx2fc_send_rrq()