Searched refs:entry_info (Results 1 – 3 of 3) sorted by relevance
541 tavor_rsrc_hw_entry_info_t entry_info; in tavor_rsrc_init_phase2() local613 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 …]
806 hermon_rsrc_hw_entry_info_t entry_info; in hermon_rsrc_init_phase2() local920 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 …]
484 hermon_rsrc_hw_entry_info_t entry_info; in hermon_fm_ereport_init() local641 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()