Searched defs:entry_info (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c484 hermon_rsrc_hw_entry_info_t entry_info; local
641 entry_info.hwi_rsrcpool = &state->hs_rsrc_hdl[HERMON_UARPG];
642 hermon_rsrc_hw_entries_fini(state, &entry_info);
661 entry_info.hwi_num = num;
662 entry_info.hwi_max = max;
663 entry_info.hwi_prealloc = num_prealloc;
664 entry_info.hwi_rsrcpool = rsrc_pool;
665 entry_info.hwi_rsrcname = rsrc_name;
666 if (hermon_rsrc_hw_entries_init(state, &entry_info) != DDI_SUCCESS) {
H A Dhermon_rsrc.c806 hermon_rsrc_hw_entry_info_t entry_info; local
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
1219 hermon_rsrc_hw_entry_info_t entry_info; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_rsrc.c571 tavor_rsrc_hw_entry_info_t entry_info; local
647 entry_info.hwi_num = num;
648 entry_info.hwi_max = max;
649 entry_info.hwi_prealloc = num_prealloc;
650 entry_info.hwi_rsrcpool = rsrc_pool;
651 entry_info.hwi_rsrcname = rsrc_name;
652 status = tavor_rsrc_hw_entries_init(state, &entry_info);
682 entry_info.hwi_num = num;
683 entry_info.hwi_max = max;
684 entry_info
1511 tavor_rsrc_hw_entry_info_t entry_info; local
[all...]

Completed in 53 milliseconds