Home
last modified time | relevance | path

Searched defs:stmmac_mode_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.8/drivers/net/ethernet/stmicro/stmmac/
Dhwif.h574 struct stmmac_mode_ops { struct
575 void (*init) (void *des, dma_addr_t phy_addr, unsigned int size,
577 unsigned int (*is_jumbo_frm) (int len, int ehn_desc);
578 int (*jumbo_frm)(struct stmmac_tx_queue *tx_q, struct sk_buff *skb,
580 int (*set_16kib_bfsize)(int mtu);
581 void (*init_desc3)(struct dma_desc *p);
582 void (*refill_desc3)(struct stmmac_rx_queue *rx_q, struct dma_desc *p);
583 void (*clean_desc3)(struct stmmac_tx_queue *tx_q, struct dma_desc *p);