Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.h42 ice_get_open_tunnel_port(struct ice_hw *hw, enum ice_tunnel_type type,
H A Dice_fdir.c1029 if (!ice_get_open_tunnel_port(hw, TNL_ALL, &tnl_port)) in ice_fdir_get_gen_prgm_pkt()
H A Dice_switch.c7734 if (!ice_get_open_tunnel_port(hw, TNL_VXLAN, &open_port)) in ice_fill_adv_packet_tun()
7740 if (!ice_get_open_tunnel_port(hw, TNL_GENEVE, &open_port)) in ice_fill_adv_packet_tun()
H A Dice_flex_pipe.c2033 ice_get_open_tunnel_port(struct ice_hw *hw, enum ice_tunnel_type type, in ice_get_open_tunnel_port() function