Searched refs:tqueue (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/samsung/sxgbe/ |
| H A D | sxgbe_main.c | 638 struct sxgbe_tx_queue *tqueue = priv->txq[queue_num]; in dma_free_tx_skbufs() local 639 tx_free_ring_skbufs(tqueue); in dma_free_tx_skbufs() 733 static void sxgbe_tx_queue_clean(struct sxgbe_tx_queue *tqueue) in sxgbe_tx_queue_clean() argument 735 struct sxgbe_priv_data *priv = tqueue->priv_ptr; in sxgbe_tx_queue_clean() 738 u8 queue_no = tqueue->queue_no; in sxgbe_tx_queue_clean() 745 while (tqueue->dirty_tx != tqueue->cur_tx) { in sxgbe_tx_queue_clean() 746 unsigned int entry = tqueue->dirty_tx % tx_rsize; in sxgbe_tx_queue_clean() 747 struct sk_buff *skb = tqueue->tx_skbuff[entry]; in sxgbe_tx_queue_clean() 750 p = tqueue->dma_tx + entry; in sxgbe_tx_queue_clean() 758 __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 = kzalloc_objs(*tqueue, size); 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() 2373 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 | 563 priv->tqueue |= (TQUEUE_EN0 >> i); in gfar_parse_group() 1040 gfar_write(®s->tqueue, 0); in gfar_halt() 1172 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 | 2794 schedule_work(&card->tqueue); in idt77252_interrupt() 2806 container_of(work, struct idt77252_dev, tqueue); in idt77252_softint() 3635 INIT_WORK(&card->tqueue, idt77252_softint); in idt77252_init_one()
|