Home
last modified time | relevance | path

Searched refs:tunnel_type (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.h131 int tunnel_type; member
Den_tc.c931 err = mlx5_encap_alloc(priv->mdev, e->tunnel_type, in mlx5e_tc_encap_flows_add()
2333 switch (e->tunnel_type) { in mlx5e_create_encap_header_ipv4()
2377 switch (e->tunnel_type) { in mlx5e_create_encap_header_ipv4()
2398 err = mlx5_encap_alloc(priv->mdev, e->tunnel_type, in mlx5e_create_encap_header_ipv4()
2442 switch (e->tunnel_type) { in mlx5e_create_encap_header_ipv6()
2486 switch (e->tunnel_type) { in mlx5e_create_encap_header_ipv6()
2508 err = mlx5_encap_alloc(priv->mdev, e->tunnel_type, in mlx5e_create_encap_header_ipv6()
2539 int tunnel_type, err = 0; in mlx5e_attach_encap() local
2557 tunnel_type = MLX5_HEADER_TYPE_VXLAN; in mlx5e_attach_encap()
2583 e->tunnel_type = tunnel_type; in mlx5e_attach_encap()
/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_lan_tx_rx.h49 u32 tunnel_type:3; member
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede.h307 u8 tunnel_type; member
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_hsi.h4893 u8 tunnel_type; member
5056 u8 tunnel_type; member
5265 u8 tunnel_type; member
5396 u8 tunnel_type; member
5668 u8 tunnel_type; member
5696 u8 tunnel_type; member
5725 u8 tunnel_type; member
Dbnxt.c3710 static int bnxt_hwrm_tunnel_dst_port_free(struct bnxt *bp, u8 tunnel_type) in bnxt_hwrm_tunnel_dst_port_free() argument
3716 req.tunnel_type = tunnel_type; in bnxt_hwrm_tunnel_dst_port_free()
3718 switch (tunnel_type) { in bnxt_hwrm_tunnel_dst_port_free()
3737 u8 tunnel_type) in bnxt_hwrm_tunnel_dst_port_alloc() argument
3745 req.tunnel_type = tunnel_type; in bnxt_hwrm_tunnel_dst_port_alloc()
3756 switch (tunnel_type) { in bnxt_hwrm_tunnel_dst_port_alloc()
3858 req.tunnel_type = in bnxt_hwrm_cfa_ntuple_filter_alloc()
Dbnxt_tc.c574 req.tunnel_type = CFA_DECAP_FILTER_ALLOC_REQ_TUNNEL_TYPE_VXLAN; in hwrm_cfa_decap_filter_alloc()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_type.h774 u32 tunnel_type:3; member
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_type.h827 u32 tunnel_type:3; member
Di40e.h291 u8 tunnel_type; member
Di40e_txrx.c1727 if (decoded.tunnel_type >= I40E_RX_PTYPE_TUNNEL_IP_GRENAT) in i40e_rx_checksum()
Di40e_main.c6951 if (filter->tunnel_type != I40E_CLOUD_TNL_TYPE_NONE) in i40e_add_del_cloud_filter()
6952 cld_filter.flags = cpu_to_le16(filter->tunnel_type << in i40e_add_del_cloud_filter()