Searched refs:NETIF_F_GRO_HW (Results 1 – 11 of 11) sorted by relevance
113 #define NETIF_F_GRO_HW __NETIF_F(GRO_HW) macro
4051 features &= ~NETIF_F_GRO_HW; in mlx5e_fix_uplink_rep_features()4052 if (netdev->features & NETIF_F_GRO_HW) in mlx5e_fix_uplink_rep_features()4090 if (features & NETIF_F_GRO_HW) { in mlx5e_fix_features()4092 features &= ~NETIF_F_GRO_HW; in mlx5e_fix_features()4101 if (features & NETIF_F_GRO_HW) { in mlx5e_fix_features()4103 features &= ~NETIF_F_GRO_HW; in mlx5e_fix_features()4113 if (features & NETIF_F_GRO_HW) { in mlx5e_fix_features()4116 features &= ~NETIF_F_GRO_HW; in mlx5e_fix_features()4125 if (features & NETIF_F_GRO_HW) { in mlx5e_fix_features()4127 features &= ~NETIF_F_GRO_HW; in mlx5e_fix_features()[all …]
853 hw_features = NETIF_F_GRO | NETIF_F_GRO_HW | NETIF_F_SG | in qede_init_ndev()1560 edev->ndev->features &= ~NETIF_F_GRO_HW; in qede_alloc_mem_rxq()1601 edev->gro_disable = !(edev->ndev->features & NETIF_F_GRO_HW); in qede_alloc_mem_rxq()
920 features &= ~NETIF_F_GRO_HW; in qede_fix_features()931 if (changes & NETIF_F_GRO_HW) in qede_set_features()
1047 ndev->features &= ~NETIF_F_GRO_HW; in qede_change_mtu()
3357 if ((dev->features ^ features) & NETIF_F_GRO_HW) { in virtnet_set_features()3361 if (features & NETIF_F_GRO_HW) in virtnet_set_features()3920 dev->features |= NETIF_F_GRO_HW; in virtnet_probe()3922 dev->hw_features |= NETIF_F_GRO_HW; in virtnet_probe()
2500 else if (bp->dev->features & NETIF_F_GRO_HW) in bnx2x_bz_fp()4893 dev->features &= ~NETIF_F_GRO_HW; in bnx2x_change_mtu()4928 features &= ~NETIF_F_GRO_HW; in bnx2x_fix_features()4929 if (features & NETIF_F_GRO_HW) in bnx2x_fix_features()
12352 bp->dev->hw_features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnx2x_init_bp()12353 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()
1593 dev->wanted_features &= ~NETIF_F_GRO_HW; in dev_disable_gro_hw()1596 if (unlikely(dev->features & NETIF_F_GRO_HW)) in dev_disable_gro_hw()9637 if (features & NETIF_F_GRO_HW) { in netdev_fix_features()9639 features &= ~NETIF_F_GRO_HW; in netdev_fix_features()9650 if (features & NETIF_F_GRO_HW) { in netdev_fix_features()9652 features &= ~NETIF_F_GRO_HW; in netdev_fix_features()9656 if ((features & NETIF_F_GRO_HW) && (features & NETIF_F_LRO)) { in netdev_fix_features()
2416 if (changed & (NETIF_F_GRO_HW) && h->ae_algo->ops->set_gro_en) { in hns3_nic_set_features()2417 enable = !!(features & NETIF_F_GRO_HW); in hns3_nic_set_features()3321 netdev->features |= NETIF_F_GRO_HW; in hns3_set_default_feature()3346 NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_GRO_HW | NETIF_F_NTUPLE | in hns3_set_default_feature()
3913 else if (bp->dev->features & NETIF_F_GRO_HW) in bnxt_set_tpa_flags()11232 features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_fix_features()11235 features &= ~NETIF_F_GRO_HW; in bnxt_fix_features()11237 if (features & NETIF_F_GRO_HW) in bnxt_fix_features()11267 if (features & NETIF_F_GRO_HW) in bnxt_set_features()13330 bp->dev->hw_features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_get_dflt_rings()13331 bp->dev->features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_get_dflt_rings()13685 dev->hw_features |= NETIF_F_GRO_HW; in bnxt_init_one()13687 if (dev->features & NETIF_F_GRO_HW) in bnxt_init_one()
Completed in 108 milliseconds