Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
qla_dbg.c File Reference
#include "qla_def.h"
#include <linux/delay.h>

Go to the source code of this file.

Functions

void qla2xxx_dump_post_process (scsi_qla_host_t *vha, int rval)
 
void qla2300_fw_dump (scsi_qla_host_t *vha, int hardware_locked)
 
void qla2100_fw_dump (scsi_qla_host_t *vha, int hardware_locked)
 
void qla24xx_fw_dump (scsi_qla_host_t *vha, int hardware_locked)
 
void qla25xx_fw_dump (scsi_qla_host_t *vha, int hardware_locked)
 
void qla81xx_fw_dump (scsi_qla_host_t *vha, int hardware_locked)
 
void qla83xx_fw_dump (scsi_qla_host_t *vha, int hardware_locked)
 
void ql_dbg (uint32_t level, scsi_qla_host_t *vha, int32_t id, const char *fmt,...)
 
void ql_dbg_pci (uint32_t level, struct pci_dev *pdev, int32_t id, const char *fmt,...)
 
void ql_log (uint32_t level, scsi_qla_host_t *vha, int32_t id, const char *fmt,...)
 
void ql_log_pci (uint32_t level, struct pci_dev *pdev, int32_t id, const char *fmt,...)
 
void ql_dump_regs (uint32_t level, scsi_qla_host_t *vha, int32_t id)
 
void ql_dump_buffer (uint32_t level, scsi_qla_host_t *vha, int32_t id, uint8_t *b, uint32_t size)
 

Function Documentation

void ql_dbg ( uint32_t  level,
scsi_qla_host_t vha,
int32_t  id,
const char fmt,
  ... 
)

Definition at line 2335 of file qla_dbg.c.

void ql_dbg_pci ( uint32_t  level,
struct pci_dev pdev,
int32_t  id,
const char fmt,
  ... 
)

Definition at line 2378 of file qla_dbg.c.

void ql_dump_buffer ( uint32_t  level,
scsi_qla_host_t vha,
int32_t  id,
uint8_t b,
uint32_t  size 
)

Definition at line 2541 of file qla_dbg.c.

void ql_dump_regs ( uint32_t  level,
scsi_qla_host_t vha,
int32_t  id 
)

Definition at line 2514 of file qla_dbg.c.

void ql_log ( uint32_t  level,
scsi_qla_host_t vha,
int32_t  id,
const char fmt,
  ... 
)

Definition at line 2415 of file qla_dbg.c.

void ql_log_pci ( uint32_t  level,
struct pci_dev pdev,
int32_t  id,
const char fmt,
  ... 
)

Definition at line 2473 of file qla_dbg.c.

void qla2100_fw_dump ( scsi_qla_host_t vha,
int  hardware_locked 
)

qla2100_fw_dump() - Dumps binary data from the 2100/2200 firmware. : HA context : Called with the hardware_lock

Definition at line 726 of file qla_dbg.c.

void qla2300_fw_dump ( scsi_qla_host_t vha,
int  hardware_locked 
)

qla2300_fw_dump() - Dumps binary data from the 2300 firmware. : HA context : Called with the hardware_lock

Definition at line 565 of file qla_dbg.c.

void qla24xx_fw_dump ( scsi_qla_host_t vha,
int  hardware_locked 
)

Definition at line 919 of file qla_dbg.c.

void qla25xx_fw_dump ( scsi_qla_host_t vha,
int  hardware_locked 
)

Definition at line 1172 of file qla_dbg.c.

void qla2xxx_dump_post_process ( scsi_qla_host_t vha,
int  rval 
)

Definition at line 542 of file qla_dbg.c.

void qla81xx_fw_dump ( scsi_qla_host_t vha,
int  hardware_locked 
)

Definition at line 1489 of file qla_dbg.c.

void qla83xx_fw_dump ( scsi_qla_host_t vha,
int  hardware_locked 
)

Definition at line 1808 of file qla_dbg.c.