Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
A Dice_flex_pipe.h34 unsigned long *bm, struct list_head *fv_list);
A Dice_switch.c3995 ice_fill_fv_word_index(struct ice_hw *hw, struct list_head *fv_list, in ice_fill_fv_word_index() argument
4002 if (list_empty(fv_list)) in ice_fill_fv_word_index()
4005 fv = list_first_entry(fv_list, struct ice_sw_fv_list_entry, in ice_fill_fv_word_index()
4447 unsigned long *bm, struct list_head *fv_list) in ice_get_fv() argument
4464 status = ice_get_sw_fv_list(hw, prot_ids, lkups_cnt, bm, fv_list); in ice_get_fv()
4613 INIT_LIST_HEAD(&rm->fv_list); in ice_add_adv_recipe()
4622 status = ice_get_fv(hw, lkups, lkups_cnt, fv_bitmap, &rm->fv_list); in ice_add_adv_recipe()
4646 status = ice_fill_fv_word_index(hw, &rm->fv_list, &rm->rg_list); in ice_add_adv_recipe()
4652 list_for_each_entry(fvit, &rm->fv_list, list_entry) { in ice_add_adv_recipe()
4672 list_for_each_entry(fvit, &rm->fv_list, list_entry) { in ice_add_adv_recipe()
[all …]
A Dice_switch.h225 struct list_head fv_list; member
A Dice_flex_pipe.c1649 unsigned long *bm, struct list_head *fv_list) in ice_get_sw_fv_list() argument
1699 list_add(&fvl->list_entry, fv_list); in ice_get_sw_fv_list()
1704 if (list_empty(fv_list)) in ice_get_sw_fv_list()
1709 list_for_each_entry_safe(fvl, tmp, fv_list, list_entry) { in ice_get_sw_fv_list()

Completed in 27 milliseconds