#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/firmware.h>
#include <linux/efi.h>
#include <asm/string.h>
#include <scsi/scsi_host.h>
#include "host.h"
#include "isci.h"
#include "task.h"
#include "probe_roms.h"
Go to the source code of this file.
|
| MODULE_VERSION (DRV_VERSION) |
|
| MODULE_DEVICE_TABLE (pci, isci_id_table) |
|
| module_param (no_outbound_task_to, byte, 0) |
|
| MODULE_PARM_DESC (no_outbound_task_to,"No Outbound Task Timeout (1us incr)") |
|
| module_param (ssp_max_occ_to, ushort, 0) |
|
| MODULE_PARM_DESC (ssp_max_occ_to,"SSP Max occupancy timeout (100us incr)") |
|
| module_param (stp_max_occ_to, ushort, 0) |
|
| MODULE_PARM_DESC (stp_max_occ_to,"STP Max occupancy timeout (100us incr)") |
|
| module_param (ssp_inactive_to, ushort, 0) |
|
| MODULE_PARM_DESC (ssp_inactive_to,"SSP inactivity timeout (100us incr)") |
|
| module_param (stp_inactive_to, ushort, 0) |
|
| MODULE_PARM_DESC (stp_inactive_to,"STP inactivity timeout (100us incr)") |
|
| module_param (phy_gen, byte, 0) |
|
| MODULE_PARM_DESC (phy_gen,"PHY generation (1: 1.5Gbps 2: 3.0Gbps 3: 6.0Gbps)") |
|
| module_param (max_concurr_spinup, byte, 0) |
|
| MODULE_PARM_DESC (max_concurr_spinup,"Max concurrent device spinup") |
|
| module_param (cable_selection_override, uint, 0) |
|
| MODULE_PARM_DESC (cable_selection_override,"This field indicates length of the SAS/SATA cable between ""host and device. If any bits > 15 are set (default) ""indicates \"use platform defaults\"") |
|
| MODULE_LICENSE ("Dual BSD/GPL") |
|
| MODULE_FIRMWARE (ISCI_FW_NAME) |
|
| module_init (isci_init) |
|
| module_exit (isci_exit) |
|
Value:
Definition at line 71 of file init.c.
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
isci_id_table |
|
|
) |
| |
module_exit |
( |
isci_exit |
| ) |
|
module_init |
( |
isci_init |
| ) |
|
MODULE_LICENSE |
( |
"Dual BSD/GPL" |
| ) |
|
Initial value:
Definition at line 145 of file init.c.
unsigned char max_concurr_spinup |
unsigned char no_outbound_task_to = 2 |
unsigned char phy_gen = SCIC_SDS_PARM_GEN2_SPEED |