Searched refs:union_lst (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_flex_pipe.c | 4682 struct list_head union_lst; in ice_add_prof_id_flow() local 4687 INIT_LIST_HEAD(&union_lst); in ice_add_prof_id_flow() 4723 status = ice_get_profs_vsig(hw, blk, vsig, &union_lst); in ice_add_prof_id_flow() 4727 status = ice_add_prof_to_lst(hw, blk, &union_lst, hdl); in ice_add_prof_id_flow() 4732 status = ice_find_dup_props_vsig(hw, blk, &union_lst, &vsig); in ice_add_prof_id_flow() 4765 &union_lst, &vsig, in ice_add_prof_id_flow() 4804 list_for_each_entry_safe(del1, tmp1, &union_lst, list) { in ice_add_prof_id_flow()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_flex_pipe.c | 3943 struct list_head union_lst; in ice_add_prof_id_flow() local 3948 INIT_LIST_HEAD(&union_lst); in ice_add_prof_id_flow() 3984 status = ice_get_profs_vsig(hw, blk, vsig, &union_lst); in ice_add_prof_id_flow() 3988 status = ice_add_prof_to_lst(hw, blk, &union_lst, hdl); in ice_add_prof_id_flow() 3993 status = ice_find_dup_props_vsig(hw, blk, &union_lst, &vsig); in ice_add_prof_id_flow() 4026 &union_lst, &vsig, in ice_add_prof_id_flow() 4065 list_for_each_entry_safe(del1, tmp1, &union_lst, list) { in ice_add_prof_id_flow()
|
Completed in 11 milliseconds