|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/slab.h>#include <linux/init.h>#include <linux/device.h>#include <linux/spinlock.h>#include <scsi/sas_ata.h>#include <scsi/scsi_host.h>#include <scsi/scsi_device.h>#include <scsi/scsi_transport.h>#include <scsi/scsi_transport_sas.h>#include "sas_internal.h"#include "../scsi_sas_internal.h"Go to the source code of this file.
| EXPORT_SYMBOL | ( | sas_prep_resume_ha | ) |
| EXPORT_SYMBOL | ( | sas_resume_ha | ) |
| EXPORT_SYMBOL | ( | sas_suspend_ha | ) |
| EXPORT_SYMBOL_GPL | ( | sas_alloc_task | ) |
| EXPORT_SYMBOL_GPL | ( | sas_alloc_slow_task | ) |
| EXPORT_SYMBOL_GPL | ( | sas_free_task | ) |
| EXPORT_SYMBOL_GPL | ( | sas_domain_attach_transport | ) |
| EXPORT_SYMBOL_GPL | ( | sas_domain_release_transport | ) |
| EXPORT_SYMBOL_GPL | ( | sas_register_ha | ) |
| EXPORT_SYMBOL_GPL | ( | sas_unregister_ha | ) |
| MODULE_AUTHOR | ( | "Luben Tuikov <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "SAS Transport Layer" | ) |
| module_exit | ( | sas_class_exit | ) |
| module_init | ( | sas_class_init | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
Definition at line 57 of file sas_init.c.
Definition at line 43 of file sas_init.c.
|
read |
Definition at line 573 of file sas_init.c.
| void sas_domain_release_transport | ( | struct scsi_transport_template * | stt | ) |
Definition at line 592 of file sas_init.c.
Definition at line 77 of file sas_init.c.
| void sas_hae_reset | ( | struct work_struct * | work | ) |
Definition at line 114 of file sas_init.c.
Definition at line 320 of file sas_init.c.
| void sas_prep_resume_ha | ( | struct sas_ha_struct * | ha | ) |
Definition at line 388 of file sas_init.c.
| int sas_register_ha | ( | struct sas_ha_struct * | sas_ha | ) |
Definition at line 122 of file sas_init.c.
| void sas_resume_ha | ( | struct sas_ha_struct * | ha | ) |
Definition at line 420 of file sas_init.c.
| int sas_set_phy_speed | ( | struct sas_phy * | phy, |
| struct sas_phy_linkrates * | rates | ||
| ) |
Definition at line 349 of file sas_init.c.
| void sas_suspend_ha | ( | struct sas_ha_struct * | ha | ) |
Definition at line 453 of file sas_init.c.
| int sas_try_ata_reset | ( | struct asd_sas_phy * | asd_phy | ) |
Definition at line 227 of file sas_init.c.
| int sas_unregister_ha | ( | struct sas_ha_struct * | sas_ha | ) |
Definition at line 194 of file sas_init.c.
1.8.2