Lines Matching defs:entry_info

806 	hermon_rsrc_hw_entry_info_t	entry_info;
919 /* Now, initialize the entry_info and call the init routine */
920 entry_info.hwi_num = state->hs_icm[i].num_entries;
921 entry_info.hwi_max = max;
922 entry_info.hwi_prealloc = num_prealloc;
923 entry_info.hwi_rsrcpool = rsrc_pool;
924 entry_info.hwi_rsrcname = rsrc_name;
925 status = hermon_rsrc_hw_entries_init(state, &entry_info);
964 entry_info.hwi_num = num;
965 entry_info.hwi_max = max;
966 entry_info.hwi_prealloc = num_prealloc;
967 entry_info.hwi_rsrcpool = rsrc_pool;
968 entry_info.hwi_rsrcname = rsrc_name;
969 status = hermon_rsrc_hw_entries_init(state, &entry_info);
1188 entry_info.hwi_num = num;
1189 entry_info.hwi_max = max;
1190 entry_info.hwi_prealloc = num_prealloc;
1191 entry_info.hwi_rsrcpool = rsrc_pool;
1192 entry_info.hwi_rsrcname = rsrc_name;
1193 status = hermon_rsrc_hw_entries_init(state, &entry_info);
1219 hermon_rsrc_hw_entry_info_t entry_info;
1249 entry_info.hwi_rsrcpool = &state->hs_rsrc_hdl[HERMON_UARPG];
1250 hermon_rsrc_hw_entries_fini(state, &entry_info);
1334 entry_info.hwi_rsrcpool = &state->hs_rsrc_hdl[HERMON_EQC];
1335 hermon_rsrc_hw_entries_fini(state, &entry_info);
1340 entry_info.hwi_rsrcpool = &state->hs_rsrc_hdl[HERMON_MCG];
1341 hermon_rsrc_hw_entries_fini(state, &entry_info);
1348 entry_info.hwi_rsrcpool = &state->hs_rsrc_hdl[HERMON_SRQC];
1349 hermon_rsrc_hw_entries_fini(state, &entry_info);
1354 entry_info.hwi_rsrcpool = &state->hs_rsrc_hdl[HERMON_AUXC];
1355 hermon_rsrc_hw_entries_fini(state, &entry_info);
1360 entry_info.hwi_rsrcpool = &state->hs_rsrc_hdl[HERMON_ALTC];
1361 hermon_rsrc_hw_entries_fini(state, &entry_info);
1366 entry_info.hwi_rsrcpool = &state->hs_rsrc_hdl[HERMON_CQC];
1367 hermon_rsrc_hw_entries_fini(state, &entry_info);
1372 entry_info.hwi_rsrcpool = &state->hs_rsrc_hdl[HERMON_RDB];
1373 hermon_rsrc_hw_entries_fini(state, &entry_info);
1378 entry_info.hwi_rsrcpool = &state->hs_rsrc_hdl[HERMON_QPC];
1379 hermon_rsrc_hw_entries_fini(state, &entry_info);
1384 entry_info.hwi_rsrcpool = &state->hs_rsrc_hdl[HERMON_CMPT_EQC];
1385 hermon_rsrc_hw_entries_fini(state, &entry_info);
1390 entry_info.hwi_rsrcpool = &state->hs_rsrc_hdl[HERMON_CMPT_CQC];
1391 hermon_rsrc_hw_entries_fini(state, &entry_info);
1396 entry_info.hwi_rsrcpool = &state->hs_rsrc_hdl[HERMON_CMPT_SRQC];
1397 hermon_rsrc_hw_entries_fini(state, &entry_info);
1402 entry_info.hwi_rsrcpool = &state->hs_rsrc_hdl[HERMON_CMPT_QPC];
1403 hermon_rsrc_hw_entries_fini(state, &entry_info);
1408 entry_info.hwi_rsrcpool = &state->hs_rsrc_hdl[HERMON_DMPT];
1409 hermon_rsrc_hw_entries_fini(state, &entry_info);
1414 entry_info.hwi_rsrcpool = &state->hs_rsrc_hdl[HERMON_MTT];
1415 hermon_rsrc_hw_entries_fini(state, &entry_info);