Searched refs:tqueue (Results 1 – 5 of 5) sorted by relevance
640 struct sxgbe_tx_queue *tqueue = priv->txq[queue_num]; in dma_free_tx_skbufs() local 641 tx_free_ring_skbufs(tqueue); in dma_free_tx_skbufs() 732 * @tqueue: queue pointer735 static void sxgbe_tx_queue_clean(struct sxgbe_tx_queue *tqueue) in sxgbe_tx_queue_clean() argument 737 struct sxgbe_priv_data *priv = tqueue->priv_ptr; in sxgbe_tx_queue_clean() 740 u8 queue_no = tqueue->queue_no; in sxgbe_tx_queue_clean() 747 while (tqueue->dirty_tx != tqueue->cur_tx) { in sxgbe_tx_queue_clean() 748 unsigned int entry = tqueue->dirty_tx % tx_rsize; in sxgbe_tx_queue_clean() 749 struct sk_buff *skb = tqueue in sxgbe_tx_queue_clean() 801 struct sxgbe_tx_queue *tqueue = priv->txq[queue_num]; sxgbe_tx_all_clean() local 1283 struct sxgbe_tx_queue *tqueue = priv->txq[txq_index]; sxgbe_xmit() local [all...]
82 struct snd_timer_tread64 *tqueue; member 1332 memcpy(&tu->tqueue[tu->qtail++], tread, sizeof(*tread)); in snd_timer_user_append_to_tqueue() 1407 r = &tu->tqueue[prev]; in snd_timer_user_tinterrupt() 1432 struct snd_timer_tread64 *tqueue = NULL; in realloc_user_queue() local 1435 tqueue = kcalloc(size, sizeof(*tqueue), GFP_KERNEL); in realloc_user_queue() 1436 if (!tqueue) in realloc_user_queue() 1446 kfree(tu->tqueue); in realloc_user_queue() 1449 tu->tqueue = tqueue; in realloc_user_queue() [all...]
728 u32 tqueue; /* 0x.114 - Transmit queue control register */ member 1191 u32 tqueue; member
566 priv->tqueue |= (TQUEUE_EN0 >> i); in gfar_parse_group() 1043 gfar_write(®s->tqueue, 0); in gfar_halt() 1175 gfar_write(®s->tqueue, priv->tqueue); in gfar_start()
365 struct work_struct tqueue; member