Searched refs:NETIF_F_GRO_HW (Results 1 – 13 of 13) sorted by relevance
111 #define NETIF_F_GRO_HW __NETIF_F(GRO_HW) macro
4337 features &= ~NETIF_F_GRO_HW; in mlx5e_fix_uplink_rep_features()4338 if (netdev->features & NETIF_F_GRO_HW) in mlx5e_fix_uplink_rep_features()4376 if (features & NETIF_F_GRO_HW) { in mlx5e_fix_features()4378 features &= ~NETIF_F_GRO_HW; in mlx5e_fix_features()4387 if (features & NETIF_F_GRO_HW) { in mlx5e_fix_features()4389 features &= ~NETIF_F_GRO_HW; in mlx5e_fix_features()4399 if (features & NETIF_F_GRO_HW) { in mlx5e_fix_features()4402 features &= ~NETIF_F_GRO_HW; in mlx5e_fix_features()4411 if (features & NETIF_F_GRO_HW) { in mlx5e_fix_features()4413 features &= ~NETIF_F_GRO_HW; in mlx5e_fix_features()[all …]
787 offloads |= NETIF_F_GRO_HW; in idpf_cfg_netdev()2124 if (changed & NETIF_F_GRO_HW) { in idpf_set_features()2125 netdev->features ^= NETIF_F_GRO_HW; in idpf_set_features()
1592 if (idpf_is_feature_ena(vport, NETIF_F_GRO_HW)) in idpf_send_config_rx_queues_msg()1628 if (idpf_is_feature_ena(vport, NETIF_F_GRO_HW)) in idpf_send_config_rx_queues_msg()
869 hw_features = NETIF_F_GRO | NETIF_F_GRO_HW | NETIF_F_SG | in qede_init_ndev()1601 edev->ndev->features &= ~NETIF_F_GRO_HW; in qede_alloc_mem_rxq()1642 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()
1042 ndev->features &= ~NETIF_F_GRO_HW; in qede_change_mtu()
2512 else if (bp->dev->features & NETIF_F_GRO_HW) in bnx2x_bz_fp()4908 dev->features &= ~NETIF_F_GRO_HW; in bnx2x_change_mtu()4943 features &= ~NETIF_F_GRO_HW; in bnx2x_fix_features()4944 if (features & NETIF_F_GRO_HW) in bnx2x_fix_features()
12354 bp->dev->hw_features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnx2x_init_bp()12355 bp->dev->features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnx2x_init_bp()13189 NETIF_F_RXCSUM | NETIF_F_LRO | NETIF_F_GRO | NETIF_F_GRO_HW | in bnx2x_init_dev()13229 dev->features &= ~NETIF_F_GRO_HW; in bnx2x_init_dev()
1652 dev->wanted_features &= ~NETIF_F_GRO_HW; in dev_disable_gro_hw()1655 if (unlikely(dev->features & NETIF_F_GRO_HW)) in dev_disable_gro_hw()10021 if (features & NETIF_F_GRO_HW) { in netdev_fix_features()10023 features &= ~NETIF_F_GRO_HW; in netdev_fix_features()10034 if (features & NETIF_F_GRO_HW) { in netdev_fix_features()10036 features &= ~NETIF_F_GRO_HW; in netdev_fix_features()10040 if ((features & NETIF_F_GRO_HW) && (features & NETIF_F_LRO)) { in netdev_fix_features()
2420 if (changed & (NETIF_F_GRO_HW) && h->ae_algo->ops->set_gro_en) { in hns3_nic_set_features()2421 enable = !!(features & NETIF_F_GRO_HW); in hns3_nic_set_features()3323 netdev->features |= NETIF_F_GRO_HW; in hns3_set_default_feature()3348 NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_GRO_HW | NETIF_F_NTUPLE | in hns3_set_default_feature()
5800 if ((dev->features ^ features) & NETIF_F_GRO_HW) { in virtnet_set_features()5804 if (features & NETIF_F_GRO_HW) in virtnet_set_features()6434 dev->features |= NETIF_F_GRO_HW; in virtnet_probe()6436 dev->hw_features |= NETIF_F_GRO_HW; in virtnet_probe()
4452 else if (bp->dev->features & NETIF_F_GRO_HW) in bnxt_set_tpa_flags()12877 features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_fix_features()12880 features &= ~NETIF_F_GRO_HW; in bnxt_fix_features()12882 if (features & NETIF_F_GRO_HW) in bnxt_fix_features()12922 if (features & NETIF_F_GRO_HW) in bnxt_set_features()15442 bp->dev->hw_features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_get_dflt_rings()15443 bp->dev->features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_get_dflt_rings()15818 dev->hw_features |= NETIF_F_GRO_HW; in bnxt_init_one()15820 if (dev->features & NETIF_F_GRO_HW) in bnxt_init_one()
Completed in 133 milliseconds