drivers/staging/octeon/ethernet-rx.h

Source file repositories/reference/linux-study-clean/drivers/staging/octeon/ethernet-rx.h

File Facts

System
Linux kernel
Corpus path
drivers/staging/octeon/ethernet-rx.h
Extension
.h
Size
882 bytes
Lines
32
Domain
Driver Families
Bucket
drivers/staging
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

if (num_freed != number_to_free) {
			cvmx_fau_atomic_add32(FAU_NUM_PACKET_BUFFERS_TO_FREE,
					      number_to_free - num_freed);
		}
	}
}

Annotation

Implementation Notes