Searched defs:stmmac_desc_ops (Results 1 – 1 of 1) sorted by relevance
144 struct stmmac_desc_ops { struct146 void (*init_rx_desc) (struct dma_desc *p, unsigned int ring_size,149 void (*init_tx_desc) (struct dma_desc *p, unsigned int ring_size);152 void (*prepare_tx_desc) (struct dma_desc *p, int is_fs, int len,155 void (*set_tx_owner) (struct dma_desc *p);156 int (*get_tx_owner) (struct dma_desc *p);158 void (*close_tx_desc) (struct dma_desc *p);160 void (*release_tx_desc) (struct dma_desc *p);163 void (*clear_tx_ic) (struct dma_desc *p);165 int (*get_tx_ls) (struct dma_desc *p);[all …]