|
Linux Kernel
3.7.1
|
#include "mv_sas.h"Go to the source code of this file.
Macros | |
| #define | SOC_SAS_NUM 2 |
Functions | |
| module_param_named (collector, lldd_max_execute_num, int, S_IRUGO) | |
| MODULE_PARM_DESC (collector,"\n""\tIf greater than one, tells the SAS Layer to run in Task Collector\n""\tMode. If 1 or 0, tells the SAS Layer to run in Direct Mode.\n""\tThe mvsas SAS LLDD supports both modes.\n""\tDefault: 1 (Direct Mode).\n") | |
| int | mvs_ioremap (struct mvs_info *mvi, int bar, int bar_ex) |
| void | mvs_iounmap (void __iomem *regs) |
| module_init (mvs_init) | |
| module_exit (mvs_exit) | |
| MODULE_AUTHOR ("Jeff Garzik <[email protected]>") | |
| MODULE_DESCRIPTION ("Marvell 88SE6440 SAS/SATA controller driver") | |
| MODULE_VERSION (DRV_VERSION) | |
| MODULE_LICENSE ("GPL") | |
Variables | |
| int | interrupt_coalescing = 0x80 |
| struct kmem_cache * | mvs_task_list_cache |
| struct device_attribute * | mvst_host_attrs [] |
| struct task_struct * | mvs_th |
| MODULE_AUTHOR | ( | "Jeff Garzik <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "Marvell 88SE6440 SAS/SATA controller driver" | ) |
| module_exit | ( | mvs_exit | ) |
| module_init | ( | mvs_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| MODULE_PARM_DESC | ( | collector | , |
| "\n""\tIf greater than | one, | ||
| tells the SAS Layer to run in Task Collector\n""\tMode.If 1 or | 0, | ||
| tells the SAS Layer to run in Direct Mode.\n""\tThe mvsas SAS LLDD supports both modes.\n""\tDefault:1(Direct Mode).\n" | |||
| ) |
| MODULE_VERSION | ( | DRV_VERSION | ) |
| struct kmem_cache* mvs_task_list_cache |
| struct task_struct* mvs_th |
| struct device_attribute * mvst_host_attrs |
1.8.2