Lines Matching refs:dma_desc
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);
325 struct dma_desc *p, void __iomem *ioaddr);
327 int (*get_tx_len) (struct dma_desc *p);
329 int (*get_rx_owner) (struct dma_desc *p);
330 void (*set_rx_owner) (struct dma_desc *p);
332 int (*get_rx_frame_len) (struct dma_desc *p, int rx_coe_type);
335 struct dma_desc *p);
339 void (*enable_tx_timestamp) (struct dma_desc *p);
341 int (*get_tx_timestamp_status) (struct dma_desc *p);
444 void (*init_desc3)(struct dma_desc *p);
445 void (*refill_desc3) (void *priv, struct dma_desc *p);
446 void (*clean_desc3) (void *priv, struct dma_desc *p);