Home
last modified time | relevance | path

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

/drivers/net/ethernet/huawei/hinic/
Dhinic_tx.c290 u32 tunnel_type = 0; in offload_tso() local
311 tunnel_type = TUNNEL_UDP_CSUM; in offload_tso()
313 tunnel_type = TUNNEL_UDP_NO_CSUM; in offload_tso()
318 hinic_task_set_tunnel_l4(task, tunnel_type, l4_tunnel_len); in offload_tso()
358 u32 tunnel_type = NOT_TUNNEL; in offload_csum() local
369 tunnel_type = TUNNEL_UDP_NO_CSUM; in offload_csum()
380 tunnel_type = TUNNEL_UDP_CSUM; in offload_csum()
405 tunnel_type = NOT_TUNNEL; in offload_csum()
418 hinic_task_set_tunnel_l4(task, tunnel_type, l4_tunnel_len); in offload_csum()
/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun.h30 int tunnel_type; member
Dtc_tun_gre.c89 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_GRETAP,
Dtc_tun_mplsoudp.c120 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_MPLSOUDP,
Dtc_tun_vxlan.c147 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_VXLAN,
Dtc_tun_geneve.c361 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_GENEVE,
Dtc_tun_encap.c528 a->tc_tunnel->tunnel_type == b->tc_tunnel->tunnel_type; in mlx5e_tc_tun_encap_info_equal_generic()
540 key->tc_tunnel->tunnel_type); in hash_encap_info()
/drivers/net/ethernet/intel/ice/
Dice_txrx_lib.c150 if (decoded.tunnel_type >= ICE_RX_PTYPE_TUNNEL_IP_GRENAT) in ice_rx_csum()
Dice_lan_tx_rx.h168 u32 tunnel_type:3; member
/drivers/net/ethernet/intel/iavf/
Diavf_type.h377 u32 tunnel_type:3; member
/drivers/net/ethernet/qlogic/qede/
Dqede.h328 u8 tunnel_type; member
/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_hsi.h6721 u8 tunnel_type; member
6903 u8 tunnel_type; member
7138 u8 tunnel_type; member
7284 u8 tunnel_type; member
7427 u8 tunnel_type; member
7848 u8 tunnel_type; member
7878 u8 tunnel_type; member
7909 u8 tunnel_type; member
Dbnxt.c4679 static int bnxt_hwrm_tunnel_dst_port_free(struct bnxt *bp, u8 tunnel_type) in bnxt_hwrm_tunnel_dst_port_free() argument
4684 if (tunnel_type == TUNNEL_DST_PORT_FREE_REQ_TUNNEL_TYPE_VXLAN && in bnxt_hwrm_tunnel_dst_port_free()
4687 if (tunnel_type == TUNNEL_DST_PORT_FREE_REQ_TUNNEL_TYPE_GENEVE && in bnxt_hwrm_tunnel_dst_port_free()
4695 req->tunnel_type = tunnel_type; in bnxt_hwrm_tunnel_dst_port_free()
4697 switch (tunnel_type) { in bnxt_hwrm_tunnel_dst_port_free()
4720 u8 tunnel_type) in bnxt_hwrm_tunnel_dst_port_alloc() argument
4730 req->tunnel_type = tunnel_type; in bnxt_hwrm_tunnel_dst_port_alloc()
4741 switch (tunnel_type) { in bnxt_hwrm_tunnel_dst_port_alloc()
4866 req->tunnel_type = in bnxt_hwrm_cfa_ntuple_filter_alloc()
Dbnxt_tc.c808 req->tunnel_type = CFA_DECAP_FILTER_ALLOC_REQ_TUNNEL_TYPE_VXLAN; in hwrm_cfa_decap_filter_alloc()
/drivers/net/ethernet/intel/i40e/
Di40e_type.h811 u32 tunnel_type:3; member
Di40e.h298 u8 tunnel_type; member
Di40e_txrx.c1824 if (decoded.tunnel_type >= I40E_RX_PTYPE_TUNNEL_IP_GRENAT) in i40e_rx_checksum()
Di40e_main.c8365 if (filter->tunnel_type != I40E_CLOUD_TNL_TYPE_NONE) in i40e_add_del_cloud_filter()
8366 cld_filter.flags = cpu_to_le16(filter->tunnel_type << in i40e_add_del_cloud_filter()
/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c2028 } else if (tunnel && tunnel->tunnel_type == MLX5E_TC_TUNNEL_TYPE_VXLAN) { in parse_tunnel_attr()