Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdev_features.h107 #define NETIF_F_GRO_HW __NETIF_F(GRO_HW) macro
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvirtio_net.c2623 if ((dev->features ^ features) & NETIF_F_GRO_HW) { in virtnet_set_features()
2627 if (features & NETIF_F_GRO_HW) in virtnet_set_features()
3106 dev->features |= NETIF_F_GRO_HW; in virtnet_probe()
3108 dev->hw_features |= NETIF_F_GRO_HW; in virtnet_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c803 hw_features = NETIF_F_GRO | NETIF_F_GRO_HW | NETIF_F_SG | in qede_init_ndev()
1501 edev->ndev->features &= ~NETIF_F_GRO_HW; in qede_alloc_mem_rxq()
1542 edev->gro_disable = !(edev->ndev->features & NETIF_F_GRO_HW); in qede_alloc_mem_rxq()
H A Dqede_filter.c922 features &= ~NETIF_F_GRO_HW; in qede_fix_features()
933 if (changes & NETIF_F_GRO_HW) in qede_set_features()
H A Dqede_ethtool.c1023 ndev->features &= ~NETIF_F_GRO_HW; in qede_change_mtu()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c2501 else if (bp->dev->features & NETIF_F_GRO_HW) in bnx2x_bz_fp()
4899 dev->features &= ~NETIF_F_GRO_HW; in bnx2x_change_mtu()
4934 features &= ~NETIF_F_GRO_HW; in bnx2x_fix_features()
4935 if (features & NETIF_F_GRO_HW) in bnx2x_fix_features()
H A Dbnx2x_main.c12399 bp->dev->hw_features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnx2x_init_bp()
12400 bp->dev->features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnx2x_init_bp()
13262 NETIF_F_RXCSUM | NETIF_F_LRO | NETIF_F_GRO | NETIF_F_GRO_HW | in bnx2x_init_dev()
13302 dev->features &= ~NETIF_F_GRO_HW; in bnx2x_init_dev()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c1598 if (changed & (NETIF_F_GRO_HW) && h->ae_algo->ops->set_gro_en) { in hns3_nic_set_features()
1599 enable = !!(features & NETIF_F_GRO_HW); in hns3_nic_set_features()
2349 netdev->hw_features |= NETIF_F_GRO_HW; in hns3_set_default_feature()
2350 netdev->features |= NETIF_F_GRO_HW; in hns3_set_default_feature()
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c1718 dev->wanted_features &= ~NETIF_F_GRO_HW; in dev_disable_gro_hw()
1721 if (unlikely(dev->features & NETIF_F_GRO_HW)) in dev_disable_gro_hw()
9618 if (features & NETIF_F_GRO_HW) { in netdev_fix_features()
9620 features &= ~NETIF_F_GRO_HW; in netdev_fix_features()
9631 if (features & NETIF_F_GRO_HW) { in netdev_fix_features()
9633 features &= ~NETIF_F_GRO_HW; in netdev_fix_features()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c3556 else if (bp->dev->features & NETIF_F_GRO_HW) in bnxt_set_tpa_flags()
10506 features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_fix_features()
10509 features &= ~NETIF_F_GRO_HW; in bnxt_fix_features()
10511 if (features & NETIF_F_GRO_HW) in bnxt_fix_features()
10541 if (features & NETIF_F_GRO_HW) in bnxt_set_features()
12374 bp->dev->hw_features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_get_dflt_rings()
12375 bp->dev->features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_get_dflt_rings()
12737 dev->hw_features |= NETIF_F_GRO_HW; in bnxt_init_one()
12739 if (dev->features & NETIF_F_GRO_HW) in bnxt_init_one()