Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dhwif.h39 struct stmmac_desc_ops { struct
41 void (*init_rx_desc)(struct dma_desc *p, int disable_rx_ic, int mode,
44 void (*init_tx_desc)(struct dma_desc *p, int mode, int end);
46 void (*prepare_tx_desc)(struct dma_desc *p, int is_fs, int len,
49 void (*prepare_tso_tx_desc)(struct dma_desc *p, int is_fs, int len1,
53 void (*set_tx_owner)(struct dma_desc *p);
54 int (*get_tx_owner)(struct dma_desc *p);
56 void (*release_tx_desc)(struct dma_desc *p, int mode);
59 void (*set_tx_ic)(struct dma_desc *p);
61 int (*get_tx_ls)(struct dma_desc *p);
[all …]