Searched defs:stmmac_desc_ops (Results 1 – 1 of 1) sorted by relevance
301 struct stmmac_desc_ops { struct303 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 …]