Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnetdev_features.h113 #define NETIF_F_GRO_HW __NETIF_F(GRO_HW) macro
/Linux-v5.15/drivers/net/
Dvirtio_net.c2647 if ((dev->features ^ features) & NETIF_F_GRO_HW) { in virtnet_set_features()
2651 if (features & NETIF_F_GRO_HW) in virtnet_set_features()
3135 dev->features |= NETIF_F_GRO_HW; in virtnet_probe()
3137 dev->hw_features |= NETIF_F_GRO_HW; in virtnet_probe()
/Linux-v5.15/drivers/net/ethernet/qlogic/qede/
Dqede_main.c792 hw_features = NETIF_F_GRO | NETIF_F_GRO_HW | NETIF_F_SG | in qede_init_ndev()
1498 edev->ndev->features &= ~NETIF_F_GRO_HW; in qede_alloc_mem_rxq()
1539 edev->gro_disable = !(edev->ndev->features & NETIF_F_GRO_HW); in qede_alloc_mem_rxq()
Dqede_filter.c922 features &= ~NETIF_F_GRO_HW; in qede_fix_features()
933 if (changes & NETIF_F_GRO_HW) in qede_set_features()
Dqede_ethtool.c1030 ndev->features &= ~NETIF_F_GRO_HW; in qede_change_mtu()
/Linux-v5.15/drivers/net/ethernet/broadcom/bnx2x/
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()
Dbnx2x_main.c12335 bp->dev->hw_features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnx2x_init_bp()
12336 bp->dev->features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnx2x_init_bp()
13196 NETIF_F_RXCSUM | NETIF_F_LRO | NETIF_F_GRO | NETIF_F_GRO_HW | in bnx2x_init_dev()
13236 dev->features &= ~NETIF_F_GRO_HW; in bnx2x_init_dev()
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/
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-v5.15/net/core/
Ddev.c1660 dev->wanted_features &= ~NETIF_F_GRO_HW; in dev_disable_gro_hw()
1663 if (unlikely(dev->features & NETIF_F_GRO_HW)) in dev_disable_gro_hw()
9894 if (features & NETIF_F_GRO_HW) { in netdev_fix_features()
9896 features &= ~NETIF_F_GRO_HW; in netdev_fix_features()
9907 if (features & NETIF_F_GRO_HW) { in netdev_fix_features()
9909 features &= ~NETIF_F_GRO_HW; in netdev_fix_features()
/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c3761 else if (bp->dev->features & NETIF_F_GRO_HW) in bnxt_set_tpa_flags()
10907 features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_fix_features()
10910 features &= ~NETIF_F_GRO_HW; in bnxt_fix_features()
10912 if (features & NETIF_F_GRO_HW) in bnxt_fix_features()
10942 if (features & NETIF_F_GRO_HW) in bnxt_set_features()
12953 bp->dev->hw_features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_get_dflt_rings()
12954 bp->dev->features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_get_dflt_rings()
13292 dev->hw_features |= NETIF_F_GRO_HW; in bnxt_init_one()
13294 if (dev->features & NETIF_F_GRO_HW) in bnxt_init_one()