Lines Matching refs:max_xid
90 u16 max_xid; member
942 if ((xid >= mp->min_xid) && (xid <= mp->max_xid)) { in fc_exch_find()
2005 if (ema->mp->min_xid <= xid && xid <= ema->mp->max_xid) in fc_exch_lookup()
2464 u16 min_xid, u16 max_xid, in fc_exch_mgr_alloc() argument
2473 if (max_xid <= min_xid || max_xid == FC_XID_UNKNOWN || in fc_exch_mgr_alloc()
2476 min_xid, max_xid); in fc_exch_mgr_alloc()
2495 if ((max_xid - min_xid + 1) / (fc_cpu_mask + 1) > pool_exch_range) { in fc_exch_mgr_alloc()
2496 mp->max_xid = pool_exch_range * (fc_cpu_mask + 1) + in fc_exch_mgr_alloc()
2499 mp->max_xid = max_xid; in fc_exch_mgr_alloc()
2500 pool_exch_range = (mp->max_xid - mp->min_xid + 1) / in fc_exch_mgr_alloc()
2592 (xid <= ema->mp->max_xid)) in fc_find_ema()