Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
void | asd_set_dmamode (struct domain_device *dev) |
int | asd_dev_found (struct domain_device *dev) |
void | asd_dev_gone (struct domain_device *dev) |
#define ATA_CMD_SCBPTR offsetof(struct asd_ddb_stp_sata_target_port, ata_cmd_scbptr) |
Definition at line 67 of file aic94xx_dev.c.
#define CLEAR_DDB | ( | _ddb, | |
_ha | |||
) | clear_bit(_ddb, (_ha)->hw_prof.ddb_bitmap) |
Definition at line 36 of file aic94xx_dev.c.
#define CONN_MASK offsetof(struct asd_ddb_ssp_smp_target_port, conn_mask) |
Definition at line 59 of file aic94xx_dev.c.
#define DDB_TARG_FLAGS offsetof(struct asd_ddb_ssp_smp_target_port, flags) |
Definition at line 60 of file aic94xx_dev.c.
#define DDB_TARG_FLAGS2 offsetof(struct asd_ddb_stp_sata_target_port, flags2) |
Definition at line 61 of file aic94xx_dev.c.
#define DDB_TYPE offsetof(struct asd_ddb_ssp_smp_target_port, ddb_type) |
Definition at line 58 of file aic94xx_dev.c.
#define DEST_SAS_ADDR offsetof(struct asd_ddb_ssp_smp_target_port, dest_sas_addr) |
Definition at line 56 of file aic94xx_dev.c.
#define EXEC_QUEUE_TAIL offsetof(struct asd_ddb_ssp_smp_target_port, exec_queue_tail) |
Definition at line 62 of file aic94xx_dev.c.
#define FIND_FREE_DDB | ( | _ha | ) |
Definition at line 33 of file aic94xx_dev.c.
#define INIT_CONN_TAG offsetof(struct asd_ddb_ssp_smp_target_port, init_conn_tag) |
Definition at line 55 of file aic94xx_dev.c.
#define ITNL_TIMEOUT offsetof(struct asd_ddb_ssp_smp_target_port, itnl_timeout) |
Definition at line 72 of file aic94xx_dev.c.
#define MAX_CCONN offsetof(struct asd_ddb_ssp_smp_target_port, max_concurrent_conn) |
Definition at line 65 of file aic94xx_dev.c.
#define NCQ_DATA_SCB_PTR offsetof(struct asd_ddb_stp_sata_target_port, ncq_data_scb_ptr) |
Definition at line 71 of file aic94xx_dev.c.
#define NUM_CTX offsetof(struct asd_ddb_ssp_smp_target_port, num_contexts) |
Definition at line 66 of file aic94xx_dev.c.
#define NUM_SATA_TAGS offsetof(struct asd_ddb_stp_sata_target_port, num_sata_tags) |
Definition at line 69 of file aic94xx_dev.c.
#define PARENT_DDB offsetof(struct asd_ddb_sata_pm_port, parent_ddb) |
Definition at line 254 of file aic94xx_dev.c.
#define PM_PORT_FLAGS offsetof(struct asd_ddb_sata_pm_port, pm_port_flags) |
Definition at line 253 of file aic94xx_dev.c.
#define SATA_STATUS offsetof(struct asd_ddb_stp_sata_target_port, sata_status) |
Definition at line 70 of file aic94xx_dev.c.
#define SATA_TAG_ALLOC_MASK offsetof(struct asd_ddb_stp_sata_target_port, sata_tag_alloc_mask) |
Definition at line 68 of file aic94xx_dev.c.
#define SEND_QUEUE_HEAD offsetof(struct asd_ddb_ssp_smp_target_port, send_queue_head) |
Definition at line 57 of file aic94xx_dev.c.
#define SEND_QUEUE_TAIL offsetof(struct asd_ddb_ssp_smp_target_port, send_queue_tail) |
Definition at line 63 of file aic94xx_dev.c.
#define SET_DDB | ( | _ddb, | |
_ha | |||
) | set_bit(_ddb, (_ha)->hw_prof.ddb_bitmap) |
Definition at line 35 of file aic94xx_dev.c.
#define SISTER_DDB offsetof(struct asd_ddb_ssp_smp_target_port, sister_ddb) |
Definition at line 64 of file aic94xx_dev.c.
int asd_dev_found | ( | struct domain_device * | dev | ) |
Definition at line 323 of file aic94xx_dev.c.
void asd_dev_gone | ( | struct domain_device * | dev | ) |
Definition at line 348 of file aic94xx_dev.c.
void asd_set_dmamode | ( | struct domain_device * | dev | ) |
Definition at line 112 of file aic94xx_dev.c.