Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Dcommon.h301 struct stmmac_desc_ops { struct
303 void (*init_rx_desc) (struct dma_desc *p, int disable_rx_ic, int mode,
306 void (*init_tx_desc) (struct dma_desc *p, int mode, int end);
309 void (*prepare_tx_desc) (struct dma_desc *p, int is_fs, int len,
312 void (*set_tx_owner) (struct dma_desc *p);
313 int (*get_tx_owner) (struct dma_desc *p);
315 void (*close_tx_desc) (struct dma_desc *p);
317 void (*release_tx_desc) (struct dma_desc *p, int mode);
320 void (*clear_tx_ic) (struct dma_desc *p);
322 int (*get_tx_ls) (struct dma_desc *p);
[all …]