Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/stmmac/
Dstmmac.h32 struct stmmac_priv { struct
34 struct dma_desc *dma_tx ____cacheline_aligned;
35 dma_addr_t dma_tx_phy;
36 struct sk_buff **tx_skbuff;
37 unsigned int cur_tx;
38 unsigned int dirty_tx;
39 unsigned int dma_tx_size;
40 int tx_coalesce;
42 struct dma_desc *dma_rx ;
43 unsigned int cur_rx;
[all …]