Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/libfc/
Dfc_exch.c90 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()
[all …]
/linux-5.19.10/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.h205 u16 max_xid; member
Dbnx2fc_fcoe.c1002 fcoe_min_xid = hba->max_xid + 1; in bnx2fc_em_config()
1004 fcoe_max_xid = hba->max_xid + FCOE_XIDS_PER_CPU_OFFSET; in bnx2fc_em_config()
1006 fcoe_max_xid = hba->max_xid + FCOE_MAX_XID_OFFSET; in bnx2fc_em_config()
1376 hba->max_xid = (hba->max_tasks - 1); in bnx2fc_hba_create()
Dbnx2fc_hwi.c703 if (xid > hba->max_xid) { in bnx2fc_process_unsol_compl()
815 if (xid > hba->max_xid) { in bnx2fc_process_unsol_compl()
/linux-5.19.10/drivers/scsi/qedf/
Dqedf_io.c112 u16 max_xid = (FCOE_PARAMS_NUM_TASKS - 1); in qedf_cmd_mgr_free() local
117 num_ios = max_xid - min_xid + 1; in qedf_cmd_mgr_free()
181 u16 max_xid = (FCOE_PARAMS_NUM_TASKS - 1); in qedf_cmd_mgr_alloc() local
189 if (max_xid <= min_xid || max_xid == FC_XID_UNKNOWN) { in qedf_cmd_mgr_alloc()
191 "max_xid 0x%x.\n", min_xid, max_xid); in qedf_cmd_mgr_alloc()
196 "0x%x.\n", min_xid, max_xid); in qedf_cmd_mgr_alloc()
198 num_ios = max_xid - min_xid + 1; in qedf_cmd_mgr_alloc()
/linux-5.19.10/include/scsi/
Dlibfc.h1001 u16 min_xid, u16 max_xid,
/linux-5.19.10/drivers/scsi/fcoe/
Dfcoe.c927 u16 max_xid = FCOE_MAX_XID; in fcoe_em_config() local
934 (lport->lro_xid >= max_xid)) { in fcoe_em_config()
985 if (!fc_exch_mgr_alloc(lport, FC_CLASS_3, min_xid, max_xid, NULL)) { in fcoe_em_config()