Searched refs:tc_fltr (Results 1 – 1 of 1) sorted by relevance
372 struct ice_tc_flower_fltr *tc_fltr, in ice_tc_fill_rules() argument377 struct ice_tc_flower_lyr_2_4_hdrs *headers = &tc_fltr->outer_headers; in ice_tc_fill_rules()387 if (tc_fltr->direction == ICE_ESWITCH_FLTR_EGRESS) { in ice_tc_fill_rules()392 rule_info->tun_type = ice_sw_type_from_tunnel(tc_fltr->tunnel_type); in ice_tc_fill_rules()393 if (tc_fltr->tunnel_type != TNL_LAST) { in ice_tc_fill_rules()394 i = ice_tc_fill_tunnel_outer(flags, tc_fltr, list, i); in ice_tc_fill_rules()397 if (tc_fltr->tunnel_type != TNL_PFCP) { in ice_tc_fill_rules()398 headers = &tc_fltr->inner_headers; in ice_tc_fill_rules()1062 struct ice_tc_flower_fltr *tc_fltr) in ice_locate_rx_ring_using_queue() argument1064 u16 queue = tc_fltr->action.fwd.q.queue; in ice_locate_rx_ring_using_queue()[all …]