Searched defs:xgmac_priv (Results 1 – 1 of 1) sorted by relevance
366 struct xgmac_priv { struct367 struct xgmac_dma_desc *dma_rx;368 struct sk_buff **rx_skbuff;369 unsigned int rx_tail;370 unsigned int rx_head;372 struct xgmac_dma_desc *dma_tx;373 struct sk_buff **tx_skbuff;374 unsigned int tx_head;375 unsigned int tx_tail;377 void __iomem *base;[all …]