Go to the source code of this file.
|
| int | sas_queue_up (struct sas_task *task) |
| |
| int | sas_queuecommand (struct Scsi_Host *host, struct scsi_cmnd *cmd) |
| |
| struct sas_phy * | sas_get_local_phy (struct domain_device *dev) |
| |
| | EXPORT_SYMBOL_GPL (sas_get_local_phy) |
| |
| | EXPORT_SYMBOL (sas_wait_eh) |
| |
| int | sas_eh_abort_handler (struct scsi_cmnd *cmd) |
| |
| | EXPORT_SYMBOL_GPL (sas_eh_abort_handler) |
| |
| int | sas_eh_device_reset_handler (struct scsi_cmnd *cmd) |
| |
| int | sas_eh_bus_reset_handler (struct scsi_cmnd *cmd) |
| |
| void | sas_scsi_recover_host (struct Scsi_Host *shost) |
| |
| enum blk_eh_timer_return | sas_scsi_timed_out (struct scsi_cmnd *cmd) |
| |
| int | sas_ioctl (struct scsi_device *sdev, int cmd, void __user *arg) |
| |
| struct domain_device * | sas_find_dev_by_rphy (struct sas_rphy *rphy) |
| |
| int | sas_target_alloc (struct scsi_target *starget) |
| |
| int | sas_slave_configure (struct scsi_device *scsi_dev) |
| |
| int | sas_change_queue_depth (struct scsi_device *sdev, int depth, int reason) |
| |
| int | sas_change_queue_type (struct scsi_device *scsi_dev, int qt) |
| |
| int | sas_bios_param (struct scsi_device *scsi_dev, struct block_device *bdev, sector_t capacity, int *hsc) |
| |
| int | sas_init_queue (struct sas_ha_struct *sas_ha) |
| |
| void | sas_shutdown_queue (struct sas_ha_struct *sas_ha) |
| |
| void | sas_task_abort (struct sas_task *task) |
| |
| void | sas_target_destroy (struct scsi_target *starget) |
| |
| int | sas_request_addr (struct Scsi_Host *shost, u8 *addr) |
| |
| | EXPORT_SYMBOL_GPL (sas_request_addr) |
| |
| | EXPORT_SYMBOL_GPL (sas_queuecommand) |
| |
| | EXPORT_SYMBOL_GPL (sas_target_alloc) |
| |
| | EXPORT_SYMBOL_GPL (sas_slave_configure) |
| |
| | EXPORT_SYMBOL_GPL (sas_change_queue_depth) |
| |
| | EXPORT_SYMBOL_GPL (sas_change_queue_type) |
| |
| | EXPORT_SYMBOL_GPL (sas_bios_param) |
| |
| | EXPORT_SYMBOL_GPL (sas_task_abort) |
| |
| | EXPORT_SYMBOL_GPL (sas_phy_reset) |
| |
| | EXPORT_SYMBOL_GPL (sas_eh_device_reset_handler) |
| |
| | EXPORT_SYMBOL_GPL (sas_eh_bus_reset_handler) |
| |
| | EXPORT_SYMBOL_GPL (sas_target_destroy) |
| |
| | EXPORT_SYMBOL_GPL (sas_ioctl) |
| |
| #define SAS_STRING_ADDR_SIZE 16 |
- Enumerator:
| TASK_IS_DONE |
|
| TASK_IS_ABORTED |
|
| TASK_IS_AT_LU |
|
| TASK_IS_NOT_AT_HA |
|
| TASK_IS_NOT_AT_LU |
|
| TASK_ABORT_FAILED |
|
Definition at line 322 of file sas_scsi_host.c.
| EXPORT_SYMBOL |
( |
sas_wait_eh |
| ) |
|