Lines Matching refs:NETIF_F_LRO
4701 if (bp->dev->features & NETIF_F_LRO) in bnxt_set_tpa_flags()
4859 bp->dev->hw_features |= NETIF_F_LRO; in bnxt_set_rx_skb_mode()
8012 bp->dev->hw_features &= ~NETIF_F_LRO; in __bnxt_reserve_rings()
8013 bp->dev->features &= ~NETIF_F_LRO; in __bnxt_reserve_rings()
13646 features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_fix_features()
13652 features &= ~NETIF_F_LRO; in bnxt_fix_features()
13693 else if (features & NETIF_F_LRO) in bnxt_set_features()
16291 bp->dev->hw_features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_get_dflt_rings()
16292 bp->dev->features &= ~(NETIF_F_LRO | NETIF_F_GRO_HW); in bnxt_get_dflt_rings()
16644 dev->hw_features |= NETIF_F_LRO; in bnxt_init_one()
16670 dev->features &= ~NETIF_F_LRO; in bnxt_init_one()