Lines Matching refs:rxid
310 fh->fh_rx_id = htons(ep->rxid); in fc_exch_setup_hdr()
889 ep->rxid = FC_XID_UNKNOWN; in fc_exch_em_alloc()
1025 ep->rxid = ep->xid; in fc_exch_resp()
1072 if (ep->rxid == FC_XID_UNKNOWN) in fc_seq_lookup_recip()
1073 ep->rxid = ntohs(fh->fh_rx_id); in fc_seq_lookup_recip()
1074 else if (ep->rxid != ntohs(fh->fh_rx_id)) { in fc_seq_lookup_recip()
1198 ep->rxid == FC_XID_UNKNOWN) { in fc_seq_lookup_orig()
1199 ep->rxid = ntohs(fh->fh_rx_id); in fc_seq_lookup_orig()
1598 if (ep->rxid == FC_XID_UNKNOWN) in fc_exch_recv_seq_resp()
1599 ep->rxid = ntohs(fh->fh_rx_id); in fc_exch_recv_seq_resp()
2022 u16 xid, rxid, oxid; in fc_exch_els_rec() local
2030 rxid = ntohs(rp->rec_rx_id); in fc_exch_els_rec()
2037 xid = rxid; in fc_exch_els_rec()
2041 sid, rxid, oxid); in fc_exch_els_rec()
2048 sid, rxid, oxid); in fc_exch_els_rec()
2052 sid, rxid, oxid); in fc_exch_els_rec()
2055 if (rxid != FC_XID_UNKNOWN && rxid != ep->rxid) in fc_exch_els_rec()
2068 acc->reca_rx_id = htons(ep->rxid); in fc_exch_els_rec()
2257 rrq->rrq_rx_id = htons(ep->rxid); in fc_exch_rrq()
2319 if (ep->rxid != ntohs(rp->rrq_rx_id) && in fc_exch_els_rrq()
2320 ep->rxid != FC_XID_UNKNOWN) in fc_exch_els_rrq()