Searched refs:tqueue (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_main.c | 641 tx_free_ring_skbufs(tqueue); in dma_free_tx_skbufs() 747 while (tqueue->dirty_tx != tqueue->cur_tx) { in sxgbe_tx_queue_clean() 752 p = tqueue->dma_tx + entry; in sxgbe_tx_queue_clean() 760 __func__, tqueue->cur_tx, tqueue->dirty_tx); in sxgbe_tx_queue_clean() 777 tqueue->dirty_tx++; in sxgbe_tx_queue_clean() 1300 tqueue->hwts_tx_en))) in sxgbe_xmit() 1387 if (tqueue->tx_count_frames > tqueue->tx_coal_frames) { in sxgbe_xmit() 1390 mod_timer(&tqueue->txtimer, in sxgbe_xmit() 1393 tqueue->tx_count_frames = 0; in sxgbe_xmit() 1402 tqueue->cur_tx++; in sxgbe_xmit() [all …]
|
/openbmc/linux/sound/core/ |
H A D | timer.c | 80 struct snd_timer_tread64 *tqueue; member 1372 memcpy(&tu->tqueue[tu->qtail++], tread, sizeof(*tread)); in snd_timer_user_append_to_tqueue() 1451 r = &tu->tqueue[prev]; in snd_timer_user_tinterrupt() 1477 struct snd_timer_tread64 *tqueue = NULL; in realloc_user_queue() local 1480 tqueue = kcalloc(size, sizeof(*tqueue), GFP_KERNEL); in realloc_user_queue() 1481 if (!tqueue) in realloc_user_queue() 1491 kfree(tu->tqueue); in realloc_user_queue() 1494 tu->tqueue = tqueue; in realloc_user_queue() 1540 kfree(tu->tqueue); in snd_timer_user_release() 2224 tread = &tu->tqueue[qhead]; in snd_timer_user_read()
|
/openbmc/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() 1050 gfar_write(®s->tqueue, 0); in gfar_halt() 1182 gfar_write(®s->tqueue, priv->tqueue); in gfar_start()
|
/openbmc/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()
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | immap_86xx.h | 310 uint tqueue; /* 0x24114 - Transmit Queue Control Register */ member
|