|
| module_param (ql4xdisablesysfsboot, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (ql4xdisablesysfsboot," Set to disable exporting boot targets to sysfs.\n""\t\t 0 - Export boot targets\n""\t\t 1 - Do not export boot targets (Default)") |
|
| module_param (ql4xdontresethba, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (ql4xdontresethba," Don't reset the HBA for driver recovery.\n""\t\t 0 - It will reset HBA (Default)\n""\t\t 1 - It will NOT reset HBA") |
|
| module_param (ql4xextended_error_logging, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (ql4xextended_error_logging," Option to enable extended error logging.\n""\t\t 0 - no logging (Default)\n""\t\t 2 - debug logging") |
|
| module_param (ql4xenablemsix, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (ql4xenablemsix," Set to enable MSI or MSI-X interrupt mechanism.\n""\t\t 0 = enable INTx interrupt mechanism.\n""\t\t 1 = enable MSI-X interrupt mechanism (Default).\n""\t\t 2 = enable MSI interrupt mechanism.") |
|
| module_param (ql4xmaxqdepth, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (ql4xmaxqdepth," Maximum queue depth to report for target devices.\n""\t\t Default: 32.") |
|
| module_param (ql4xqfulltracking, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (ql4xqfulltracking," Enable or disable dynamic tracking and adjustment of\n""\t\t scsi device queue depth.\n""\t\t 0 - Disable.\n""\t\t 1 - Enable. (Default)") |
|
| module_param (ql4xsess_recovery_tmo, int, S_IRUGO) |
|
| MODULE_PARM_DESC (ql4xsess_recovery_tmo," Target Session Recovery Timeout.\n""\t\t Default: 120 sec.") |
|
| module_param (ql4xmdcapmask, int, S_IRUGO) |
|
| MODULE_PARM_DESC (ql4xmdcapmask," Set the Minidump driver capture mask level.\n""\t\t Default is 0x1F.\n""\t\t Can be set to 0x3, 0x7, 0xF, 0x1F, 0x3F, 0x7F") |
|
| module_param (ql4xenablemd, int, S_IRUGO|S_IWUSR) |
|
| MODULE_PARM_DESC (ql4xenablemd," Set to enable minidump.\n""\t\t 0 - disable minidump\n""\t\t 1 - enable minidump (Default)") |
|
int | qla4xxx_get_ddb_index (struct scsi_qla_host *ha, uint16_t *ddb_index) |
|
void | qla4xxx_update_session_conn_fwddb_param (struct scsi_qla_host *ha, struct ddb_entry *ddb_entry) |
|
void | qla4xxx_update_session_conn_param (struct scsi_qla_host *ha, struct ddb_entry *ddb_entry) |
|
void | qla4xxx_mark_device_missing (struct iscsi_cls_session *cls_session) |
|
void | qla4xxx_mark_all_devices_missing (struct scsi_qla_host *ha) |
|
void | qla4xxx_srb_compl (struct kref *ref) |
|
void | qla4_8xxx_watchdog (struct scsi_qla_host *ha) |
|
int | qla4xxx_hw_reset (struct scsi_qla_host *ha) |
|
int | qla4xxx_soft_reset (struct scsi_qla_host *ha) |
|
void | qla4xxx_dead_adapter_cleanup (struct scsi_qla_host *ha) |
|
int | qla4xxx_unblock_flash_ddb (struct iscsi_cls_session *cls_session) |
|
int | qla4xxx_unblock_ddb (struct iscsi_cls_session *cls_session) |
|
void | qla4xxx_wake_dpc (struct scsi_qla_host *ha) |
|
int | qla4xxx_post_aen_work (struct scsi_qla_host *ha, enum iscsi_host_event_code aen_code, uint32_t data_size, uint8_t *data) |
|
int | qla4xxx_post_ping_evt_work (struct scsi_qla_host *ha, uint32_t status, uint32_t pid, uint32_t data_size, uint8_t *data) |
|
int | qla4_8xxx_iospace_config (struct scsi_qla_host *ha) |
|
int | qla4xxx_iospace_config (struct scsi_qla_host *ha) |
|
uint16_t | qla4xxx_rd_shdw_req_q_out (struct scsi_qla_host *ha) |
|
uint16_t | qla4_82xx_rd_shdw_req_q_out (struct scsi_qla_host *ha) |
|
uint16_t | qla4_83xx_rd_shdw_req_q_out (struct scsi_qla_host *ha) |
|
uint16_t | qla4xxx_rd_shdw_rsp_q_in (struct scsi_qla_host *ha) |
|
uint16_t | qla4_82xx_rd_shdw_rsp_q_in (struct scsi_qla_host *ha) |
|
uint16_t | qla4_83xx_rd_shdw_rsp_q_in (struct scsi_qla_host *ha) |
|
void | qla4xxx_build_ddb_list (struct scsi_qla_host *ha, int is_reset) |
|
struct srb * | qla4xxx_del_from_active_array (struct scsi_qla_host *ha, uint32_t index) |
|
| MODULE_DEVICE_TABLE (pci, qla4xxx_pci_tbl) |
|
| module_init (qla4xxx_module_init) |
|
| module_exit (qla4xxx_module_exit) |
|
| MODULE_AUTHOR ("QLogic Corporation") |
|
| MODULE_DESCRIPTION ("QLogic iSCSI HBA Driver") |
|
| MODULE_LICENSE ("GPL") |
|
| MODULE_VERSION (QLA4XXX_DRIVER_VERSION) |
|