Lines Matching refs:num_ios
252 int num_ios, num_pri_ios; in bnx2fc_cmd_mgr_alloc() local
265 num_ios = max_xid - min_xid + 1; in bnx2fc_cmd_mgr_alloc()
266 len = (num_ios * (sizeof(struct bnx2fc_cmd *))); in bnx2fc_cmd_mgr_alloc()
305 num_pri_ios = num_ios - hba->elstm_xids; in bnx2fc_cmd_mgr_alloc()
306 for (i = 0; i < num_ios; i++) { in bnx2fc_cmd_mgr_alloc()
329 mem_size = num_ios * sizeof(struct io_bdt *); in bnx2fc_cmd_mgr_alloc()
337 for (i = 0; i < num_ios; i++) { in bnx2fc_cmd_mgr_alloc()
348 for (i = 0; i < num_ios; i++) { in bnx2fc_cmd_mgr_alloc()
375 int num_ios; in bnx2fc_cmd_mgr_free() local
378 num_ios = max_xid - min_xid + 1; in bnx2fc_cmd_mgr_free()
385 for (i = 0; i < num_ios; i++) { in bnx2fc_cmd_mgr_free()
396 for (i = 0; i < num_ios; i++) { in bnx2fc_cmd_mgr_free()