Lines Matching refs:max_xid
101 u16 max_xid; member
951 if ((xid >= mp->min_xid) && (xid <= mp->max_xid)) { in fc_exch_find()
2001 if (ema->mp->min_xid <= xid && xid <= ema->mp->max_xid) in fc_exch_lookup()
2460 u16 min_xid, u16 max_xid, in fc_exch_mgr_alloc() argument
2469 if (max_xid <= min_xid || max_xid == FC_XID_UNKNOWN || in fc_exch_mgr_alloc()
2472 min_xid, max_xid); in fc_exch_mgr_alloc()
2491 if ((max_xid - min_xid + 1) / (fc_cpu_mask + 1) > pool_exch_range) { in fc_exch_mgr_alloc()
2492 mp->max_xid = pool_exch_range * (fc_cpu_mask + 1) + in fc_exch_mgr_alloc()
2495 mp->max_xid = max_xid; in fc_exch_mgr_alloc()
2496 pool_exch_range = (mp->max_xid - mp->min_xid + 1) / in fc_exch_mgr_alloc()
2588 (xid <= ema->mp->max_xid)) in fc_find_ema()