Lines Matching refs:FC_XID_UNKNOWN
453 if (pool->left == FC_XID_UNKNOWN) in fc_exch_delete()
455 else if (pool->right == FC_XID_UNKNOWN) in fc_exch_delete()
823 if (pool->left != FC_XID_UNKNOWN) { in fc_exch_em_alloc()
825 pool->left = FC_XID_UNKNOWN; in fc_exch_em_alloc()
828 if (pool->right != FC_XID_UNKNOWN) { in fc_exch_em_alloc()
830 pool->right = FC_XID_UNKNOWN; in fc_exch_em_alloc()
866 ep->rxid = FC_XID_UNKNOWN; in fc_exch_em_alloc()
1028 if (ep->rxid == FC_XID_UNKNOWN) in fc_seq_lookup_recip()
1044 fh->fh_rx_id = htons(FC_XID_UNKNOWN); in fc_seq_lookup_recip()
1045 xid = FC_XID_UNKNOWN; in fc_seq_lookup_recip()
1154 ep->rxid == FC_XID_UNKNOWN) { in fc_seq_lookup_orig()
1485 if (fh->fh_rx_id == htons(FC_XID_UNKNOWN)) in fc_exch_recv_req()
1541 if (ep->rxid == FC_XID_UNKNOWN) in fc_exch_recv_seq_resp()
1893 pool->left = FC_XID_UNKNOWN; in fc_exch_pool_reset()
1894 pool->right = FC_XID_UNKNOWN; in fc_exch_pool_reset()
1975 if (rxid != FC_XID_UNKNOWN && rxid != ep->rxid) in fc_exch_els_rec()
2217 ep->rxid != FC_XID_UNKNOWN) in fc_exch_els_rrq()
2366 if (max_xid <= min_xid || max_xid == FC_XID_UNKNOWN || in fc_exch_mgr_alloc()
2417 pool->left = FC_XID_UNKNOWN; in fc_exch_mgr_alloc()
2418 pool->right = FC_XID_UNKNOWN; in fc_exch_mgr_alloc()
2477 if (xid == FC_XID_UNKNOWN) in fc_find_ema()