Searched refs:ice_get_open_tunnel_port (Results 1 – 4 of 4) sorted by relevance
22 ice_get_open_tunnel_port(struct ice_hw *hw, u16 *port);
559 if (!ice_get_open_tunnel_port(hw, &tnl_port)) in ice_fdir_get_gen_prgm_pkt()
1271 if (is_tun && !ice_get_open_tunnel_port(&pf->hw, &port_num)) in ice_fdir_write_all_fltr()1649 fltrs_needed = ice_get_open_tunnel_port(hw, &tunnel_port) ? 2 : 1; in ice_add_fdir_ethtool()
1635 ice_get_open_tunnel_port(struct ice_hw *hw, u16 *port) in ice_get_open_tunnel_port() function