ice_get_open_tunnel_port
if (is_tun && !ice_get_open_tunnel_port(&pf->hw, &port_num, TNL_ALL))
fltrs_needed = ice_get_open_tunnel_port(hw, &tunnel_port, TNL_ALL) ? 2 : 1;
if (!ice_get_open_tunnel_port(hw, &tnl_port, TNL_ALL))
ice_get_open_tunnel_port(struct ice_hw *hw, u16 *port,
if (!ice_get_open_tunnel_port(hw, &open_port, TNL_VXLAN))
if (!ice_get_open_tunnel_port(hw, &open_port, TNL_GENEVE))
if (ice_get_open_tunnel_port(hw, &udp_port, TNL_VXLAN))