Lines Matching defs:sxgbe_tx_queue
379 struct sxgbe_tx_queue { struct
380 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 spinlock_t tx_lock; /* lock for tx queues */
388 unsigned int cur_tx;
389 unsigned int dirty_tx;
390 u32 tx_count_frames;
391 u32 tx_coal_frames;
392 u32 tx_coal_timer;
393 int hwts_tx_en;
394 u16 prev_mss;
395 u8 queue_no;