Lines Matching refs:max_xid
99 u16 max_xid; member
837 if ((xid >= mp->min_xid) && (xid <= mp->max_xid)) { in fc_exch_find()
1859 if (ema->mp->min_xid <= xid && xid <= ema->mp->max_xid) in fc_exch_lookup()
2281 u16 min_xid, u16 max_xid, in fc_exch_mgr_alloc() argument
2290 if (max_xid <= min_xid || max_xid == FC_XID_UNKNOWN || in fc_exch_mgr_alloc()
2293 min_xid, max_xid); in fc_exch_mgr_alloc()
2311 if ((max_xid - min_xid + 1) / (fc_cpu_mask + 1) > pool_exch_range) { in fc_exch_mgr_alloc()
2312 mp->max_xid = pool_exch_range * (fc_cpu_mask + 1) + in fc_exch_mgr_alloc()
2315 mp->max_xid = max_xid; in fc_exch_mgr_alloc()
2316 pool_exch_range = (mp->max_xid - mp->min_xid + 1) / in fc_exch_mgr_alloc()
2408 (xid <= ema->mp->max_xid)) in fc_find_ema()