Home
last modified time | relevance | path

Searched refs:entry_info (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_rsrc.c541 tavor_rsrc_hw_entry_info_t entry_info; in tavor_rsrc_init_phase2() local
613 entry_info.hwi_num = num; in tavor_rsrc_init_phase2()
614 entry_info.hwi_max = max; in tavor_rsrc_init_phase2()
615 entry_info.hwi_prealloc = num_prealloc; in tavor_rsrc_init_phase2()
616 entry_info.hwi_rsrcpool = rsrc_pool; in tavor_rsrc_init_phase2()
617 entry_info.hwi_rsrcname = rsrc_name; in tavor_rsrc_init_phase2()
618 status = tavor_rsrc_hw_entries_init(state, &entry_info); in tavor_rsrc_init_phase2()
646 entry_info.hwi_num = num; in tavor_rsrc_init_phase2()
647 entry_info.hwi_max = max; in tavor_rsrc_init_phase2()
648 entry_info.hwi_prealloc = num_prealloc; in tavor_rsrc_init_phase2()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c806 hermon_rsrc_hw_entry_info_t entry_info; in hermon_rsrc_init_phase2() local
920 entry_info.hwi_num = state->hs_icm[i].num_entries; in hermon_rsrc_init_phase2()
921 entry_info.hwi_max = max; in hermon_rsrc_init_phase2()
922 entry_info.hwi_prealloc = num_prealloc; in hermon_rsrc_init_phase2()
923 entry_info.hwi_rsrcpool = rsrc_pool; in hermon_rsrc_init_phase2()
924 entry_info.hwi_rsrcname = rsrc_name; in hermon_rsrc_init_phase2()
925 status = hermon_rsrc_hw_entries_init(state, &entry_info); in hermon_rsrc_init_phase2()
964 entry_info.hwi_num = num; in hermon_rsrc_init_phase2()
965 entry_info.hwi_max = max; in hermon_rsrc_init_phase2()
966 entry_info.hwi_prealloc = num_prealloc; in hermon_rsrc_init_phase2()
[all …]
H A Dhermon_fm.c484 hermon_rsrc_hw_entry_info_t entry_info; in hermon_fm_ereport_init() local
641 entry_info.hwi_rsrcpool = &state->hs_rsrc_hdl[HERMON_UARPG]; in hermon_fm_ereport_init()
642 hermon_rsrc_hw_entries_fini(state, &entry_info); in hermon_fm_ereport_init()
661 entry_info.hwi_num = num; in hermon_fm_ereport_init()
662 entry_info.hwi_max = max; in hermon_fm_ereport_init()
663 entry_info.hwi_prealloc = num_prealloc; in hermon_fm_ereport_init()
664 entry_info.hwi_rsrcpool = rsrc_pool; in hermon_fm_ereport_init()
665 entry_info.hwi_rsrcname = rsrc_name; in hermon_fm_ereport_init()
666 if (hermon_rsrc_hw_entries_init(state, &entry_info) != DDI_SUCCESS) { in hermon_fm_ereport_init()