Home
last modified time | relevance | path

Searched refs:irq_ptr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/s390/cio/
H A Dqdio_debug.c60 int qdio_allocate_dbf(struct qdio_irq *irq_ptr) in qdio_allocate_dbf() argument
65 DBF_EVENT("irq:%8lx", (unsigned long)irq_ptr); in qdio_allocate_dbf()
69 dev_name(&irq_ptr->cdev->dev)); in qdio_allocate_dbf()
70 irq_ptr->debug_area = qdio_get_dbf_entry(text); in qdio_allocate_dbf()
71 if (irq_ptr->debug_area) in qdio_allocate_dbf()
72 DBF_DEV_EVENT(DBF_ERR, irq_ptr, "dbf reused"); in qdio_allocate_dbf()
74 irq_ptr->debug_area = debug_register(text, 2, 1, 16); in qdio_allocate_dbf()
75 if (!irq_ptr->debug_area) in qdio_allocate_dbf()
77 if (debug_register_view(irq_ptr->debug_area, in qdio_allocate_dbf()
79 debug_unregister(irq_ptr->debug_area); in qdio_allocate_dbf()
[all …]
H A Dqdio_debug.h67 int qdio_allocate_dbf(struct qdio_irq *irq_ptr);
68 void qdio_setup_debug_entries(struct qdio_irq *irq_ptr);
69 void qdio_shutdown_debug_entries(struct qdio_irq *irq_ptr);