drivers/net/ethernet/sfc/ef100_rx.h

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/sfc/ef100_rx.h

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/sfc/ef100_rx.h
Extension
.h
Size
803 bytes
Lines
23
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 EFX_EF100_RX_H
#define EFX_EF100_RX_H

#include "net_driver.h"

bool ef100_rx_buf_hash_valid(const u8 *prefix);
void efx_ef100_ev_rx(struct efx_channel *channel, const efx_qword_t *p_event);
void ef100_rx_write(struct efx_rx_queue *rx_queue);
void __ef100_rx_packet(struct efx_channel *channel);

#endif

Annotation

Implementation Notes