Lines Matching refs:ntohs
982 ep->oxid = ntohs(fh->fh_ox_id); in fc_exch_resp()
1021 xid = ntohs(fh->fh_ox_id); /* we originated exch */ 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()
1035 xid = ntohs(fh->fh_rx_id); /* we are the responder */ in fc_seq_lookup_recip()
1144 xid = ntohs((f_ctl & FC_FC_EX_CTX) ? fh->fh_ox_id : fh->fh_rx_id); in fc_seq_lookup_orig()
1155 ep->rxid = ntohs(fh->fh_rx_id); in fc_seq_lookup_orig()
1532 ep = fc_exch_find(mp, ntohs(fh->fh_ox_id)); in fc_exch_recv_seq_resp()
1542 ep->rxid = ntohs(fh->fh_rx_id); in fc_exch_recv_seq_resp()
1666 low = ntohs(ap->ba_low_seq_cnt); in fc_exch_abts_resp()
1667 high = ntohs(ap->ba_high_seq_cnt); in fc_exch_abts_resp()
1723 ntohs(fh->fh_ox_id) : ntohs(fh->fh_rx_id)); in fc_exch_recv_bls()
1965 rxid = ntohs(rp->rec_rx_id); in fc_exch_els_rec()
1966 oxid = ntohs(rp->rec_ox_id); in fc_exch_els_rec()
2208 ntohs(rp->rrq_ox_id) : ntohs(rp->rrq_rx_id); in fc_exch_els_rrq()
2214 if (ep->oxid != ntohs(rp->rrq_ox_id)) in fc_exch_els_rrq()
2216 if (ep->rxid != ntohs(rp->rrq_rx_id) && in fc_exch_els_rrq()
2474 xid = ntohs(fh->fh_ox_id); in fc_find_ema()
2476 xid = ntohs(fh->fh_rx_id); in fc_find_ema()
2515 ntohs(fh->fh_ox_id) : in fc_exch_recv()
2516 ntohs(fh->fh_rx_id)); in fc_exch_recv()