Home
last modified time | relevance | path

Searched refs:tunnel_type (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_tx.c292 u32 tunnel_type = 0; in offload_tso() local
313 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() local
371 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()
/linux/drivers/net/ethernet/intel/ice/
A Dice_tc_lib.c38 fltr->tunnel_type == TNL_LAST) in ice_tc_count_lkups()
129 list[i].type = ice_proto_type_from_tunnel(fltr->tunnel_type); in ice_tc_fill_tunnel_outer()
130 switch (fltr->tunnel_type) { in ice_tc_fill_tunnel_outer()
221 rule_info->tun_type = ice_sw_type_from_tunnel(tc_fltr->tunnel_type); in ice_tc_fill_rules()
222 if (tc_fltr->tunnel_type != TNL_LAST) { in ice_tc_fill_rules()
755 fltr->tunnel_type = ice_tc_tun_get_type(dev); in ice_parse_tunnel_attr()
799 fltr->tunnel_type != TNL_VXLAN && fltr->tunnel_type != TNL_GENEVE) { in ice_parse_tunnel_attr()
872 fltr->tunnel_type = TNL_LAST; in ice_parse_cls_flower()
A Dice_tc_lib.h123 u8 tunnel_type; member
A Dice_txrx_lib.c152 if (decoded.tunnel_type >= ICE_RX_PTYPE_TUNNEL_IP_GRENAT) in ice_rx_csum()
A Dice_lan_tx_rx.h168 u32 tunnel_type:3; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dtc_tun.h30 int tunnel_type; member
A Dtc_tun_gre.c89 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_GRETAP,
A Dtc_tun_mplsoudp.c126 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_MPLSOUDP,
A Dtc_tun_vxlan.c153 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_VXLAN,
A Dtc_tun_geneve.c361 .tunnel_type = MLX5E_TC_TUNNEL_TYPE_GENEVE,
A Dtc_tun_encap.c545 a->tc_tunnel->tunnel_type == b->tc_tunnel->tunnel_type; in mlx5e_tc_tun_encap_info_equal_generic()
557 key->tc_tunnel->tunnel_type); in hash_encap_info()
/linux/drivers/net/ethernet/intel/iavf/
A Diavf_type.h377 u32 tunnel_type:3; member
/linux/drivers/net/ethernet/qlogic/qede/
A Dqede.h324 u8 tunnel_type; member
/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_hsi.h6778 u8 tunnel_type; member
6960 u8 tunnel_type; member
7196 u8 tunnel_type; member
7343 u8 tunnel_type; member
7486 u8 tunnel_type; member
7907 u8 tunnel_type; member
7937 u8 tunnel_type; member
7968 u8 tunnel_type; member
A Dbnxt.c4630 static int bnxt_hwrm_tunnel_dst_port_free(struct bnxt *bp, u8 tunnel_type) in bnxt_hwrm_tunnel_dst_port_free() argument
4635 if (tunnel_type == TUNNEL_DST_PORT_FREE_REQ_TUNNEL_TYPE_VXLAN && in bnxt_hwrm_tunnel_dst_port_free()
4638 if (tunnel_type == TUNNEL_DST_PORT_FREE_REQ_TUNNEL_TYPE_GENEVE && in bnxt_hwrm_tunnel_dst_port_free()
4646 req->tunnel_type = tunnel_type; in bnxt_hwrm_tunnel_dst_port_free()
4648 switch (tunnel_type) { in bnxt_hwrm_tunnel_dst_port_free()
4671 u8 tunnel_type) in bnxt_hwrm_tunnel_dst_port_alloc() argument
4681 req->tunnel_type = tunnel_type; in bnxt_hwrm_tunnel_dst_port_alloc()
4692 switch (tunnel_type) { in bnxt_hwrm_tunnel_dst_port_alloc()
4815 req->tunnel_type = in bnxt_hwrm_cfa_ntuple_filter_alloc()
A Dbnxt_tc.c808 req->tunnel_type = CFA_DECAP_FILTER_ALLOC_REQ_TUNNEL_TYPE_VXLAN; in hwrm_cfa_decap_filter_alloc()
/linux/drivers/net/ethernet/intel/i40e/
A Di40e_type.h811 u32 tunnel_type:3; member
A Di40e.h297 u8 tunnel_type; member
A Di40e_txrx.c1838 if (decoded.tunnel_type >= I40E_RX_PTYPE_TUNNEL_IP_GRENAT) in i40e_rx_checksum()
A Di40e_main.c8119 if (filter->tunnel_type != I40E_CLOUD_TNL_TYPE_NONE) in i40e_add_del_cloud_filter()
8120 cld_filter.flags = cpu_to_le16(filter->tunnel_type << in i40e_add_del_cloud_filter()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_tc.c2003 } else if (tunnel && tunnel->tunnel_type == MLX5E_TC_TUNNEL_TYPE_VXLAN) { in parse_tunnel_attr()

Completed in 159 milliseconds