| /OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_tx.c | 290 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() 379 tunnel_type = TUNNEL_UDP_CSUM; in offload_csum() 404 tunnel_type = NOT_TUNNEL; in offload_csum() 417 hinic_task_set_tunnel_l4(task, tunnel_type, l4_tunnel_len); in offload_csum()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_tun.h | 23 int tunnel_type; member
|
| H A D | tc_tun_gre.c | 89 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_GRETAP,
|
| H A D | tc_tun_mplsoudp.c | 126 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_MPLSOUDP,
|
| H A D | tc_tun_vxlan.c | 145 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_VXLAN,
|
| H A D | tc_tun_geneve.c | 333 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_GENEVE,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_txrx_lib.c | 137 if (decoded.tunnel_type >= ICE_RX_PTYPE_TUNNEL_IP_GRENAT) in ice_rx_csum()
|
| H A D | ice_lan_tx_rx.h | 147 u32 tunnel_type:3; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_type.h | 378 u32 tunnel_type:3; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede.h | 326 u8 tunnel_type; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_hsi.h | 5893 u8 tunnel_type; member 6075 u8 tunnel_type; member 6310 u8 tunnel_type; member 6456 u8 tunnel_type; member 6599 u8 tunnel_type; member 7017 u8 tunnel_type; member 7047 u8 tunnel_type; member 7078 u8 tunnel_type; member
|
| H A D | bnxt.c | 4762 static int bnxt_hwrm_tunnel_dst_port_free(struct bnxt *bp, u8 tunnel_type) in bnxt_hwrm_tunnel_dst_port_free() argument 4768 req.tunnel_type = tunnel_type; in bnxt_hwrm_tunnel_dst_port_free() 4770 switch (tunnel_type) { in bnxt_hwrm_tunnel_dst_port_free() 4791 u8 tunnel_type) in bnxt_hwrm_tunnel_dst_port_alloc() argument 4799 req.tunnel_type = tunnel_type; in bnxt_hwrm_tunnel_dst_port_alloc() 4810 switch (tunnel_type) { in bnxt_hwrm_tunnel_dst_port_alloc() 4921 req.tunnel_type = in bnxt_hwrm_cfa_ntuple_filter_alloc()
|
| H A D | bnxt_tc.c | 802 req.tunnel_type = CFA_DECAP_FILTER_ALLOC_REQ_TUNNEL_TYPE_VXLAN; in hwrm_cfa_decap_filter_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_type.h | 811 u32 tunnel_type:3; member
|
| H A D | i40e.h | 291 u8 tunnel_type; member
|
| H A D | i40e_txrx.c | 1681 if (decoded.tunnel_type >= I40E_RX_PTYPE_TUNNEL_IP_GRENAT) in i40e_rx_checksum()
|
| H A D | i40e_main.c | 7858 if (filter->tunnel_type != I40E_CLOUD_TNL_TYPE_NONE) in i40e_add_del_cloud_filter() 7859 cld_filter.flags = cpu_to_le16(filter->tunnel_type << in i40e_add_del_cloud_filter()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_tc.c | 3680 a->tc_tunnel->tunnel_type != b->tc_tunnel->tunnel_type; in cmp_encap_info() 3692 key->tc_tunnel->tunnel_type); in hash_encap_info()
|