Searched refs:fv_list (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_flex_pipe.h | 22 unsigned long *bm, struct list_head *fv_list);
|
H A D | ice_ddp.c | 809 unsigned long *bm, struct list_head *fv_list) in ice_get_sw_fv_list() argument 856 list_add(&fvl->list_entry, fv_list); in ice_get_sw_fv_list() 861 if (list_empty(fv_list)) { in ice_get_sw_fv_list() 870 list_for_each_entry_safe(fvl, tmp, fv_list, list_entry) { in ice_get_sw_fv_list()
|
H A D | ice_switch.h | 254 struct list_head fv_list; member
|
H A D | ice_switch.c | 4834 ice_fill_fv_word_index(struct ice_hw *hw, struct list_head *fv_list, in ice_fill_fv_word_index() argument 4841 if (list_empty(fv_list)) in ice_fill_fv_word_index() 4844 fv = list_first_entry(fv_list, struct ice_sw_fv_list_entry, in ice_fill_fv_word_index() 5381 INIT_LIST_HEAD(&rm->fv_list); in ice_add_adv_recipe() 5390 status = ice_get_sw_fv_list(hw, lkup_exts, fv_bitmap, &rm->fv_list); in ice_add_adv_recipe() 5410 status = ice_fill_fv_word_index(hw, &rm->fv_list, &rm->rg_list); in ice_add_adv_recipe() 5416 list_for_each_entry(fvit, &rm->fv_list, list_entry) { in ice_add_adv_recipe() 5436 list_for_each_entry(fvit, &rm->fv_list, list_entry) { in ice_add_adv_recipe() 5479 list_for_each_entry_safe(fvit, tmp, &rm->fv_list, list_entry) { in ice_add_adv_recipe()
|