Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/libfc/
Dfc_exch.c89 u16 max_xid; member
939 if ((xid >= mp->min_xid) && (xid <= mp->max_xid)) { in fc_exch_find()
1989 if (ema->mp->min_xid <= xid && xid <= ema->mp->max_xid) in fc_exch_lookup()
2448 u16 min_xid, u16 max_xid, in fc_exch_mgr_alloc() argument
2457 if (max_xid <= min_xid || max_xid == FC_XID_UNKNOWN || in fc_exch_mgr_alloc()
2460 min_xid, max_xid); in fc_exch_mgr_alloc()
2479 if ((max_xid - min_xid + 1) / (fc_cpu_mask + 1) > pool_exch_range) { in fc_exch_mgr_alloc()
2480 mp->max_xid = pool_exch_range * (fc_cpu_mask + 1) + in fc_exch_mgr_alloc()
2483 mp->max_xid = max_xid; in fc_exch_mgr_alloc()
2484 pool_exch_range = (mp->max_xid - mp->min_xid + 1) / in fc_exch_mgr_alloc()
[all …]
/Linux-v5.4/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.h208 u16 max_xid; member
Dbnx2fc_fcoe.c1005 fcoe_min_xid = hba->max_xid + 1; in bnx2fc_em_config()
1007 fcoe_max_xid = hba->max_xid + FCOE_XIDS_PER_CPU_OFFSET; in bnx2fc_em_config()
1009 fcoe_max_xid = hba->max_xid + FCOE_MAX_XID_OFFSET; in bnx2fc_em_config()
1380 hba->max_xid = (hba->max_tasks - 1); in bnx2fc_hba_create()
Dbnx2fc_hwi.c705 if (xid > hba->max_xid) { in bnx2fc_process_unsol_compl()
820 if (xid > hba->max_xid) { in bnx2fc_process_unsol_compl()
/Linux-v5.4/drivers/scsi/qedf/
Dqedf_io.c119 u16 max_xid = (FCOE_PARAMS_NUM_TASKS - 1); in qedf_cmd_mgr_free() local
124 num_ios = max_xid - min_xid + 1; in qedf_cmd_mgr_free()
188 u16 max_xid = (FCOE_PARAMS_NUM_TASKS - 1); in qedf_cmd_mgr_alloc() local
196 if (max_xid <= min_xid || max_xid == FC_XID_UNKNOWN) { in qedf_cmd_mgr_alloc()
198 "max_xid 0x%x.\n", min_xid, max_xid); in qedf_cmd_mgr_alloc()
203 "0x%x.\n", min_xid, max_xid); in qedf_cmd_mgr_alloc()
205 num_ios = max_xid - min_xid + 1; in qedf_cmd_mgr_alloc()
/Linux-v5.4/include/scsi/
Dlibfc.h992 u16 min_xid, u16 max_xid,
/Linux-v5.4/drivers/scsi/fcoe/
Dfcoe.c928 u16 max_xid = FCOE_MAX_XID; in fcoe_em_config() local
935 (lport->lro_xid >= max_xid)) { in fcoe_em_config()
986 if (!fc_exch_mgr_alloc(lport, FC_CLASS_3, min_xid, max_xid, NULL)) { in fcoe_em_config()