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