Lines Matching refs:rxid
299 fh->fh_rx_id = htons(ep->rxid); in fc_exch_setup_hdr()
881 ep->rxid = FC_XID_UNKNOWN; in fc_exch_em_alloc()
1017 ep->rxid = ep->xid; in fc_exch_resp()
1064 if (ep->rxid == FC_XID_UNKNOWN) in fc_seq_lookup_recip()
1065 ep->rxid = ntohs(fh->fh_rx_id); in fc_seq_lookup_recip()
1066 else if (ep->rxid != ntohs(fh->fh_rx_id)) { in fc_seq_lookup_recip()
1190 ep->rxid == FC_XID_UNKNOWN) { in fc_seq_lookup_orig()
1191 ep->rxid = ntohs(fh->fh_rx_id); in fc_seq_lookup_orig()
1590 if (ep->rxid == FC_XID_UNKNOWN) in fc_exch_recv_seq_resp()
1591 ep->rxid = ntohs(fh->fh_rx_id); in fc_exch_recv_seq_resp()
2026 u16 xid, rxid, oxid; in fc_exch_els_rec() local
2034 rxid = ntohs(rp->rec_rx_id); in fc_exch_els_rec()
2041 xid = rxid; in fc_exch_els_rec()
2045 sid, rxid, oxid); in fc_exch_els_rec()
2052 sid, rxid, oxid); in fc_exch_els_rec()
2056 sid, rxid, oxid); in fc_exch_els_rec()
2059 if (rxid != FC_XID_UNKNOWN && rxid != ep->rxid) in fc_exch_els_rec()
2072 acc->reca_rx_id = htons(ep->rxid); in fc_exch_els_rec()
2261 rrq->rrq_rx_id = htons(ep->rxid); in fc_exch_rrq()
2323 if (ep->rxid != ntohs(rp->rrq_rx_id) && in fc_exch_els_rrq()
2324 ep->rxid != FC_XID_UNKNOWN) in fc_exch_els_rrq()