Home
last modified time | relevance | path

Searched refs:NETIF_F_GRO_HW (Results 1 – 11 of 11) sorted by relevance

/linux/include/linux/
A Dnetdev_features.h113 #define NETIF_F_GRO_HW __NETIF_F(GRO_HW) macro
/linux/drivers/net/
A Dvirtio_net.c2663 if ((dev->features ^ features) & NETIF_F_GRO_HW) { in virtnet_set_features()
2667 if (features & NETIF_F_GRO_HW) in virtnet_set_features()
3167 dev->features |= NETIF_F_GRO_HW; in virtnet_probe()
3169 dev->hw_features |= NETIF_F_GRO_HW; in virtnet_probe()
/linux/drivers/net/ethernet/qlogic/qede/
A Dqede_main.c792 hw_features = NETIF_F_GRO | NETIF_F_GRO_HW | NETIF_F_SG | in qede_init_ndev()
1496 edev->ndev->features &= ~NETIF_F_GRO_HW; in qede_alloc_mem_rxq()
1537 edev->gro_disable = !(edev->ndev->features & NETIF_F_GRO_HW); in qede_alloc_mem_rxq()
A Dqede_filter.c920 features &= ~NETIF_F_GRO_HW; in qede_fix_features()
931 if (changes & NETIF_F_GRO_HW) in qede_set_features()
A Dqede_ethtool.c1030 ndev->features &= ~NETIF_F_GRO_HW; in qede_change_mtu()
/linux/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_cmn.c2496 else if (bp->dev->features & NETIF_F_GRO_HW) in bnx2x_bz_fp()
4894 dev->features &= ~NETIF_F_GRO_HW; in bnx2x_change_mtu()
4929 features &= ~NETIF_F_GRO_HW; in bnx2x_fix_features()
4930 if (features & NETIF_F_GRO_HW) in bnx2x_fix_features()
A Dbnx2x_main.c12341 bp->dev->hw_features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnx2x_init_bp()
12342 bp->dev->features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnx2x_init_bp()
13202 NETIF_F_RXCSUM | NETIF_F_LRO | NETIF_F_GRO | NETIF_F_GRO_HW | in bnx2x_init_dev()
13242 dev->features &= ~NETIF_F_GRO_HW; in bnx2x_init_dev()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_main.c3774 err |= MLX5E_HANDLE_FEATURE(NETIF_F_GRO_HW, set_feature_hw_gro); in mlx5e_set_features()
3835 if (features & NETIF_F_GRO_HW) { in mlx5e_fix_features()
3837 features &= ~NETIF_F_GRO_HW; in mlx5e_fix_features()
4782 netdev->hw_features |= NETIF_F_GRO_HW; in mlx5e_build_nic_netdev()
4834 netdev->features &= ~NETIF_F_GRO_HW; in mlx5e_build_nic_netdev()
/linux/net/core/
A Ddev.c1666 dev->wanted_features &= ~NETIF_F_GRO_HW; in dev_disable_gro_hw()
1669 if (unlikely(dev->features & NETIF_F_GRO_HW)) in dev_disable_gro_hw()
9919 if (features & NETIF_F_GRO_HW) { in netdev_fix_features()
9921 features &= ~NETIF_F_GRO_HW; in netdev_fix_features()
9932 if (features & NETIF_F_GRO_HW) { in netdev_fix_features()
9934 features &= ~NETIF_F_GRO_HW; in netdev_fix_features()
9938 if ((features & NETIF_F_GRO_HW) && (features & NETIF_F_LRO)) { in netdev_fix_features()
/linux/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_enet.c2315 if (changed & (NETIF_F_GRO_HW) && h->ae_algo->ops->set_gro_en) { in hns3_nic_set_features()
2316 enable = !!(features & NETIF_F_GRO_HW); in hns3_nic_set_features()
3144 netdev->features |= NETIF_F_GRO_HW; in hns3_set_default_feature()
3170 NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_GRO_HW | NETIF_F_NTUPLE | in hns3_set_default_feature()
/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt.c3723 else if (bp->dev->features & NETIF_F_GRO_HW) in bnxt_set_tpa_flags()
10922 features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_fix_features()
10925 features &= ~NETIF_F_GRO_HW; in bnxt_fix_features()
10927 if (features & NETIF_F_GRO_HW) in bnxt_fix_features()
10957 if (features & NETIF_F_GRO_HW) in bnxt_set_features()
13004 bp->dev->hw_features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_get_dflt_rings()
13005 bp->dev->features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_get_dflt_rings()
13353 dev->hw_features |= NETIF_F_GRO_HW; in bnxt_init_one()
13355 if (dev->features & NETIF_F_GRO_HW) in bnxt_init_one()

Completed in 112 milliseconds