Home
last modified time | relevance | path

Searched refs:next_db (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/misc/mic/bus/
Dvop_bus.h85 int (*next_db)(struct vop_device *vpdev); member
Dscif_bus.h87 int (*next_db)(struct scif_hw_dev *sdev); member
/Linux-v5.4/drivers/misc/mic/card/
Dmic_device.c233 .next_db = ___mic_next_db,
304 .next_db = __mic_next_db,
/Linux-v5.4/drivers/misc/mic/host/
Dmic_intr.c383 int next_db; in mic_next_db() local
385 next_db = mdev->irq_info.next_avail_src % in mic_next_db()
388 return next_db; in mic_next_db()
Dmic_boot.c120 .next_db = __mic_next_db,
304 .next_db = ___mic_next_db,
/Linux-v5.4/drivers/misc/mic/scif/
Dscif_main.c162 scifdev->db = sdev->hw_ops->next_db(sdev); in scif_probe()
Dscif_nodeqp.c814 newdev->db = sdev->hw_ops->next_db(sdev); in scif_node_add()
/Linux-v5.4/drivers/misc/mic/vop/
Dvop_main.c503 vdev->h2c_vdev_db = vpdev->hw_ops->next_db(vpdev); in _vop_add_device()
727 vi->h2c_config_db = vpdev->hw_ops->next_db(vpdev); in vop_driver_probe()
Dvop_vringh.c351 vdev->virtio_db = vpdev->hw_ops->next_db(vpdev); in vop_virtio_add_device()