Home
last modified time | relevance | path

Searched defs:stmmac_desc_ops (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/net/stmmac/
Dcommon.h144 struct stmmac_desc_ops { struct
146 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 …]