drivers/net/ethernet/huawei/hinic3/hinic3_pci_id_tbl.h

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/huawei/hinic3/hinic3_pci_id_tbl.h

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/huawei/hinic3/hinic3_pci_id_tbl.h
Extension
.h
Size
264 bytes
Lines
11
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 _HINIC3_PCI_ID_TBL_H_
#define _HINIC3_PCI_ID_TBL_H_

#define PCI_DEV_ID_HINIC3_PF    0x0222
#define PCI_DEV_ID_HINIC3_VF    0x375F

#endif

Annotation

Implementation Notes