drivers/infiniband/hw/usnic/usnic_debugfs.h

Source file repositories/reference/linux-study-clean/drivers/infiniband/hw/usnic/usnic_debugfs.h

File Facts

System
Linux kernel
Corpus path
drivers/infiniband/hw/usnic/usnic_debugfs.h
Extension
.h
Size
1735 bytes
Lines
45
Domain
Driver Families
Bucket
drivers/infiniband
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef USNIC_DEBUGFS_H_
#define USNIC_DEBUGFS_H_

#include "usnic_ib_qp_grp.h"

void usnic_debugfs_init(void);

void usnic_debugfs_exit(void);
void usnic_debugfs_flow_add(struct usnic_ib_qp_grp_flow *qp_flow);
void usnic_debugfs_flow_remove(struct usnic_ib_qp_grp_flow *qp_flow);

#endif /*!USNIC_DEBUGFS_H_ */

Annotation

Implementation Notes