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