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

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

File Facts

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

unsigned int enic_rq_cq_service(struct enic *enic, unsigned int cq_index,
				unsigned int work_to_do);
int enic_rq_alloc_buf(struct vnic_rq *rq);
void enic_free_rq_buf(struct vnic_rq *rq, struct vnic_rq_buf *buf);

Annotation

Implementation Notes