|
| module_param (aac_sync_mode, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (aac_sync_mode,"Force sync. transfer mode"" 0=off, 1=on") |
|
| module_param (aac_convert_sgl, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (aac_convert_sgl,"Convert non-conformable s/g list"" 0=off, 1=on") |
|
| module_param (nondasd, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (nondasd,"Control scanning of hba for nondasd devices."" 0=off, 1=on") |
|
| module_param_named (cache, aac_cache, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (cache,"Disable Queue Flush commands:\n""\tbit 0 - Disable FUA in WRITE SCSI commands\n""\tbit 1 - Disable SYNCHRONIZE_CACHE SCSI command\n""\tbit 2 - Disable only if Battery is protecting Cache") |
|
| module_param (dacmode, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (dacmode,"Control whether dma addressing is using 64 bit DAC."" 0=off, 1=on") |
|
| module_param_named (commit, aac_commit, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (commit,"Control whether a COMMIT_CONFIG is issued to the"" adapter for foreign arrays.\n""This is typically needed in systems that do not have a BIOS."" 0=off, 1=on") |
|
| module_param_named (msi, aac_msi, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (msi,"IRQ handling."" 0=PIC(default), 1=MSI, 2=MSI-X(unsupported, uses MSI)") |
|
| module_param (startup_timeout, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (startup_timeout,"The duration of time in seconds to wait for"" adapter to have it's kernel up and\n""running. This is typically adjusted for large systems that do not"" have a BIOS.") |
|
| module_param (aif_timeout, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (aif_timeout,"The duration of time in seconds to wait for"" applications to pick up AIFs before\n""deregistering them. This is typically adjusted for heavily burdened"" systems.") |
|
| module_param (numacb, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (numacb,"Request a limit to the number of adapter control"" blocks (FIB) allocated. Valid values are 512 and down. Default is"" to use suggestion from Firmware.") |
|
| module_param (acbsize, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (acbsize,"Request a specific adapter control block (FIB)"" size. Valid values are 512, 2048, 4096 and 8192. Default is to use"" suggestion from Firmware.") |
|
| module_param (update_interval, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (update_interval,"Interval in seconds between time sync"" updates issued to adapter.") |
|
| module_param (check_interval, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (check_interval,"Interval in seconds between adapter health"" checks.") |
|
| module_param_named (check_reset, aac_check_reset, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (check_reset,"If adapter fails health check, reset the"" adapter. a value of -1 forces the reset to adapters programmed to"" ignore it.") |
|
| module_param (expose_physicals, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (expose_physicals,"Expose physical components of the arrays."" -1=protect 0=off, 1=on") |
|
| module_param_named (reset_devices, aac_reset_devices, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (reset_devices,"Force an adapter reset at initialization.") |
|
| module_param_named (wwn, aac_wwn, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (wwn,"Select a WWN type for the arrays:\n""\t0 - Disable\n""\t1 - Array Meta Data Signature (default)\n""\t2 - Adapter Serial Number") |
|
int | aac_get_config_status (struct aac_dev *dev, int commit_flag) |
|
int | aac_get_containers (struct aac_dev *dev) |
|
int | aac_probe_container (struct aac_dev *dev, int cid) |
|
char * | get_container_type (unsigned tindex) |
|
int | aac_get_adapter_info (struct aac_dev *dev) |
|
int | aac_scsi_cmd (struct scsi_cmnd *scsicmd) |
|
int | aac_dev_ioctl (struct aac_dev *dev, int cmd, void __user *arg) |
|