Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dnetdev_features.h113 #define NETIF_F_GRO_HW __NETIF_F(GRO_HW) macro
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_main.c4051 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 …]
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qede/
A Dqede_main.c853 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()
A Dqede_filter.c920 features &= ~NETIF_F_GRO_HW; in qede_fix_features()
931 if (changes & NETIF_F_GRO_HW) in qede_set_features()
A Dqede_ethtool.c1047 ndev->features &= ~NETIF_F_GRO_HW; in qede_change_mtu()
/linux-6.3-rc2/drivers/net/
A Dvirtio_net.c3357 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()
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_cmn.c2500 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()
A Dbnx2x_main.c12352 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()
/linux-6.3-rc2/net/core/
A Ddev.c1593 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()
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_enet.c2416 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()
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt.c3913 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 124 milliseconds