drivers/net/ethernet/netronome/nfp/nfpcore/nfp_dev.h

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_dev.h

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/netronome/nfp/nfpcore/nfp_dev.h
Extension
.h
Size
884 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

struct nfp_dev_info {
	/* Required fields */
	u64 dma_mask;
	u32 qc_idx_mask;
	u32 qc_addr_offset;
	u32 min_qc_size;
	u32 max_qc_size;

	/* PF-only fields */
	const char *chip_names;
	u32 pcie_cfg_expbar_offset;
	u32 pcie_expl_offset;
	u32 qc_area_sz;
};

extern const struct nfp_dev_info nfp_dev_info[NFP_DEV_CNT];

#endif

Annotation

Implementation Notes