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.c613 entry_info.hwi_num = num; in tavor_rsrc_init_phase2()
614 entry_info.hwi_max = max; 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()
678 entry_info.hwi_num = num; in tavor_rsrc_init_phase2()
679 entry_info.hwi_max = max; in tavor_rsrc_init_phase2()
709 entry_info.hwi_num = num; in tavor_rsrc_init_phase2()
710 entry_info.hwi_max = max; in tavor_rsrc_init_phase2()
741 entry_info.hwi_num = num; in tavor_rsrc_init_phase2()
742 entry_info.hwi_max = max; 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
921 entry_info.hwi_max = max; in hermon_rsrc_init_phase2()
923 entry_info.hwi_rsrcpool = rsrc_pool; 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()
967 entry_info.hwi_rsrcpool = rsrc_pool; in hermon_rsrc_init_phase2()
968 entry_info.hwi_rsrcname = rsrc_name; in hermon_rsrc_init_phase2()
1188 entry_info.hwi_num = num; in hermon_rsrc_init_phase2()
1189 entry_info.hwi_max = max; in hermon_rsrc_init_phase2()
1191 entry_info.hwi_rsrcpool = rsrc_pool; 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()