Home
last modified time | relevance | path

Searched refs:fv_list (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_flex_pipe.h22 unsigned long *bm, struct list_head *fv_list);
Dice_ddp.c809 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()
Dice_switch.h254 struct list_head fv_list; member
Dice_switch.c4830 ice_fill_fv_word_index(struct ice_hw *hw, struct list_head *fv_list, in ice_fill_fv_word_index() argument
4837 if (list_empty(fv_list)) in ice_fill_fv_word_index()
4840 fv = list_first_entry(fv_list, struct ice_sw_fv_list_entry, in ice_fill_fv_word_index()
5377 INIT_LIST_HEAD(&rm->fv_list); in ice_add_adv_recipe()
5386 status = ice_get_sw_fv_list(hw, lkup_exts, fv_bitmap, &rm->fv_list); in ice_add_adv_recipe()
5406 status = ice_fill_fv_word_index(hw, &rm->fv_list, &rm->rg_list); in ice_add_adv_recipe()
5412 list_for_each_entry(fvit, &rm->fv_list, list_entry) { in ice_add_adv_recipe()
5432 list_for_each_entry(fvit, &rm->fv_list, list_entry) { in ice_add_adv_recipe()
5473 list_for_each_entry_safe(fvit, tmp, &rm->fv_list, list_entry) { in ice_add_adv_recipe()