Lines Matching refs:num_ios
207 int num_ios, num_pri_ios; in bnx2fc_cmd_mgr_alloc() local
220 num_ios = max_xid - min_xid + 1; in bnx2fc_cmd_mgr_alloc()
221 len = (num_ios * (sizeof(struct bnx2fc_cmd *))); in bnx2fc_cmd_mgr_alloc()
260 num_pri_ios = num_ios - hba->elstm_xids; in bnx2fc_cmd_mgr_alloc()
261 for (i = 0; i < num_ios; i++) { in bnx2fc_cmd_mgr_alloc()
284 mem_size = num_ios * sizeof(struct io_bdt *); in bnx2fc_cmd_mgr_alloc()
292 for (i = 0; i < num_ios; i++) { in bnx2fc_cmd_mgr_alloc()
303 for (i = 0; i < num_ios; i++) { in bnx2fc_cmd_mgr_alloc()
330 int num_ios; in bnx2fc_cmd_mgr_free() local
333 num_ios = max_xid - min_xid + 1; in bnx2fc_cmd_mgr_free()
340 for (i = 0; i < num_ios; i++) { in bnx2fc_cmd_mgr_free()
351 for (i = 0; i < num_ios; i++) { in bnx2fc_cmd_mgr_free()