/linux-6.6.21/drivers/net/ethernet/huawei/hinic/ |
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-6.6.21/drivers/net/ethernet/intel/ice/ |
D | ice_tc_lib.c | 186 list[i].type = ice_proto_type_from_tunnel(fltr->tunnel_type); in ice_tc_fill_tunnel_outer() 187 switch (fltr->tunnel_type) { in ice_tc_fill_tunnel_outer() 223 (fltr->tunnel_type == TNL_GTPU || fltr->tunnel_type == TNL_GTPC)) { in ice_tc_fill_tunnel_outer() 224 list[i].type = ice_proto_type_from_tunnel(fltr->tunnel_type); in ice_tc_fill_tunnel_outer() 366 rule_info->tun_type = ice_sw_type_from_tunnel(tc_fltr->tunnel_type); in ice_tc_fill_rules() 367 if (tc_fltr->tunnel_type != TNL_LAST) { in ice_tc_fill_rules() 1290 fltr->tunnel_type = TNL_GTPC; in ice_parse_gtp_type() 1308 fltr->tunnel_type = ice_tc_tun_get_type(dev); in ice_parse_tunnel_attr() 1349 fltr->tunnel_type != TNL_VXLAN && fltr->tunnel_type != TNL_GENEVE) { in ice_parse_tunnel_attr() 1354 if (fltr->tunnel_type != TNL_GTPU) { in ice_parse_tunnel_attr() [all …]
|
D | ice_tc_lib.h | 165 u8 tunnel_type; member
|
D | ice_txrx_lib.c | 154 if (decoded.tunnel_type >= ICE_RX_PTYPE_TUNNEL_IP_GRENAT) in ice_rx_csum()
|
D | ice_lan_tx_rx.h | 168 u32 tunnel_type:3; member
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_tun.h | 30 int tunnel_type; member
|
D | tc_tun_gre.c | 89 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_GRETAP,
|
D | tc_tun_mplsoudp.c | 119 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_MPLSOUDP,
|
D | tc_tun_vxlan.c | 223 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_VXLAN,
|
D | tc_tun_geneve.c | 344 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_GENEVE,
|
D | tc_tun_encap.c | 585 a->tc_tunnel->tunnel_type == b->tc_tunnel->tunnel_type; in mlx5e_tc_tun_encap_info_equal_generic() 628 key->tc_tunnel->tunnel_type); in hash_encap_info()
|
/linux-6.6.21/drivers/net/ethernet/intel/iavf/ |
D | iavf_type.h | 377 u32 tunnel_type:3; member
|
/linux-6.6.21/drivers/net/ethernet/qlogic/qede/ |
D | qede.h | 326 u8 tunnel_type; member
|
/linux-6.6.21/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_hsi.h | 6906 u8 tunnel_type; member 7088 u8 tunnel_type; member 7327 u8 tunnel_type; member 7474 u8 tunnel_type; member 7617 u8 tunnel_type; member 8047 u8 tunnel_type; member 8088 u8 tunnel_type; member 8135 u8 tunnel_type; member
|
D | bnxt.c | 4815 static int bnxt_hwrm_tunnel_dst_port_free(struct bnxt *bp, u8 tunnel_type) in bnxt_hwrm_tunnel_dst_port_free() argument 4820 if (tunnel_type == TUNNEL_DST_PORT_FREE_REQ_TUNNEL_TYPE_VXLAN && in bnxt_hwrm_tunnel_dst_port_free() 4823 if (tunnel_type == TUNNEL_DST_PORT_FREE_REQ_TUNNEL_TYPE_GENEVE && in bnxt_hwrm_tunnel_dst_port_free() 4831 req->tunnel_type = tunnel_type; in bnxt_hwrm_tunnel_dst_port_free() 4833 switch (tunnel_type) { in bnxt_hwrm_tunnel_dst_port_free() 4856 u8 tunnel_type) in bnxt_hwrm_tunnel_dst_port_alloc() argument 4866 req->tunnel_type = tunnel_type; in bnxt_hwrm_tunnel_dst_port_alloc() 4877 switch (tunnel_type) { in bnxt_hwrm_tunnel_dst_port_alloc() 5002 req->tunnel_type = in bnxt_hwrm_cfa_ntuple_filter_alloc()
|
D | bnxt_tc.c | 808 req->tunnel_type = CFA_DECAP_FILTER_ALLOC_REQ_TUNNEL_TYPE_VXLAN; in hwrm_cfa_decap_filter_alloc()
|
/linux-6.6.21/drivers/net/ethernet/intel/i40e/ |
D | i40e_type.h | 810 u32 tunnel_type:3; member
|
D | i40e.h | 298 u8 tunnel_type; member
|
D | i40e_txrx.c | 1813 if (decoded.tunnel_type >= I40E_RX_PTYPE_TUNNEL_IP_GRENAT) in i40e_rx_checksum()
|
D | i40e_main.c | 8393 if (filter->tunnel_type != I40E_CLOUD_TNL_TYPE_NONE) in i40e_add_del_cloud_filter() 8394 cld_filter.flags = cpu_to_le16(filter->tunnel_type << in i40e_add_del_cloud_filter()
|