Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_flex_pipe.h22 ice_get_open_tunnel_port(struct ice_hw *hw, u16 *port);
Dice_fdir.c559 if (!ice_get_open_tunnel_port(hw, &tnl_port)) in ice_fdir_get_gen_prgm_pkt()
Dice_ethtool_fdir.c1271 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()
Dice_flex_pipe.c1635 ice_get_open_tunnel_port(struct ice_hw *hw, u16 *port) in ice_get_open_tunnel_port() function