Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.h24 unsigned long *bm, struct list_head *fv_list);
H A Dice_switch.h245 struct list_head fv_list; member
H A Dice_ddp.c819 unsigned long *bm, struct list_head *fv_list) in ice_get_sw_fv_list() argument
866 list_add(&fvl->list_entry, fv_list); in ice_get_sw_fv_list()
871 if (list_empty(fv_list)) { in ice_get_sw_fv_list()
880 list_for_each_entry_safe(fvl, tmp, fv_list, list_entry) { in ice_get_sw_fv_list()
H A Dice_switch.c4884 if (list_empty(&rm->fv_list)) in ice_fill_fv_word_index()
4887 fv = list_first_entry(&rm->fv_list, struct ice_sw_fv_list_entry, in ice_fill_fv_word_index()
5356 INIT_LIST_HEAD(&rm->fv_list); in ice_add_adv_recipe()
5364 status = ice_get_sw_fv_list(hw, lkup_exts, fv_bitmap, &rm->fv_list); in ice_add_adv_recipe()
5388 list_for_each_entry(fvit, &rm->fv_list, list_entry) { in ice_add_adv_recipe()
5412 list_for_each_entry(fvit, &rm->fv_list, list_entry) { in ice_add_adv_recipe()
5460 list_for_each_entry_safe(fvit, tmp, &rm->fv_list, list_entry) { in ice_add_adv_recipe()