Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnetdev_features.h106 #define NETIF_F_GRO_HW __NETIF_F(GRO_HW) macro
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c2806 else if (bp->dev->features & NETIF_F_GRO_HW) in bnxt_set_tpa_flags()
7512 features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_fix_features()
7515 features &= ~NETIF_F_GRO_HW; in bnxt_fix_features()
7517 if (features & NETIF_F_GRO_HW) in bnxt_fix_features()
7553 if (features & NETIF_F_GRO_HW) in bnxt_set_features()
8666 bp->dev->hw_features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_get_dflt_rings()
8667 bp->dev->features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_get_dflt_rings()
8918 dev->hw_features |= NETIF_F_GRO_HW; in bnxt_init_one()
8920 if (dev->features & NETIF_F_GRO_HW) in bnxt_init_one()
/Linux-v4.19/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.c782 hw_features = NETIF_F_GRO | NETIF_F_GRO_HW | NETIF_F_SG | in qede_init_ndev()
1599 edev->gro_disable = !(edev->ndev->features & NETIF_F_GRO_HW); in qede_init_fp()
Dqede_ethtool.c981 ndev->features &= ~NETIF_F_GRO_HW; in qede_change_mtu()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c2493 else if (bp->dev->features & NETIF_F_GRO_HW) in bnx2x_bz_fp()
4887 dev->features &= ~NETIF_F_GRO_HW; in bnx2x_change_mtu()
4922 features &= ~NETIF_F_GRO_HW; in bnx2x_fix_features()
4923 if (features & NETIF_F_GRO_HW) in bnx2x_fix_features()
Dbnx2x_main.c12418 bp->dev->hw_features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnx2x_init_bp()
12419 bp->dev->features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnx2x_init_bp()
13293 NETIF_F_RXCSUM | NETIF_F_LRO | NETIF_F_GRO | NETIF_F_GRO_HW | in bnx2x_init_dev()
13330 dev->features &= ~NETIF_F_GRO_HW; in bnx2x_init_dev()
/Linux-v4.19/net/core/
Ddev.c1566 dev->wanted_features &= ~NETIF_F_GRO_HW; in dev_disable_gro_hw()
1569 if (unlikely(dev->features & NETIF_F_GRO_HW)) in dev_disable_gro_hw()
8121 if (features & NETIF_F_GRO_HW) { in netdev_fix_features()
8123 features &= ~NETIF_F_GRO_HW; in netdev_fix_features()
8134 if (features & NETIF_F_GRO_HW) { in netdev_fix_features()
8136 features &= ~NETIF_F_GRO_HW; in netdev_fix_features()