Lines Matching refs:num_ios
220 int num_ios, num_pri_ios; in bnx2fc_cmd_mgr_alloc() local
233 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()
273 num_pri_ios = num_ios - hba->elstm_xids; in bnx2fc_cmd_mgr_alloc()
274 for (i = 0; i < num_ios; i++) { in bnx2fc_cmd_mgr_alloc()
297 mem_size = num_ios * sizeof(struct io_bdt *); in bnx2fc_cmd_mgr_alloc()
305 for (i = 0; i < num_ios; i++) { in bnx2fc_cmd_mgr_alloc()
316 for (i = 0; i < num_ios; i++) { in bnx2fc_cmd_mgr_alloc()
343 int num_ios; in bnx2fc_cmd_mgr_free() local
346 num_ios = max_xid - min_xid + 1; in bnx2fc_cmd_mgr_free()
353 for (i = 0; i < num_ios; i++) { in bnx2fc_cmd_mgr_free()
364 for (i = 0; i < num_ios; i++) { in bnx2fc_cmd_mgr_free()