Lines Matching defs:stmmac_desc_ops
301 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);
324 int (*tx_status) (void *data, struct stmmac_extra_stats *x,
348 extern const struct stmmac_desc_ops enh_desc_ops; argument