Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | QDIO_DBF_LEN 16 |
#define | DBF_ERR 3 /* error conditions */ |
#define | DBF_WARN 4 /* warning conditions */ |
#define | DBF_INFO 6 /* informational */ |
#define | DBF_EVENT(text...) |
#define | DBF_ERROR(text...) |
#define | DBF_DEV_EVENT(level, device, text...) |
Functions | |
void | qdio_allocate_dbf (struct qdio_initialize *init_data, struct qdio_irq *irq_ptr) |
void | qdio_setup_debug_entries (struct qdio_irq *irq_ptr, struct ccw_device *cdev) |
void | qdio_shutdown_debug_entries (struct qdio_irq *irq_ptr, struct ccw_device *cdev) |
int | qdio_debug_init (void) |
void | qdio_debug_exit (void) |
Variables | |
debug_info_t * | qdio_dbf_setup |
debug_info_t * | qdio_dbf_error |
Definition at line 65 of file qdio_debug.h.
#define DBF_ERR 3 /* error conditions */ |
Definition at line 25 of file qdio_debug.h.
#define DBF_ERROR | ( | text... | ) |
Definition at line 49 of file qdio_debug.h.
#define DBF_EVENT | ( | text... | ) |
Definition at line 33 of file qdio_debug.h.
#define DBF_INFO 6 /* informational */ |
Definition at line 27 of file qdio_debug.h.
#define DBF_WARN 4 /* warning conditions */ |
Definition at line 26 of file qdio_debug.h.
#define QDIO_DBF_LEN 16 |
Definition at line 14 of file qdio_debug.h.
void qdio_allocate_dbf | ( | struct qdio_initialize * | init_data, |
struct qdio_irq * | irq_ptr | ||
) |
Definition at line 20 of file qdio_debug.c.
Definition at line 300 of file qdio_debug.c.
Definition at line 284 of file qdio_debug.c.
void qdio_setup_debug_entries | ( | struct qdio_irq * | irq_ptr, |
struct ccw_device * | cdev | ||
) |
Definition at line 248 of file qdio_debug.c.
void qdio_shutdown_debug_entries | ( | struct qdio_irq * | irq_ptr, |
struct ccw_device * | cdev | ||
) |
Definition at line 271 of file qdio_debug.c.
debug_info_t* qdio_dbf_error |
Definition at line 15 of file qdio_debug.c.
debug_info_t* qdio_dbf_setup |
Definition at line 14 of file qdio_debug.c.