drivers/infiniband/hw/bng_re/bng_debugfs.h

Source file repositories/reference/linux-study-clean/drivers/infiniband/hw/bng_re/bng_debugfs.h

File Facts

System
Linux kernel
Corpus path
drivers/infiniband/hw/bng_re/bng_debugfs.h
Extension
.h
Size
319 bytes
Lines
13
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

// Copyright (c) 2025 Broadcom.

#ifndef __BNG_RE_DEBUGFS__
#define __BNG_RE_DEBUGFS__

void bng_re_debugfs_add_pdev(struct bng_re_dev *rdev);
void bng_re_debugfs_rem_pdev(struct bng_re_dev *rdev);

void bng_re_register_debugfs(void);
void bng_re_unregister_debugfs(void);
#endif

Annotation

Implementation Notes