Home
last modified time | relevance | path

Searched refs:NETIF_F_GSO_UDP_L4 (Results 1 – 25 of 26) sorted by relevance

12

/linux/include/linux/
H A Dnetdev_features.h157 #define NETIF_F_GSO_UDP_L4 __NETIF_F(GSO_UDP_L4) macro
216 NETIF_F_GSO_UDP_L4 | NETIF_F_GSO_FRAGLIST)
H A Dnetdevice.h5313 BUILD_BUG_ON(SKB_GSO_UDP_L4 != (NETIF_F_GSO_UDP_L4 >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_netdev.c196 netdev->hw_features |= NETIF_F_GSO_UDP_L4; in bnge_netdev_alloc()
214 netdev->hw_enc_features |= NETIF_F_GSO_UDP_L4; in bnge_netdev_alloc()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_netdev.c732 NETIF_F_GSO_UDP_L4; in fbnic_netdev_alloc()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_vf.c697 NETIF_F_GSO_UDP_L4; in otx2vf_probe()
H A Dotx2_common.c514 pfvf->netdev->hw_features &= ~NETIF_F_GSO_UDP_L4; in otx2_setup_segmentation()
H A Dotx2_pf.c3220 NETIF_F_GSO_UDP_L4); in otx2_probe()
/linux/net/ipv4/
H A Dudp_offload.c506 features &= ~(NETIF_F_GSO_UDP_L4 | NETIF_F_CSUM_MASK); in __udp_gso_segment()
/linux/drivers/net/
H A Dtun.c189 NETIF_F_TSO6 | NETIF_F_GSO_UDP_L4 | \
2838 #define PLAIN_GSO (NETIF_F_GSO_UDP_L4 | NETIF_F_TSO | NETIF_F_TSO6)
2866 features |= NETIF_F_GSO_UDP_L4; in set_offload()
H A Dtap.c886 features |= NETIF_F_GSO_UDP_L4; in set_offload()
H A Dvirtio_net.c6820 dev->hw_features |= NETIF_F_GSO_UDP_L4; in virtnet_probe()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.c379 self->ndev->gso_partial_features = NETIF_F_GSO_UDP_L4; in aq_nic_ndev_init()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_lib.c827 tso_offloads |= NETIF_F_GSO_UDP_L4; in idpf_cfg_netdev()
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c1357 NETIF_F_GSO_UDP_L4)
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c2699 netdev->hw_features |= NETIF_F_GSO_UDP_L4; in nfp_net_netdev_init()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c2553 NETIF_F_GSO_UDP_L4 | in igb_features_check()
2562 NETIF_F_GSO_UDP_L4 | in igb_features_check()
3325 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_GSO_UDP_L4; in igb_probe()
/linux/net/core/
H A Ddev.c3792 features &= ~(NETIF_F_IPV6_CSUM | NETIF_F_TSO6 | NETIF_F_GSO_UDP_L4); in gso_features_check()
10763 if ((features & NETIF_F_GSO_UDP_L4) && !netdev_has_ip_or_hw_csum(features)) { in netdev_fix_features()
10765 features &= ~NETIF_F_GSO_UDP_L4; in netdev_fix_features()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c10846 NETIF_F_GSO_UDP_L4 | in ixgbe_features_check()
10855 NETIF_F_GSO_UDP_L4 | in ixgbe_features_check()
11753 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_GSO_UDP_L4; in ixgbe_probe()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5752 netdev->gso_partial_features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
5753 netdev->hw_features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c5269 hw_features |= NETIF_F_GSO_UDP_L4; in iavf_process_config()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3339 netdev->features |= NETIF_F_GSO_UDP_L4; in hns3_set_default_feature()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c6199 NETIF_F_GSO_UDP_L4)
/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c3618 NETIF_F_GSO_UDP_L4; in ice_set_netdev_features()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c7606 ndev->hw_features |= NETIF_F_GSO_UDP_L4; in stmmac_dvr_probe()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c16665 dev->hw_features |= NETIF_F_GSO_UDP_L4; in bnxt_init_one()
16677 dev->hw_enc_features |= NETIF_F_GSO_UDP_L4; in bnxt_init_one()

12