drivers/infiniband/hw/usnic/usnic.h

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

File Facts

System
Linux kernel
Corpus path
drivers/infiniband/hw/usnic/usnic.h
Extension
.h
Size
1660 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_H_
#define USNIC_H_

#define DRV_NAME	"usnic_verbs"

#define PCI_DEVICE_ID_CISCO_VIC_USPACE_NIC	0x00cf	/* User space NIC */

#define DRV_VERSION    "1.0.3"
#define DRV_RELDATE    "December 19, 2013"

#endif /* USNIC_H_ */

Annotation

Implementation Notes