next_db            87 drivers/misc/mic/bus/scif_bus.h 	int (*next_db)(struct scif_hw_dev *sdev);
next_db            85 drivers/misc/mic/bus/vop_bus.h 	int (*next_db)(struct vop_device *vpdev);
next_db           233 drivers/misc/mic/card/mic_device.c 	.next_db = ___mic_next_db,
next_db           304 drivers/misc/mic/card/mic_device.c 	.next_db = __mic_next_db,
next_db           120 drivers/misc/mic/host/mic_boot.c 	.next_db = __mic_next_db,
next_db           304 drivers/misc/mic/host/mic_boot.c 	.next_db = ___mic_next_db,
next_db           383 drivers/misc/mic/host/mic_intr.c 	int next_db;
next_db           385 drivers/misc/mic/host/mic_intr.c 	next_db = mdev->irq_info.next_avail_src %
next_db           388 drivers/misc/mic/host/mic_intr.c 	return next_db;
next_db           162 drivers/misc/mic/scif/scif_main.c 	scifdev->db = sdev->hw_ops->next_db(sdev);
next_db           814 drivers/misc/mic/scif/scif_nodeqp.c 	newdev->db = sdev->hw_ops->next_db(sdev);
next_db           503 drivers/misc/mic/vop/vop_main.c 	vdev->h2c_vdev_db = vpdev->hw_ops->next_db(vpdev);
next_db           727 drivers/misc/mic/vop/vop_main.c 		vi->h2c_config_db = vpdev->hw_ops->next_db(vpdev);
next_db           351 drivers/misc/mic/vop/vop_vringh.c 	vdev->virtio_db = vpdev->hw_ops->next_db(vpdev);