Searched refs:dealloc_driver (Results 1 – 3 of 3) sorted by relevance
692 if (device->ops.dealloc_driver) in ib_dealloc_device()693 device->ops.dealloc_driver(device); in ib_dealloc_device()1502 dealloc_fn = device->ops.dealloc_driver; in ib_register_device()1503 device->ops.dealloc_driver = prevent_dealloc_device; in ib_register_device()1506 device->ops.dealloc_driver = dealloc_fn; in ib_register_device()1570 if (ib_dev->ops.dealloc_driver && in __ib_unregister_device()1571 ib_dev->ops.dealloc_driver != prevent_dealloc_device) { in __ib_unregister_device()1617 WARN_ON(!ib_dev->ops.dealloc_driver); in ib_unregister_device_and_put()1652 WARN_ON(!ib_dev->ops.dealloc_driver); in ib_unregister_driver()1685 WARN_ON(!ib_dev->ops.dealloc_driver); in ib_unregister_device_queued()[all …]
5305 .dealloc_driver = irdma_ib_dealloc_device,5356 .dealloc_driver = irdma_ib_dealloc_device,
2672 void (*dealloc_driver)(struct ib_device *dev); member