Home
last modified time | relevance | path

Searched refs:sdev_evt_send (Results 1 – 2 of 2) sorted by relevance

/linux/include/scsi/
H A Dscsi_device.h471 extern void sdev_evt_send(struct scsi_device *sdev, struct scsi_event *evt);
/linux/drivers/scsi/
H A Dscsi_lib.c2628 void sdev_evt_send(struct scsi_device *sdev, struct scsi_event *evt) in sdev_evt_send() function
2647 EXPORT_SYMBOL_GPL(sdev_evt_send);
2703 sdev_evt_send(sdev, evt); in sdev_evt_send_simple()