Searched refs:fv_list (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| A D | ice_flex_pipe.h | 34 unsigned long *bm, struct list_head *fv_list);
|
| A D | ice_switch.c | 3995 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 D | ice_switch.h | 225 struct list_head fv_list; member
|
| A D | ice_flex_pipe.c | 1649 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