drivers/infiniband/hw/hns/hns_roce_hw_v2.c

Source file repositories/reference/linux-study-clean/drivers/infiniband/hw/hns/hns_roce_hw_v2.c

File Facts

System
Linux kernel
Corpus path
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
Extension
.c
Size
212862 bytes
Lines
7670
Domain
Driver Families
Bucket
drivers/infiniband
Inferred role
Driver Families: exported/initcall integration point
Status
integration 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

module_init(hns_roce_hw_v2_init);
module_exit(hns_roce_hw_v2_exit);

MODULE_LICENSE("Dual BSD/GPL");
MODULE_AUTHOR("Wei Hu <xavier.huwei@huawei.com>");
MODULE_AUTHOR("Lijun Ou <oulijun@huawei.com>");
MODULE_AUTHOR("Shaobo Xu <xushaobo2@huawei.com>");
MODULE_DESCRIPTION("Hisilicon Hip08 Family RoCE Driver");

Annotation

Implementation Notes