drivers/infiniband/hw/hfi1/chip.h

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

File Facts

System
Linux kernel
Corpus path
drivers/infiniband/hw/hfi1/chip.h
Extension
.h
Size
42880 bytes
Lines
1427
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

struct is_table {
	int start;	 /* interrupt source type start */
	int end;	 /* interrupt source type end */
	/* routine that returns the name of the interrupt source */
	char *(*is_name)(char *name, size_t size, unsigned int source);
	/* routine to call when receiving an interrupt */
	void (*is_int)(struct hfi1_devdata *dd, unsigned int source);
};

#endif /* _CHIP_H */

Annotation

Implementation Notes