Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdev_features.h154 #define NETIF_F_GSO_UDP_L4 __NETIF_F(GSO_UDP_L4) macro
H A Dnetdevice.h4936 BUILD_BUG_ON(SKB_GSO_UDP_L4 != (NETIF_F_GSO_UDP_L4 >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dnetdev-features.rst121 NETIF_F_GSO_UDP_L4 accepts a single UDP header with a payload that exceeds
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_vf.c559 NETIF_F_GSO_UDP_L4; in otx2vf_probe()
H A Dotx2_common.c454 pfvf->netdev->hw_features &= ~NETIF_F_GSO_UDP_L4; in otx2_setup_segmentation()
H A Dotx2_pf.c2123 NETIF_F_GSO_UDP_L4); in otx2_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c51 NETIF_F_GSO_UDP_L4 | \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c2359 netdev->hw_features |= NETIF_F_GSO_UDP_L4; in hns3_set_default_feature()
2360 netdev->features |= NETIF_F_GSO_UDP_L4; in hns3_set_default_feature()
2361 netdev->vlan_features |= NETIF_F_GSO_UDP_L4; in hns3_set_default_feature()
2362 netdev->hw_enc_features |= NETIF_F_GSO_UDP_L4; in hns3_set_default_feature()
/OK3568_Linux_fs/kernel/drivers/net/team/
H A Dteam.c1015 NETIF_F_GSO_UDP_L4; in __team_compute_features()
2190 dev->hw_features |= NETIF_F_GSO_ENCAP_ALL | NETIF_F_GSO_UDP_L4; in team_setup()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c50 NETIF_F_GSO_UDP_L4 | \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.c373 self->ndev->gso_partial_features = NETIF_F_GSO_UDP_L4; in aq_nic_ndev_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5067 netdev->gso_partial_features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
5068 netdev->hw_features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
5069 netdev->features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_main.c1417 NETIF_F_GSO_UDP_L4; in bond_compute_features()
4907 bond_dev->hw_features |= NETIF_F_GSO_ENCAP_ALL | NETIF_F_GSO_UDP_L4; in bond_setup()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A Digb_main.c2519 NETIF_F_GSO_UDP_L4 | in igb_features_check()
2528 NETIF_F_GSO_UDP_L4 | in igb_features_check()
3279 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_GSO_UDP_L4; in igb_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c10099 NETIF_F_GSO_UDP_L4 | in ixgbe_features_check()
10108 NETIF_F_GSO_UDP_L4 | in ixgbe_features_check()
10835 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_GSO_UDP_L4; in ixgbe_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c5082 ndev->hw_features |= NETIF_F_GSO_UDP_L4; in stmmac_dvr_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_main.c2973 NETIF_F_GSO_UDP_L4; in ice_set_netdev_features()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c6219 NETIF_F_GSO_UDP_L4)
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c13087 NETIF_F_GSO_UDP_L4 | in i40e_config_netdev()