Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.h29 ice_get_open_tunnel_port(struct ice_hw *hw, u16 *port,
H A Dice_ethtool_fdir.c1573 if (is_tun && !ice_get_open_tunnel_port(&pf->hw, &port_num, TNL_ALL)) in ice_fdir_write_all_fltr()
2029 fltrs_needed = ice_get_open_tunnel_port(hw, &tunnel_port, TNL_ALL) ? 2 : 1; in ice_add_fdir_ethtool()
H A Dice_fdir.c909 if (!ice_get_open_tunnel_port(hw, &tnl_port, TNL_ALL)) in ice_fdir_get_gen_prgm_pkt()
H A Dice_virtchnl_fdir.c862 if (ice_get_open_tunnel_port(hw, &udp_port, TNL_VXLAN)) in ice_vc_fdir_parse_raw()
H A Dice_flex_pipe.c302 ice_get_open_tunnel_port(struct ice_hw *hw, u16 *port, in ice_get_open_tunnel_port() function