Searched refs:tqueue (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_main.c | 639 struct sxgbe_tx_queue *tqueue = priv->txq[queue_num]; in dma_free_tx_skbufs() local 640 tx_free_ring_skbufs(tqueue); in dma_free_tx_skbufs() 734 static void sxgbe_tx_queue_clean(struct sxgbe_tx_queue *tqueue) in sxgbe_tx_queue_clean() argument 736 struct sxgbe_priv_data *priv = tqueue->priv_ptr; in sxgbe_tx_queue_clean() 739 u8 queue_no = tqueue->queue_no; in sxgbe_tx_queue_clean() 746 while (tqueue->dirty_tx != tqueue->cur_tx) { in sxgbe_tx_queue_clean() 747 unsigned int entry = tqueue->dirty_tx % tx_rsize; in sxgbe_tx_queue_clean() 748 struct sk_buff *skb = tqueue->tx_skbuff[entry]; in sxgbe_tx_queue_clean() 751 p = tqueue->dma_tx + entry; in sxgbe_tx_queue_clean() 759 __func__, tqueue->cur_tx, tqueue->dirty_tx); in sxgbe_tx_queue_clean() [all …]
|
/linux/sound/core/ |
H A D | timer.c | 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() 1494 kfree(tu->tqueue); in snd_timer_user_release() 2366 tread = &tu->tqueue[qhead]; in snd_timer_user_read()
|
/linux/drivers/net/ethernet/freescale/ |
H A D | gianfar.h | 728 u32 tqueue; /* 0x.114 - Transmit queue control register */ member 1191 u32 tqueue; member
|
H A D | gianfar.c | 565 priv->tqueue |= (TQUEUE_EN0 >> i); in gfar_parse_group() 1052 gfar_write(®s->tqueue, 0); in gfar_halt() 1184 gfar_write(®s->tqueue, priv->tqueue); in gfar_start()
|
/linux/drivers/atm/ |
H A D | idt77252.h | 365 struct work_struct tqueue; member
|
H A D | idt77252.c | 2791 schedule_work(&card->tqueue); in idt77252_interrupt() 2803 container_of(work, struct idt77252_dev, tqueue); in idt77252_softint() 3632 INIT_WORK(&card->tqueue, idt77252_softint); in idt77252_init_one()
|