Lines Matching refs:dma_desc
299 void (*init_rx_desc) (struct dma_desc *p, int disable_rx_ic, int mode,
302 void (*init_tx_desc) (struct dma_desc *p, int mode, int end);
305 void (*prepare_tx_desc) (struct dma_desc *p, int is_fs, int len,
308 void (*set_tx_owner) (struct dma_desc *p);
309 int (*get_tx_owner) (struct dma_desc *p);
311 void (*close_tx_desc) (struct dma_desc *p);
313 void (*release_tx_desc) (struct dma_desc *p, int mode);
316 void (*clear_tx_ic) (struct dma_desc *p);
318 int (*get_tx_ls) (struct dma_desc *p);
321 struct dma_desc *p, void __iomem *ioaddr);
323 int (*get_tx_len) (struct dma_desc *p);
325 int (*get_rx_owner) (struct dma_desc *p);
326 void (*set_rx_owner) (struct dma_desc *p);
328 int (*get_rx_frame_len) (struct dma_desc *p, int rx_coe_type);
331 struct dma_desc *p);
335 void (*enable_tx_timestamp) (struct dma_desc *p);
337 int (*get_tx_timestamp_status) (struct dma_desc *p);
430 void (*init_desc3)(struct dma_desc *p);
431 void (*refill_desc3) (void *priv, struct dma_desc *p);
432 void (*clean_desc3) (void *priv, struct dma_desc *p);