Searched refs:fv_list (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/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 | 799 * @fv_list: Head of a list 809 unsigned long *bm, struct list_head *fv_list) in ice_get_sw_fv_list() 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() 808 ice_get_sw_fv_list(struct ice_hw *hw, struct ice_prot_lkup_ext *lkups, unsigned long *bm, struct list_head *fv_list) ice_get_sw_fv_list() argument
|
H A D | ice_switch.h | 254 struct list_head fv_list; member
|
H A D | ice_switch.c | 4823 * @fv_list: field vector with the extraction sequence information 4830 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_entr in ice_add_adv_recipe() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_switch.h | 138 struct list_head fv_list; member
|
Completed in 11 milliseconds