Searched defs:sxgbe_tx_queue (Results 1 – 1 of 1) sorted by relevance
379 struct sxgbe_tx_queue { struct380 unsigned int irq_no;381 struct sxgbe_priv_data *priv_ptr;382 struct sxgbe_tx_norm_desc *dma_tx;383 dma_addr_t dma_tx_phy;384 dma_addr_t *tx_skbuff_dma;385 struct sk_buff **tx_skbuff;386 struct timer_list txtimer;387 unsigned int cur_tx;388 unsigned int dirty_tx;[all …]