drivers/net/ethernet/intel/iavf/iavf_devids.h

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/intel/iavf/iavf_devids.h

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/intel/iavf/iavf_devids.h
Extension
.h
Size
345 bytes
Lines
13
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 _IAVF_DEVIDS_H_
#define _IAVF_DEVIDS_H_

/* Device IDs for the VF driver */
#define IAVF_DEV_ID_VF			0x154C
#define IAVF_DEV_ID_VF_HV		0x1571
#define IAVF_DEV_ID_ADAPTIVE_VF		0x1889
#define IAVF_DEV_ID_X722_VF		0x37CD
#endif /* _IAVF_DEVIDS_H_ */

Annotation

Implementation Notes