Home
last modified time | relevance | path

Searched refs:max_xid (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/libfc/
H A Dfc_exch.c74 * @max_xid: Maximum exchange ID
91 u16 max_xid; member
944 if ((xid >= mp->min_xid) && (xid <= mp->max_xid)) { in fc_exch_find()
2007 if (ema->mp->min_xid <= xid && xid <= ema->mp->max_xid) in fc_exch_lookup()
2461 * @max_xid: The maximum XID for exchanges from the new EM
2466 u16 min_xid, u16 max_xid, in fc_exch_mgr_alloc()
2475 if (max_xid <= min_xid || max_xid == FC_XID_UNKNOWN || in fc_exch_mgr_alloc()
2477 FC_LPORT_DBG(lport, "Invalid min_xid 0x:%x and max_xid 0x:%x\n", in fc_exch_mgr_alloc()
2478 min_xid, max_xid); in fc_exch_mgr_alloc()
2464 fc_exch_mgr_alloc(struct fc_lport *lport, enum fc_class class, u16 min_xid, u16 max_xid, bool (*match)(struct fc_frame *)) fc_exch_mgr_alloc() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H A Dfc_exch.c73 * @max_xid: Maximum exchange ID
90 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()
2459 * @max_xid: The maximum XID for exchanges from the new EM
2464 u16 min_xid, u16 max_xid, in fc_exch_mgr_alloc()
2473 if (max_xid <= min_xid || max_xid == FC_XID_UNKNOWN || in fc_exch_mgr_alloc()
2475 FC_LPORT_DBG(lport, "Invalid min_xid 0x:%x and max_xid 0x:%x\n", in fc_exch_mgr_alloc()
2476 min_xid, max_xid); in fc_exch_mgr_alloc()
2462 fc_exch_mgr_alloc(struct fc_lport *lport, enum fc_class class, u16 min_xid, u16 max_xid, bool (*match)(struct fc_frame *)) fc_exch_mgr_alloc() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H A 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
[all...]
H A Dbnx2fc_fcoe.c1007 fcoe_min_xid = hba->max_xid + 1; in bnx2fc_em_config()
1009 fcoe_max_xid = hba->max_xid + FCOE_XIDS_PER_CPU_OFFSET; in bnx2fc_em_config()
1011 fcoe_max_xid = hba->max_xid + FCOE_MAX_XID_OFFSET; in bnx2fc_em_config()
1381 hba->max_xid = (hba->max_tasks - 1); in bnx2fc_hba_create()
H A Dbnx2fc.h208 u16 max_xid; member
H A Dbnx2fc_hwi.c703 if (xid > hba->max_xid) { in bnx2fc_process_unsol_compl()
816 if (xid > hba->max_xid) { in bnx2fc_process_unsol_compl()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H A 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
[all...]
H A Dbnx2fc_fcoe.c999 fcoe_min_xid = hba->max_xid + 1; in bnx2fc_em_config()
1001 fcoe_max_xid = hba->max_xid + FCOE_XIDS_PER_CPU_OFFSET; in bnx2fc_em_config()
1003 fcoe_max_xid = hba->max_xid + FCOE_MAX_XID_OFFSET; in bnx2fc_em_config()
1373 hba->max_xid = (hba->max_tasks - 1); in bnx2fc_hba_create()
H A Dbnx2fc.h205 u16 max_xid; member
H A Dbnx2fc_hwi.c703 if (xid > hba->max_xid) { in bnx2fc_process_unsol_compl()
815 if (xid > hba->max_xid) { in bnx2fc_process_unsol_compl()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H A Dqedf_io.c117 u16 max_xid = (FCOE_PARAMS_NUM_TASKS - 1); in qedf_cmd_mgr_free() local
122 num_ios = max_xid - min_xid + 1; in qedf_cmd_mgr_free()
186 u16 max_xid = (FCOE_PARAMS_NUM_TASKS - 1); in qedf_cmd_mgr_alloc() local
194 if (max_xid <= min_xid || max_xid == FC_XID_UNKNOWN) { in qedf_cmd_mgr_alloc()
196 "max_xid 0x%x.\n", min_xid, max_xid); in qedf_cmd_mgr_alloc()
201 "0x%x.\n", min_xid, max_xid); in qedf_cmd_mgr_alloc()
203 num_ios = max_xid - min_xid + 1; in qedf_cmd_mgr_alloc()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H A 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()
/kernel/linux/linux-5.10/include/scsi/
H A Dlibfc.h992 u16 min_xid, u16 max_xid,
/kernel/linux/linux-6.6/include/scsi/
H A Dlibfc.h1001 u16 min_xid, u16 max_xid,
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H A 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()
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H A 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()

Completed in 39 milliseconds