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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.c364 * @tc_fltr: pointer to TC flower filter
375 struct ice_tc_flower_fltr *tc_fltr,
380 struct ice_tc_flower_lyr_2_4_hdrs *headers = &tc_fltr->outer_headers;
390 if (tc_fltr->direction == ICE_ESWITCH_FLTR_EGRESS) {
395 rule_info->tun_type = ice_sw_type_from_tunnel(tc_fltr->tunnel_type);
396 if (tc_fltr->tunnel_type != TNL_LAST) {
397 i = ice_tc_fill_tunnel_outer(flags, tc_fltr, list, i);
400 if (tc_fltr->tunnel_type != TNL_PFCP) {
401 headers = &tc_fltr->inner_headers;
895 struct ice_tc_flower_fltr *tc_fltr)
352 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) argument
893 ice_locate_rx_ring_using_queue(struct ice_vsi *vsi, struct ice_tc_flower_fltr *tc_fltr) argument
910 ice_tc_forward_action(struct ice_vsi *vsi, struct ice_tc_flower_fltr *tc_fltr) argument
973 ice_add_tc_flower_adv_fltr(struct ice_vsi *vsi, struct ice_tc_flower_fltr *tc_fltr) argument
[all...]

Completed in 198 milliseconds