Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
lpfc_debugfs.h File Reference

Go to the source code of this file.

Macros

#define LPFC_DISC_TRC_ELS_CMD   0x1 /* Trace ELS commands */
 
#define LPFC_DISC_TRC_ELS_RSP   0x2 /* Trace ELS response */
 
#define LPFC_DISC_TRC_ELS_UNSOL   0x4 /* Trace ELS rcv'ed */
 
#define LPFC_DISC_TRC_ELS_ALL   0x7 /* Trace ELS */
 
#define LPFC_DISC_TRC_MBOX_VPORT   0x8 /* Trace vport MBOXs */
 
#define LPFC_DISC_TRC_MBOX   0x10 /* Trace other MBOXs */
 
#define LPFC_DISC_TRC_MBOX_ALL   0x18 /* Trace all MBOXs */
 
#define LPFC_DISC_TRC_CT   0x20 /* Trace disc CT requests */
 
#define LPFC_DISC_TRC_DSM   0x40 /* Trace DSM events */
 
#define LPFC_DISC_TRC_RPORT   0x80 /* Trace rport events */
 
#define LPFC_DISC_TRC_NODE   0x100 /* Trace ndlp state changes */
 
#define LPFC_DISC_TRC_DISCOVERY
 

Functions

void lpfc_debug_dump_all_queues (struct lpfc_hba *)
 

Macro Definition Documentation

#define LPFC_DISC_TRC_CT   0x20 /* Trace disc CT requests */

Definition at line 265 of file lpfc_debugfs.h.

#define LPFC_DISC_TRC_DISCOVERY
Value:
0xef /* common mask for general
* discovery */

Definition at line 270 of file lpfc_debugfs.h.

#define LPFC_DISC_TRC_DSM   0x40 /* Trace DSM events */

Definition at line 266 of file lpfc_debugfs.h.

#define LPFC_DISC_TRC_ELS_ALL   0x7 /* Trace ELS */

Definition at line 261 of file lpfc_debugfs.h.

#define LPFC_DISC_TRC_ELS_CMD   0x1 /* Trace ELS commands */

Definition at line 258 of file lpfc_debugfs.h.

#define LPFC_DISC_TRC_ELS_RSP   0x2 /* Trace ELS response */

Definition at line 259 of file lpfc_debugfs.h.

#define LPFC_DISC_TRC_ELS_UNSOL   0x4 /* Trace ELS rcv'ed */

Definition at line 260 of file lpfc_debugfs.h.

#define LPFC_DISC_TRC_MBOX   0x10 /* Trace other MBOXs */

Definition at line 263 of file lpfc_debugfs.h.

#define LPFC_DISC_TRC_MBOX_ALL   0x18 /* Trace all MBOXs */

Definition at line 264 of file lpfc_debugfs.h.

#define LPFC_DISC_TRC_MBOX_VPORT   0x8 /* Trace vport MBOXs */

Definition at line 262 of file lpfc_debugfs.h.

#define LPFC_DISC_TRC_NODE   0x100 /* Trace ndlp state changes */

Definition at line 268 of file lpfc_debugfs.h.

#define LPFC_DISC_TRC_RPORT   0x80 /* Trace rport events */

Definition at line 267 of file lpfc_debugfs.h.

Function Documentation

void lpfc_debug_dump_all_queues ( struct lpfc_hba phba)

lpfc_debug_dump_all_queues - dump all the queues with a hba : Pointer to HBA context object.

This function dumps entries of all the queues asociated with the .

Definition at line 4575 of file lpfc_debugfs.c.