Home
last modified time | relevance | path

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

/drivers/net/ethernet/stmicro/stmmac/
Dhwif.h35 struct stmmac_desc_ops { struct
37 void (*init_rx_desc)(struct dma_desc *p, int disable_rx_ic, int mode,
40 void (*init_tx_desc)(struct dma_desc *p, int mode, int end);
42 void (*prepare_tx_desc)(struct dma_desc *p, int is_fs, int len,
45 void (*prepare_tso_tx_desc)(struct dma_desc *p, int is_fs, int len1,
49 void (*set_tx_owner)(struct dma_desc *p);
50 int (*get_tx_owner)(struct dma_desc *p);
52 void (*release_tx_desc)(struct dma_desc *p, int mode);
55 void (*set_tx_ic)(struct dma_desc *p);
57 int (*get_tx_ls)(struct dma_desc *p);
[all …]