Searched refs:tunnel_type (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_tx.c | 291 u32 tunnel_type = 0; in offload_tso() local 312 tunnel_type = TUNNEL_UDP_CSUM; in offload_tso() 314 tunnel_type = TUNNEL_UDP_NO_CSUM; in offload_tso() 319 hinic_task_set_tunnel_l4(task, tunnel_type, l4_tunnel_len); in offload_tso() 359 u32 tunnel_type = NOT_TUNNEL; in offload_csum() local 370 tunnel_type = TUNNEL_UDP_NO_CSUM; in offload_csum() 381 tunnel_type = TUNNEL_UDP_CSUM; in offload_csum() 406 tunnel_type = NOT_TUNNEL; in offload_csum() 419 hinic_task_set_tunnel_l4(task, tunnel_type, l4_tunnel_len); in offload_csum()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_tun_gre.c | 93 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_GRETAP,
|
| H A D | tc_tun.h | 30 int tunnel_type; member
|
| H A D | tc_tun_mplsoudp.c | 119 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_MPLSOUDP,
|
| H A D | tc_tun_vxlan.c | 250 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_VXLAN,
|
| H A D | tc_tun_geneve.c | 346 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_GENEVE,
|
| /linux/drivers/net/ethernet/intel/libie/ |
| H A D | rx.c | 26 .tunnel_type = LIBETH_RX_PT_TUNNEL_IP_##tun, \
|
| /linux/include/net/libeth/ |
| H A D | rx.h | 197 u32 tunnel_type:3; member
|
| /linux/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede.h | 326 u8 tunnel_type; member
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e.h | 326 u8 tunnel_type; member
|
| H A D | i40e_txrx.c | 1796 if (decoded.tunnel_type >= LIBETH_RX_PT_TUNNEL_IP_GRENAT) in i40e_rx_checksum()
|
| H A D | i40e_main.c | 8405 if (filter->tunnel_type != I40E_CLOUD_TNL_TYPE_NONE) in i40e_add_del_cloud_filter() 8406 cld_filter.flags = cpu_to_le16(filter->tunnel_type << in i40e_add_del_cloud_filter()
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_virtchnl.c | 2977 ptype->tunnel_type = LIBETH_RX_PT_TUNNEL_IP_IP; in idpf_fill_ptype_lookup() 3102 ptype_lkup[k].tunnel_type = in idpf_send_get_rx_ptype_msg() 3113 ptype_lkup[k].tunnel_type = in idpf_send_get_rx_ptype_msg()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 5771 static int bnxt_hwrm_tunnel_dst_port_free(struct bnxt *bp, u8 tunnel_type) in bnxt_hwrm_tunnel_dst_port_free() argument 5776 if (tunnel_type == TUNNEL_DST_PORT_FREE_REQ_TUNNEL_TYPE_VXLAN && in bnxt_hwrm_tunnel_dst_port_free() 5779 if (tunnel_type == TUNNEL_DST_PORT_FREE_REQ_TUNNEL_TYPE_GENEVE && in bnxt_hwrm_tunnel_dst_port_free() 5787 req->tunnel_type = tunnel_type; in bnxt_hwrm_tunnel_dst_port_free() 5789 switch (tunnel_type) { in bnxt_hwrm_tunnel_dst_port_free() 5819 u8 tunnel_type) in bnxt_hwrm_tunnel_dst_port_alloc() argument 5829 req->tunnel_type = tunnel_type; in bnxt_hwrm_tunnel_dst_port_alloc() 5840 switch (tunnel_type) { in bnxt_hwrm_tunnel_dst_port_alloc() 6329 req->tunnel_type = in bnxt_hwrm_cfa_ntuple_filter_alloc()
|
| H A D | bnxt_tc.c | 812 req->tunnel_type = CFA_DECAP_FILTER_ALLOC_REQ_TUNNEL_TYPE_VXLAN; in hwrm_cfa_decap_filter_alloc()
|