drivers/net/ethernet/chelsio/cxgb3/version.h

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/chelsio/cxgb3/version.h

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/chelsio/cxgb3/version.h
Extension
.h
Size
1773 bytes
Lines
43
Domain
Driver Families
Bucket
drivers/net
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 __CHELSIO_VERSION_H
#define __CHELSIO_VERSION_H
#define DRV_DESC "Chelsio T3 Network Driver"
#define DRV_NAME "cxgb3"

/* Firmware version */
#define FW_VERSION_MAJOR 7
#define FW_VERSION_MINOR 12
#define FW_VERSION_MICRO 0
#endif				/* __CHELSIO_VERSION_H */

Annotation

Implementation Notes