Home
last modified time | relevance | path

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

/linux-5.19.10/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.h4914 BUILD_BUG_ON(SKB_GSO_UDP_L4 != (NETIF_F_GSO_UDP_L4 >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/linux-5.19.10/Documentation/networking/
Dnetdev-features.rst121 NETIF_F_GSO_UDP_L4 accepts a single UDP header with a payload that exceeds
/linux-5.19.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_vf.c643 NETIF_F_GSO_UDP_L4; in otx2vf_probe()
Dotx2_common.c499 pfvf->netdev->hw_features &= ~NETIF_F_GSO_UDP_L4; in otx2_setup_segmentation()
Dotx2_pf.c2698 NETIF_F_GSO_UDP_L4); in otx2_probe()
/linux-5.19.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.c51 NETIF_F_GSO_UDP_L4 | \
/linux-5.19.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c50 NETIF_F_GSO_UDP_L4 | \
/linux-5.19.10/drivers/net/ethernet/aquantia/atlantic/
Daq_nic.c379 self->ndev->gso_partial_features = NETIF_F_GSO_UDP_L4; in aq_nic_ndev_init()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c4909 netdev->gso_partial_features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
4910 netdev->hw_features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
4911 netdev->features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
/linux-5.19.10/drivers/net/ethernet/intel/igb/
Digb_main.c2517 NETIF_F_GSO_UDP_L4 | in igb_features_check()
2526 NETIF_F_GSO_UDP_L4 | in igb_features_check()
3279 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_GSO_UDP_L4; in igb_probe()
/linux-5.19.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c10142 NETIF_F_GSO_UDP_L4 | in ixgbe_features_check()
10151 NETIF_F_GSO_UDP_L4 | in ixgbe_features_check()
10894 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_GSO_UDP_L4; in ixgbe_probe()
/linux-5.19.10/drivers/net/ethernet/intel/iavf/
Diavf_main.c4574 hw_features |= NETIF_F_GSO_UDP_L4; in iavf_process_config()
/linux-5.19.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c3282 netdev->features |= NETIF_F_GSO_UDP_L4; in hns3_set_default_feature()
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c6214 NETIF_F_GSO_UDP_L4)
/linux-5.19.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c7012 ndev->hw_features |= NETIF_F_GSO_UDP_L4; in stmmac_dvr_probe()
/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_main.c3363 NETIF_F_GSO_UDP_L4; in ice_set_netdev_features()
/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_main.c13542 NETIF_F_GSO_UDP_L4 | in i40e_config_netdev()