F:    drivers/bluetooth/btnxpuart.c
  
  NXP C45 TJA11XX PHY DRIVER
- M:    Radu Pirea <radu-nicolae.pirea@oss.nxp.com>
+ M:    Andrei Botila <andrei.botila@oss.nxp.com>
  L:    netdev@vger.kernel.org
  S:    Maintained
 -F:    drivers/net/phy/nxp-c45-tja11xx.c
 +F:    drivers/net/phy/nxp-c45-tja11xx*
  
  NXP FSPI DRIVER
  M:    Han Xu <han.xu@nxp.com>
 
                                if (rc)
                                        del = true;
                                else
 -                                      set_bit(BNXT_FLTR_VALID, &fltr->state);
 +                                      set_bit(BNXT_FLTR_VALID, &fltr->base.state);
                        }
  
 -                      if (del) {
 -                              spin_lock_bh(&bp->ntp_fltr_lock);
 -                              hlist_del_rcu(&fltr->hash);
 -                              bp->ntp_fltr_count--;
 -                              spin_unlock_bh(&bp->ntp_fltr_lock);
 -                              synchronize_rcu();
 -                              clear_bit(fltr->sw_id, bp->ntp_fltr_bmap);
 -                              kfree(fltr);
 -                      }
 +                      if (del)
 +                              bnxt_del_ntp_filter(bp, fltr);
                }
        }
-       if (test_and_clear_bit(BNXT_HWRM_PF_UNLOAD_SP_EVENT, &bp->sp_event))
-               netdev_info(bp->dev, "Receive PF driver unload event!\n");
 +#endif
  }
  
 -#else
 -
 -static void bnxt_cfg_ntp_filters(struct bnxt *bp)
 -{
 -}
 -
 -#endif /* CONFIG_RFS_ACCEL */
 -
  static int bnxt_udp_tunnel_set_port(struct net_device *netdev, unsigned int table,
                                    unsigned int entry, struct udp_tunnel_info *ti)
  {
 
  
        qindex = rq - vi->rq;
  
 -      if (running)
 +      if (running) {
                napi_disable(&rq->napi);
 +              cancel_work_sync(&rq->dim.work);
 +      }
  
-       err = virtqueue_resize(rq->vq, ring_num, virtnet_rq_free_unused_buf);
+       err = virtqueue_resize(rq->vq, ring_num, virtnet_rq_unmap_free_buf);
        if (err)
                netdev_err(vi->dev, "resize rx fail: rx queue index: %d err: %d\n", qindex, err);