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);
1271 if (is_tun && !ice_get_open_tunnel_port(&pf->hw, &port_num)) in ice_fdir_write_all_fltr()1655 fltrs_needed = ice_get_open_tunnel_port(hw, &tunnel_port) ? 2 : 1; in ice_add_fdir_ethtool()
927 if (!ice_get_open_tunnel_port(hw, &tnl_port)) in ice_fdir_get_gen_prgm_pkt()
1634 ice_get_open_tunnel_port(struct ice_hw *hw, u16 *port) in ice_get_open_tunnel_port() function