Searched defs:stmmac_priv (Results 1 – 1 of 1) sorted by relevance
32 struct stmmac_priv { struct34 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 …]