Lines Matching refs:rxid
309 fh->fh_rx_id = htons(ep->rxid); in fc_exch_setup_hdr()
866 ep->rxid = FC_XID_UNKNOWN; in fc_exch_em_alloc()
981 ep->rxid = ep->xid; in fc_exch_resp()
1028 if (ep->rxid == FC_XID_UNKNOWN) in fc_seq_lookup_recip()
1029 ep->rxid = ntohs(fh->fh_rx_id); in fc_seq_lookup_recip()
1030 else if (ep->rxid != ntohs(fh->fh_rx_id)) { in fc_seq_lookup_recip()
1154 ep->rxid == FC_XID_UNKNOWN) { in fc_seq_lookup_orig()
1155 ep->rxid = ntohs(fh->fh_rx_id); in fc_seq_lookup_orig()
1541 if (ep->rxid == FC_XID_UNKNOWN) in fc_exch_recv_seq_resp()
1542 ep->rxid = ntohs(fh->fh_rx_id); in fc_exch_recv_seq_resp()
1956 u16 rxid; in fc_exch_els_rec() local
1965 rxid = ntohs(rp->rec_rx_id); in fc_exch_els_rec()
1969 sid == fc_host_port_id(lport->host) ? oxid : rxid); in fc_exch_els_rec()
1975 if (rxid != FC_XID_UNKNOWN && rxid != ep->rxid) in fc_exch_els_rec()
1986 acc->reca_rx_id = htons(ep->rxid); in fc_exch_els_rec()
2157 rrq->rrq_rx_id = htons(ep->rxid); in fc_exch_rrq()
2216 if (ep->rxid != ntohs(rp->rrq_rx_id) && in fc_exch_els_rrq()
2217 ep->rxid != FC_XID_UNKNOWN) in fc_exch_els_rrq()