Searched defs:xgmac_priv (Results 1 – 1 of 1) sorted by relevance
364 struct xgmac_priv { struct365 struct xgmac_dma_desc *dma_rx;366 struct sk_buff **rx_skbuff;367 unsigned int rx_tail;368 unsigned int rx_head;370 struct xgmac_dma_desc *dma_tx;371 struct sk_buff **tx_skbuff;372 unsigned int tx_head;373 unsigned int tx_tail;374 int tx_irq_cnt;[all …]