drivers/net/ethernet/sfc/falcon/tx.h

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

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/sfc/falcon/tx.h
Extension
.h
Size
624 bytes
Lines
22
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 EF4_TX_H
#define EF4_TX_H

#include <linux/types.h>

/* Driver internal tx-path related declarations. */

unsigned int ef4_tx_limit_len(struct ef4_tx_queue *tx_queue,
			      dma_addr_t dma_addr, unsigned int len);

int ef4_enqueue_skb_tso(struct ef4_tx_queue *tx_queue, struct sk_buff *skb,
			bool *data_mapped);

#endif /* EF4_TX_H */

Annotation

Implementation Notes