Home
last modified time | relevance | path

Searched refs:max_xid (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/scsi/libfc/
Dfc_exch.c101 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()
[all …]
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_io.c224 u16 max_xid = hba->max_xid; in bnx2fc_cmd_mgr_alloc() local
226 if (max_xid <= min_xid || max_xid == FC_XID_UNKNOWN) { in bnx2fc_cmd_mgr_alloc()
228 and max_xid 0x%x\n", min_xid, max_xid); in bnx2fc_cmd_mgr_alloc()
231 BNX2FC_MISC_DBG("min xid 0x%x, max xid 0x%x\n", min_xid, max_xid); in bnx2fc_cmd_mgr_alloc()
233 num_ios = max_xid - min_xid + 1; in bnx2fc_cmd_mgr_alloc()
342 u16 max_xid = hba->max_xid; in bnx2fc_cmd_mgr_free() local
346 num_ios = max_xid - min_xid + 1; in bnx2fc_cmd_mgr_free()
Dbnx2fc.h207 u16 max_xid; member
Dbnx2fc_fcoe.c1014 fcoe_min_xid = hba->max_xid + 1; in bnx2fc_em_config()
1016 fcoe_max_xid = hba->max_xid + FCOE_XIDS_PER_CPU_OFFSET; in bnx2fc_em_config()
1018 fcoe_max_xid = hba->max_xid + FCOE_MAX_XID_OFFSET; in bnx2fc_em_config()
1389 hba->max_xid = (hba->max_tasks - 1); in bnx2fc_hba_create()
Dbnx2fc_hwi.c706 if (xid > hba->max_xid) { in bnx2fc_process_unsol_compl()
824 if (xid > hba->max_xid) { in bnx2fc_process_unsol_compl()
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_io.c107 u16 max_xid = (FCOE_PARAMS_NUM_TASKS - 1); in qedf_cmd_mgr_free() local
112 num_ios = max_xid - min_xid + 1; in qedf_cmd_mgr_free()
173 u16 max_xid = (FCOE_PARAMS_NUM_TASKS - 1); in qedf_cmd_mgr_alloc() local
181 if (max_xid <= min_xid || max_xid == FC_XID_UNKNOWN) { in qedf_cmd_mgr_alloc()
183 "max_xid 0x%x.\n", min_xid, max_xid); in qedf_cmd_mgr_alloc()
188 "0x%x.\n", min_xid, max_xid); in qedf_cmd_mgr_alloc()
190 num_ios = max_xid - min_xid + 1; in qedf_cmd_mgr_alloc()
/Linux-v4.19/include/scsi/
Dlibfc.h1004 u16 min_xid, u16 max_xid,
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe.c941 u16 max_xid = FCOE_MAX_XID; in fcoe_em_config() local
948 (lport->lro_xid >= max_xid)) { in fcoe_em_config()
999 if (!fc_exch_mgr_alloc(lport, FC_CLASS_3, min_xid, max_xid, NULL)) { in fcoe_em_config()