Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnetdev_features.h160 #define NETIF_F_GSO_UDP_L4 __NETIF_F(GSO_UDP_L4) macro
222 NETIF_F_GSO_UDP_L4 | NETIF_F_GSO_FRAGLIST)
Dnetdevice.h5085 BUILD_BUG_ON(SKB_GSO_UDP_L4 != (NETIF_F_GSO_UDP_L4 >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/Linux-v5.15/Documentation/networking/
Dnetdev-features.rst121 NETIF_F_GSO_UDP_L4 accepts a single UDP header with a payload that exceeds
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_vf.c649 NETIF_F_GSO_UDP_L4; in otx2vf_probe()
Dotx2_common.c496 pfvf->netdev->hw_features &= ~NETIF_F_GSO_UDP_L4; in otx2_setup_segmentation()
Dotx2_pf.c2582 NETIF_F_GSO_UDP_L4); in otx2_probe()
/Linux-v5.15/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.c51 NETIF_F_GSO_UDP_L4 | \
/Linux-v5.15/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c50 NETIF_F_GSO_UDP_L4 | \
/Linux-v5.15/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.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c4486 netdev->gso_partial_features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
4487 netdev->hw_features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
4488 netdev->features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
/Linux-v5.15/drivers/net/ethernet/intel/igb/
Digb_main.c2519 NETIF_F_GSO_UDP_L4 | in igb_features_check()
2528 NETIF_F_GSO_UDP_L4 | in igb_features_check()
3278 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_GSO_UDP_L4; in igb_probe()
/Linux-v5.15/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c10081 NETIF_F_GSO_UDP_L4 | in ixgbe_features_check()
10090 NETIF_F_GSO_UDP_L4 | in ixgbe_features_check()
10814 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_GSO_UDP_L4; in ixgbe_probe()
/Linux-v5.15/drivers/net/ethernet/intel/iavf/
Diavf_main.c3586 hw_features |= NETIF_F_GSO_UDP_L4; in iavf_process_config()
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c3151 netdev->features |= NETIF_F_GSO_UDP_L4; in hns3_set_default_feature()
/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_main.c3093 NETIF_F_GSO_UDP_L4; in ice_set_netdev_features()
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c6214 NETIF_F_GSO_UDP_L4)
/Linux-v5.15/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c6887 ndev->hw_features |= NETIF_F_GSO_UDP_L4; in stmmac_dvr_probe()
/Linux-v5.15/drivers/net/ethernet/intel/i40e/
Di40e_main.c13344 NETIF_F_GSO_UDP_L4 | in i40e_config_netdev()