Searched refs:tunnel_type (Results 1 – 19 of 19) sorted by relevance
290 u32 tunnel_type = 0; in offload_tso() local311 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() local369 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()
30 int tunnel_type; member
89 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_GRETAP,
120 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_MPLSOUDP,
147 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_VXLAN,
361 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_GENEVE,
528 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()
150 if (decoded.tunnel_type >= ICE_RX_PTYPE_TUNNEL_IP_GRENAT) in ice_rx_csum()
168 u32 tunnel_type:3; member
377 u32 tunnel_type:3; member
328 u8 tunnel_type; member
6721 u8 tunnel_type; member6903 u8 tunnel_type; member7138 u8 tunnel_type; member7284 u8 tunnel_type; member7427 u8 tunnel_type; member7848 u8 tunnel_type; member7878 u8 tunnel_type; member7909 u8 tunnel_type; member
4679 static int bnxt_hwrm_tunnel_dst_port_free(struct bnxt *bp, u8 tunnel_type) in bnxt_hwrm_tunnel_dst_port_free() argument4684 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() argument4730 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()
808 req->tunnel_type = CFA_DECAP_FILTER_ALLOC_REQ_TUNNEL_TYPE_VXLAN; in hwrm_cfa_decap_filter_alloc()
811 u32 tunnel_type:3; member
298 u8 tunnel_type; member
1824 if (decoded.tunnel_type >= I40E_RX_PTYPE_TUNNEL_IP_GRENAT) in i40e_rx_checksum()
8365 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()
2028 } else if (tunnel && tunnel->tunnel_type == MLX5E_TC_TUNNEL_TYPE_VXLAN) { in parse_tunnel_attr()