drivers/net/ethernet/cisco/enic/enic_wq.h

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/cisco/enic/enic_wq.h

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/cisco/enic/enic_wq.h
Extension
.h
Size
278 bytes
Lines
8
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

void enic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf);
unsigned int enic_wq_cq_service(struct enic *enic, unsigned int cq_index,
				unsigned int work_to_do);

Annotation

Implementation Notes