Searched refs:tc_fltr (Results 1 – 1 of 1) sorted by relevance
375 struct ice_tc_flower_fltr *tc_fltr, in ice_tc_fill_rules() argument380 struct ice_tc_flower_lyr_2_4_hdrs *headers = &tc_fltr->outer_headers; in ice_tc_fill_rules()390 if (tc_fltr->direction == ICE_ESWITCH_FLTR_EGRESS) { in ice_tc_fill_rules()395 rule_info->tun_type = ice_sw_type_from_tunnel(tc_fltr->tunnel_type); in ice_tc_fill_rules()396 if (tc_fltr->tunnel_type != TNL_LAST) { in ice_tc_fill_rules()397 i = ice_tc_fill_tunnel_outer(flags, tc_fltr, list, i); in ice_tc_fill_rules()400 if (tc_fltr->tunnel_type != TNL_PFCP) { in ice_tc_fill_rules()401 headers = &tc_fltr->inner_headers; in ice_tc_fill_rules()906 struct ice_tc_flower_fltr *tc_fltr) in ice_locate_rx_ring_using_queue() argument908 u16 queue = tc_fltr->action.fwd.q.queue; in ice_locate_rx_ring_using_queue()[all …]