Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dnetdev_features.h103 #define NETIF_F_GRO_HW __NETIF_F(GRO_HW) macro
/Linux-v5.4/drivers/net/ethernet/qlogic/qede/
Dqede_filter.c944 features &= ~NETIF_F_GRO_HW; in qede_fix_features()
955 if (changes & NETIF_F_GRO_HW) in qede_set_features()
Dqede_main.c762 hw_features = NETIF_F_GRO | NETIF_F_GRO_HW | NETIF_F_SG | in qede_init_ndev()
1706 edev->gro_disable = !(edev->ndev->features & NETIF_F_GRO_HW); in qede_init_fp()
Dqede_ethtool.c1067 ndev->features &= ~NETIF_F_GRO_HW; in qede_change_mtu()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c2493 else if (bp->dev->features & NETIF_F_GRO_HW) in bnx2x_bz_fp()
4890 dev->features &= ~NETIF_F_GRO_HW; in bnx2x_change_mtu()
4925 features &= ~NETIF_F_GRO_HW; in bnx2x_fix_features()
4926 if (features & NETIF_F_GRO_HW) in bnx2x_fix_features()
Dbnx2x_main.c12457 bp->dev->hw_features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnx2x_init_bp()
12458 bp->dev->features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnx2x_init_bp()
13323 NETIF_F_RXCSUM | NETIF_F_LRO | NETIF_F_GRO | NETIF_F_GRO_HW | in bnx2x_init_dev()
13360 dev->features &= ~NETIF_F_GRO_HW; in bnx2x_init_dev()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c1450 if (changed & (NETIF_F_GRO_HW) && h->ae_algo->ops->set_gro_en) { in hns3_nic_set_features()
1451 enable = !!(features & NETIF_F_GRO_HW); in hns3_nic_set_features()
2101 netdev->hw_features |= NETIF_F_GRO_HW; in hns3_set_default_feature()
2102 netdev->features |= NETIF_F_GRO_HW; in hns3_set_default_feature()
/Linux-v5.4/net/core/
Ddev.c1500 dev->wanted_features &= ~NETIF_F_GRO_HW; in dev_disable_gro_hw()
1503 if (unlikely(dev->features & NETIF_F_GRO_HW)) in dev_disable_gro_hw()
8667 if (features & NETIF_F_GRO_HW) { in netdev_fix_features()
8669 features &= ~NETIF_F_GRO_HW; in netdev_fix_features()
8680 if (features & NETIF_F_GRO_HW) { in netdev_fix_features()
8682 features &= ~NETIF_F_GRO_HW; in netdev_fix_features()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c3409 else if (bp->dev->features & NETIF_F_GRO_HW) in bnxt_set_tpa_flags()
9755 features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_fix_features()
9758 features &= ~NETIF_F_GRO_HW; in bnxt_fix_features()
9760 if (features & NETIF_F_GRO_HW) in bnxt_fix_features()
9796 if (features & NETIF_F_GRO_HW) in bnxt_set_features()
11467 bp->dev->hw_features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_get_dflt_rings()
11468 bp->dev->features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_get_dflt_rings()
11735 dev->hw_features |= NETIF_F_GRO_HW; in bnxt_init_one()
11737 if (dev->features & NETIF_F_GRO_HW) in bnxt_init_one()