Home
last modified time | relevance | path

Searched refs:sci_remote_device_stop (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/isci/
H A Dremote_device.h158 enum sci_status sci_remote_device_stop(
H A Dremote_device.c338 enum sci_status sci_remote_device_stop(struct isci_remote_device *idev, in sci_remote_device_stop() function
1572 status = sci_remote_device_stop(idev, 50); in isci_remote_device_stop()
H A Dhost.c1505 device_status = sci_remote_device_stop(ihost->device_table[index], 0); in sci_controller_stop_devices()