Home
last modified time | relevance | path

Searched refs:ice_tunnel_type (Results 1 – 3 of 3) 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,
51 ice_create_tunnel(struct ice_hw *hw, enum ice_tunnel_type type, u16 port);
56 ice_tunnel_get_type(struct ice_hw *hw, u16 port, enum ice_tunnel_type *type);
H A Dice_flex_type.h725 enum ice_tunnel_type { enum
735 enum ice_tunnel_type type;
740 enum ice_tunnel_type type;
H A Dice_flex_pipe.c2206 ice_tunnel_get_type(struct ice_hw *hw, u16 port, enum ice_tunnel_type *type) in ice_tunnel_get_type()
2234 ice_find_free_tunnel_entry(struct ice_hw *hw, enum ice_tunnel_type type, in ice_find_free_tunnel_entry()
2257 ice_get_open_tunnel_port(struct ice_hw *hw, enum ice_tunnel_type type, in ice_get_open_tunnel_port()
2376 ice_create_tunnel(struct ice_hw *hw, enum ice_tunnel_type type, u16 port) in ice_create_tunnel()