Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.h51 ice_create_tunnel(struct ice_hw *hw, enum ice_tunnel_type type, u16 port);
H A Dice_flex_pipe.c2376 ice_create_tunnel(struct ice_hw *hw, enum ice_tunnel_type type, u16 port) in ice_create_tunnel() function
/dpdk/drivers/net/ice/
H A Dice_dcf_ethdev.c1566 ret = ice_create_tunnel(parent_hw, TNL_VXLAN, in ice_dcf_dev_udp_tunnel_port_add()
1570 ret = ice_create_tunnel(parent_hw, TNL_ECPRI, in ice_dcf_dev_udp_tunnel_port_add()
H A Dice_ethdev.c5648 ret = ice_create_tunnel(hw, TNL_VXLAN, udp_tunnel->udp_port); in ice_dev_udp_tunnel_port_add()