Searched defs:xgmac_priv (Results 1 – 1 of 1) sorted by relevance
353 struct xgmac_priv { struct354 struct xgmac_dma_desc *dma_rx;355 struct sk_buff **rx_skbuff;356 unsigned int rx_tail;357 unsigned int rx_head;359 struct xgmac_dma_desc *dma_tx;360 struct sk_buff **tx_skbuff;361 unsigned int tx_head;362 unsigned int tx_tail;363 int tx_irq_cnt;[all …]