Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.h48 ice_get_open_tunnel_port(struct ice_hw *hw, enum ice_tunnel_type type,
H A Dice_fdir.c3281 if (!ice_get_open_tunnel_port(hw, TNL_ECPRI, port)) in ice_fdir_get_open_tunnel_port()
3285 if (!ice_get_open_tunnel_port(hw, TNL_VXLAN, port) && in ice_fdir_get_open_tunnel_port()
3286 !ice_get_open_tunnel_port(hw, TNL_GENEVE, port)) in ice_fdir_get_open_tunnel_port()
H A Dice_switch.c8618 if (!ice_get_open_tunnel_port(hw, TNL_VXLAN, &open_port)) in ice_fill_adv_packet_tun()
8624 if (!ice_get_open_tunnel_port(hw, TNL_GENEVE, &open_port)) in ice_fill_adv_packet_tun()
H A Dice_flex_pipe.c2257 ice_get_open_tunnel_port(struct ice_hw *hw, enum ice_tunnel_type type, in ice_get_open_tunnel_port() function