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