Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_tc_lib.c351 struct ice_tc_flower_fltr *tc_fltr, in ice_tc_fill_rules() argument
356 struct ice_tc_flower_lyr_2_4_hdrs *headers = &tc_fltr->outer_headers; in ice_tc_fill_rules()
366 rule_info->tun_type = ice_sw_type_from_tunnel(tc_fltr->tunnel_type); in ice_tc_fill_rules()
367 if (tc_fltr->tunnel_type != TNL_LAST) { in ice_tc_fill_rules()
368 i = ice_tc_fill_tunnel_outer(flags, tc_fltr, list, i); in ice_tc_fill_rules()
370 headers = &tc_fltr->inner_headers; in ice_tc_fill_rules()
845 struct ice_tc_flower_fltr *tc_fltr) in ice_locate_rx_ring_using_queue() argument
847 u16 queue = tc_fltr->action.fwd.q.queue; in ice_locate_rx_ring_using_queue()
861 ice_tc_forward_action(struct ice_vsi *vsi, struct ice_tc_flower_fltr *tc_fltr) in ice_tc_forward_action() argument
873 switch (tc_fltr->action.fltr_act) { in ice_tc_forward_action()
[all …]