Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_flex_pipe.h30 ice_get_open_tunnel_port(struct ice_hw *hw, u16 *port,
Dice_ethtool_fdir.c1437 if (is_tun && !ice_get_open_tunnel_port(&pf->hw, &port_num, TNL_ALL)) in ice_fdir_write_all_fltr()
1885 fltrs_needed = ice_get_open_tunnel_port(hw, &tunnel_port, TNL_ALL) ? 2 : 1; in ice_add_fdir_ethtool()
Dice_fdir.c925 if (!ice_get_open_tunnel_port(hw, &tnl_port, TNL_ALL)) in ice_fdir_get_gen_prgm_pkt()
Dice_switch.c5784 if (!ice_get_open_tunnel_port(hw, &open_port, TNL_VXLAN)) in ice_fill_adv_packet_tun()
5788 if (!ice_get_open_tunnel_port(hw, &open_port, TNL_GENEVE)) in ice_fill_adv_packet_tun()
Dice_flex_pipe.c302 ice_get_open_tunnel_port(struct ice_hw *hw, u16 *port, in ice_get_open_tunnel_port() function