Home
last modified time | relevance | path

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

/drivers/misc/mic/host/
Dmic_boot.c100 mdev->ops->send_intr(mdev, db); in __mic_send_intr()
123 .send_intr = __mic_send_intr,
284 mdev->ops->send_intr(mdev, db); in ___mic_send_intr()
305 .send_intr = ___mic_send_intr,
Dmic_device.h114 void (*send_intr)(struct mic_device *mdev, int doorbell); member
Dmic_x100.c554 .send_intr = mic_x100_send_intr,
/drivers/misc/mic/card/
Dmic_device.c234 .send_intr = ___mic_send_intr,
306 .send_intr = __mic_send_intr,
/drivers/misc/mic/bus/
Dvop_bus.h95 void (*send_intr)(struct vop_device *vpdev, int db); member
Dscif_bus.h96 void (*send_intr)(struct scif_hw_dev *sdev, int db); member
/drivers/misc/mic/vop/
Dvop_main.c196 vpdev->hw_ops->send_intr(vpdev, vdev->c2h_vdev_db); in vop_set_status()
209 vpdev->hw_ops->send_intr(vpdev, vdev->c2h_vdev_db); in vop_reset_inform_host()
243 vpdev->hw_ops->send_intr(vpdev, vdev->c2h_vdev_db); in vop_notify()
419 vpdev->hw_ops->send_intr(vpdev, vdev->c2h_vdev_db); in vop_find_vqs()
Dvop_vringh.c53 vpdev->hw_ops->send_intr(vpdev, db); in _vop_notify()
173 vpdev->hw_ops->send_intr(vpdev, db); in vop_virtio_config_change()
376 vpdev->hw_ops->send_intr(vpdev, db); in vop_virtio_add_device()
404 vpdev->hw_ops->send_intr(vpdev, db); in vop_dev_remove()
/drivers/misc/mic/scif/
Dscif_nodeqp.c283 sdev->hw_ops->send_intr(sdev, scifdev->rdb); in scif_send_msg_intr()