Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dnetdev_features.h154 #define NETIF_F_GSO_UDP_L4 __NETIF_F(GSO_UDP_L4) macro
Dnetdevice.h4832 BUILD_BUG_ON(SKB_GSO_UDP_L4 != (NETIF_F_GSO_UDP_L4 >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/Linux-v5.10/Documentation/networking/
Dnetdev-features.rst121 NETIF_F_GSO_UDP_L4 accepts a single UDP header with a payload that exceeds
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_vf.c559 NETIF_F_GSO_UDP_L4; in otx2vf_probe()
Dotx2_common.c454 pfvf->netdev->hw_features &= ~NETIF_F_GSO_UDP_L4; in otx2_setup_segmentation()
Dotx2_pf.c2108 NETIF_F_GSO_UDP_L4); in otx2_probe()
/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.c51 NETIF_F_GSO_UDP_L4 | \
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c2323 netdev->hw_features |= NETIF_F_GSO_UDP_L4; in hns3_set_default_feature()
2324 netdev->features |= NETIF_F_GSO_UDP_L4; in hns3_set_default_feature()
2325 netdev->vlan_features |= NETIF_F_GSO_UDP_L4; in hns3_set_default_feature()
2326 netdev->hw_enc_features |= NETIF_F_GSO_UDP_L4; in hns3_set_default_feature()
/Linux-v5.10/drivers/net/team/
Dteam.c1013 NETIF_F_GSO_UDP_L4; in __team_compute_features()
2178 dev->hw_features |= NETIF_F_GSO_ENCAP_ALL | NETIF_F_GSO_UDP_L4; in team_setup()
/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c50 NETIF_F_GSO_UDP_L4 | \
/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/
Daq_nic.c375 self->ndev->gso_partial_features = NETIF_F_GSO_UDP_L4; in aq_nic_ndev_init()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c4962 netdev->gso_partial_features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
4963 netdev->hw_features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
4964 netdev->features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
/Linux-v5.10/drivers/net/bonding/
Dbond_main.c1295 NETIF_F_GSO_UDP_L4; in bond_compute_features()
4749 bond_dev->hw_features |= NETIF_F_GSO_ENCAP_ALL | NETIF_F_GSO_UDP_L4; in bond_setup()
/Linux-v5.10/drivers/net/ethernet/intel/igb/
Digb_main.c2511 NETIF_F_GSO_UDP_L4 | in igb_features_check()
2520 NETIF_F_GSO_UDP_L4 | in igb_features_check()
3270 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_GSO_UDP_L4; in igb_probe()
/Linux-v5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c10084 NETIF_F_GSO_UDP_L4 | in ixgbe_features_check()
10093 NETIF_F_GSO_UDP_L4 | in ixgbe_features_check()
10816 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_GSO_UDP_L4; in ixgbe_probe()
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c4937 ndev->hw_features |= NETIF_F_GSO_UDP_L4; in stmmac_dvr_probe()
/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_main.c2931 NETIF_F_GSO_UDP_L4; in ice_set_netdev_features()
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c6217 NETIF_F_GSO_UDP_L4)
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_main.c12853 NETIF_F_GSO_UDP_L4 | in i40e_config_netdev()