Searched refs:num_ios (Results 1 – 5 of 5) sorted by relevance
22 atomic64_t num_ios; /* Number of IOs */ member102 atomic64_inc(&io->num_ios); in snic_stats_update_active_ios()
197 (u64) atomic64_read(&stats->io.num_ios), in snic_stats_show()
220 int num_ios, num_pri_ios; in bnx2fc_cmd_mgr_alloc() local233 num_ios = max_xid - min_xid + 1; in bnx2fc_cmd_mgr_alloc()234 len = (num_ios * (sizeof(struct bnx2fc_cmd *))); in bnx2fc_cmd_mgr_alloc()271 num_pri_ios = num_ios - hba->elstm_xids; in bnx2fc_cmd_mgr_alloc()272 for (i = 0; i < num_ios; i++) { in bnx2fc_cmd_mgr_alloc()295 mem_size = num_ios * sizeof(struct io_bdt *); in bnx2fc_cmd_mgr_alloc()303 for (i = 0; i < num_ios; i++) { in bnx2fc_cmd_mgr_alloc()314 for (i = 0; i < num_ios; i++) { in bnx2fc_cmd_mgr_alloc()341 int num_ios; in bnx2fc_cmd_mgr_free() local344 num_ios = max_xid - min_xid + 1; in bnx2fc_cmd_mgr_free()[all …]
113 int num_ios; in qedf_cmd_mgr_free() local117 num_ios = max_xid - min_xid + 1; in qedf_cmd_mgr_free()126 for (i = 0; i < num_ios; i++) { in qedf_cmd_mgr_free()136 for (i = 0; i < num_ios; i++) { in qedf_cmd_mgr_free()146 for (i = 0; i < num_ios; i++) { in qedf_cmd_mgr_free()179 int num_ios; in qedf_cmd_mgr_alloc() local198 num_ios = max_xid - min_xid + 1; in qedf_cmd_mgr_alloc()214 for (i = 0; i < num_ios; i++) { in qedf_cmd_mgr_alloc()255 cmgr->io_bdt_pool = kmalloc_objs(struct io_bdt *, num_ios); in qedf_cmd_mgr_alloc()262 for (i = 0; i < num_ios; i++) { in qedf_cmd_mgr_alloc()[all …]
39 int num_rports, num_ios, num_tms; variable91 module_param(num_ios, int, S_IRUGO | S_IWUSR);92 MODULE_PARM_DESC(num_ios, "Max number of ioim requests, default=2000");555 if (num_ios > 0) in bfad_update_hal_cfg()556 bfa_cfg->fwcfg.num_ioim_reqs = num_ios; in bfad_update_hal_cfg()575 num_ios = bfa_cfg->fwcfg.num_ioim_reqs; in bfad_update_hal_cfg()