Lines Matching refs:rxid
298 fh->fh_rx_id = htons(ep->rxid); in fc_exch_setup_hdr()
877 ep->rxid = FC_XID_UNKNOWN; in fc_exch_em_alloc()
1013 ep->rxid = ep->xid; in fc_exch_resp()
1060 if (ep->rxid == FC_XID_UNKNOWN) in fc_seq_lookup_recip()
1061 ep->rxid = ntohs(fh->fh_rx_id); in fc_seq_lookup_recip()
1062 else if (ep->rxid != ntohs(fh->fh_rx_id)) { in fc_seq_lookup_recip()
1186 ep->rxid == FC_XID_UNKNOWN) { in fc_seq_lookup_orig()
1187 ep->rxid = ntohs(fh->fh_rx_id); in fc_seq_lookup_orig()
1586 if (ep->rxid == FC_XID_UNKNOWN) in fc_exch_recv_seq_resp()
1587 ep->rxid = ntohs(fh->fh_rx_id); in fc_exch_recv_seq_resp()
2010 u16 xid, rxid, oxid; in fc_exch_els_rec() local
2018 rxid = ntohs(rp->rec_rx_id); in fc_exch_els_rec()
2025 xid = rxid; in fc_exch_els_rec()
2029 sid, rxid, oxid); in fc_exch_els_rec()
2036 sid, rxid, oxid); in fc_exch_els_rec()
2040 sid, rxid, oxid); in fc_exch_els_rec()
2043 if (rxid != FC_XID_UNKNOWN && rxid != ep->rxid) in fc_exch_els_rec()
2056 acc->reca_rx_id = htons(ep->rxid); in fc_exch_els_rec()
2245 rrq->rrq_rx_id = htons(ep->rxid); in fc_exch_rrq()
2307 if (ep->rxid != ntohs(rp->rrq_rx_id) && in fc_exch_els_rrq()
2308 ep->rxid != FC_XID_UNKNOWN) in fc_exch_els_rrq()