Searched refs:tc_fltr (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_tc_lib.c | 340 * @tc_fltr: pointer to TC flower filter 351 struct ice_tc_flower_fltr *tc_fltr, in ice_tc_fill_rules() 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() 847 u16 queue = tc_fltr->action.fwd.q.queue; in ice_locate_rx_ring_using_queue() 855 * @tc_fltr 350 ice_tc_fill_rules(struct ice_hw *hw, u32 flags, struct ice_tc_flower_fltr *tc_fltr, struct ice_adv_lkup_elem *list, struct ice_adv_rule_info *rule_info, u16 *l4_proto) ice_tc_fill_rules() argument 844 ice_locate_rx_ring_using_queue(struct ice_vsi *vsi, struct ice_tc_flower_fltr *tc_fltr) ice_locate_rx_ring_using_queue() argument 861 ice_tc_forward_action(struct ice_vsi *vsi, struct ice_tc_flower_fltr *tc_fltr) ice_tc_forward_action() argument 924 ice_add_tc_flower_adv_fltr(struct ice_vsi *vsi, struct ice_tc_flower_fltr *tc_fltr) ice_add_tc_flower_adv_fltr() argument [all...] |
Completed in 2 milliseconds