Searched refs:rg_list (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_switch.h | 136 struct list_head rg_list; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_switch.h | 272 struct list_head rg_list; member
|
H A D | ice_switch.c | 1400 INIT_LIST_HEAD(&recps[i].rg_list); in ice_init_def_sw_recp() 2263 /* populate rg_list with the data from the child entry of this in ice_get_recp_frm_fw() 2266 list_add(&rg_entry->l_entry, &recps[rid].rg_list); in ice_get_recp_frm_fw() 4772 * @rg_list: pointer to a list that stores new recipe groups 4782 struct list_head *rg_list, in ice_create_first_fit_recp_def() 4804 list_add(&entry->l_entry, rg_list); in ice_create_first_fit_recp_def() 4824 * @rg_list: recipe groupings with protocol-offset pairs 4831 struct list_head *rg_list) in ice_fill_fv_word_index() 4844 list_for_each_entry(rg, rg_list, l_entry) { in ice_fill_fv_word_index() 5010 list_for_each_entry(entry, &rm->rg_list, l_entr in ice_add_sw_recipe() 4780 ice_create_first_fit_recp_def(struct ice_hw *hw, struct ice_prot_lkup_ext *lkup_exts, struct list_head *rg_list, u8 *recp_cnt) ice_create_first_fit_recp_def() argument 4830 ice_fill_fv_word_index(struct ice_hw *hw, struct list_head *fv_list, struct list_head *rg_list) ice_fill_fv_word_index() argument [all...] |
H A D | ice_common.c | 790 &recps[i].rg_list, l_entry) { in ice_cleanup_fltr_mgmt_struct()
|
Completed in 15 milliseconds