Searched refs:tunnel_type (Results 1 – 19 of 19) sorted by relevance
292 u32 tunnel_type = 0; in offload_tso() local313 tunnel_type = TUNNEL_UDP_CSUM; in offload_tso()315 tunnel_type = TUNNEL_UDP_NO_CSUM; in offload_tso()320 hinic_task_set_tunnel_l4(task, tunnel_type, l4_tunnel_len); in offload_tso()360 u32 tunnel_type = NOT_TUNNEL; in offload_csum() local371 tunnel_type = TUNNEL_UDP_NO_CSUM; in offload_csum()382 tunnel_type = TUNNEL_UDP_CSUM; in offload_csum()407 tunnel_type = NOT_TUNNEL; in offload_csum()420 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,
145 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_VXLAN,
126 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_MPLSOUDP,
361 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_GENEVE,
515 a->tc_tunnel->tunnel_type == b->tc_tunnel->tunnel_type; in mlx5e_tc_tun_encap_info_equal_generic()527 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
324 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
4668 static int bnxt_hwrm_tunnel_dst_port_free(struct bnxt *bp, u8 tunnel_type) in bnxt_hwrm_tunnel_dst_port_free() argument4673 if (tunnel_type == TUNNEL_DST_PORT_FREE_REQ_TUNNEL_TYPE_VXLAN && in bnxt_hwrm_tunnel_dst_port_free()4676 if (tunnel_type == TUNNEL_DST_PORT_FREE_REQ_TUNNEL_TYPE_GENEVE && in bnxt_hwrm_tunnel_dst_port_free()4684 req->tunnel_type = tunnel_type; in bnxt_hwrm_tunnel_dst_port_free()4686 switch (tunnel_type) { in bnxt_hwrm_tunnel_dst_port_free()4709 u8 tunnel_type) in bnxt_hwrm_tunnel_dst_port_alloc() argument4719 req->tunnel_type = tunnel_type; in bnxt_hwrm_tunnel_dst_port_alloc()4730 switch (tunnel_type) { in bnxt_hwrm_tunnel_dst_port_alloc()4853 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
296 u8 tunnel_type; member
1838 if (decoded.tunnel_type >= I40E_RX_PTYPE_TUNNEL_IP_GRENAT) in i40e_rx_checksum()
8046 if (filter->tunnel_type != I40E_CLOUD_TNL_TYPE_NONE) in i40e_add_del_cloud_filter()8047 cld_filter.flags = cpu_to_le16(filter->tunnel_type << in i40e_add_del_cloud_filter()
1936 } else if (tunnel && tunnel->tunnel_type == MLX5E_TC_TUNNEL_TYPE_VXLAN) { in parse_tunnel_attr()