Home
last modified time | relevance | path

Searched refs:tqueue (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c640 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 pointer
735 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
1280 struct sxgbe_tx_queue *tqueue = priv->txq[txq_index]; sxgbe_xmit() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c640 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 pointer
735 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...]
/kernel/linux/linux-5.10/drivers/lightnvm/
H A Dpblk-init.c1154 struct request_queue *tqueue = tdisk->queue; in pblk_init() local
1247 blk_queue_logical_block_size(tqueue, queue_physical_block_size(bqueue)); in pblk_init()
1248 blk_queue_max_hw_sectors(tqueue, queue_max_hw_sectors(bqueue)); in pblk_init()
1250 blk_queue_write_cache(tqueue, true, false); in pblk_init()
1252 tqueue->limits.discard_granularity = geo->clba * geo->csecs; in pblk_init()
1253 tqueue->limits.discard_alignment = 0; in pblk_init()
1254 blk_queue_max_discard_sectors(tqueue, UINT_MAX >> 9); in pblk_init()
1255 blk_queue_flag_set(QUEUE_FLAG_DISCARD, tqueue); in pblk_init()
H A Dcore.c308 struct request_queue *tqueue; in nvm_create_tgt() local
379 tqueue = blk_alloc_queue(dev->q->node); in nvm_create_tgt()
380 if (!tqueue) { in nvm_create_tgt()
390 tdisk->queue = tqueue; in nvm_create_tgt()
399 tqueue->queuedata = targetdata; in nvm_create_tgt()
406 blk_queue_max_hw_sectors(tqueue, mdts); in nvm_create_tgt()
431 blk_cleanup_queue(tqueue); in nvm_create_tgt()
/kernel/linux/linux-5.10/sound/core/
H A Dtimer.c80 struct snd_timer_tread64 *tqueue; member
1358 memcpy(&tu->tqueue[tu->qtail++], tread, sizeof(*tread)); in snd_timer_user_append_to_tqueue()
1437 r = &tu->tqueue[prev]; in snd_timer_user_tinterrupt()
1463 struct snd_timer_tread64 *tqueue = NULL; in realloc_user_queue() local
1466 tqueue = kcalloc(size, sizeof(*tqueue), GFP_KERNEL); in realloc_user_queue()
1467 if (!tqueue) in realloc_user_queue()
1477 kfree(tu->tqueue); in realloc_user_queue()
1480 tu->tqueue = tqueue; in realloc_user_queue()
[all...]
/kernel/linux/linux-6.6/sound/core/
H A Dtimer.c80 struct snd_timer_tread64 *tqueue; member
1362 memcpy(&tu->tqueue[tu->qtail++], tread, sizeof(*tread)); in snd_timer_user_append_to_tqueue()
1441 r = &tu->tqueue[prev]; in snd_timer_user_tinterrupt()
1467 struct snd_timer_tread64 *tqueue = NULL; in realloc_user_queue() local
1470 tqueue = kcalloc(size, sizeof(*tqueue), GFP_KERNEL); in realloc_user_queue()
1471 if (!tqueue) in realloc_user_queue()
1481 kfree(tu->tqueue); in realloc_user_queue()
1484 tu->tqueue = tqueue; in realloc_user_queue()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H A Dgianfar.h668 u32 tqueue; /* 0x.114 - Transmit queue control register */ member
1147 u32 tqueue; member
H A Dgianfar.c576 priv->tqueue |= (TQUEUE_EN0 >> i); in gfar_parse_group()
1083 gfar_write(&regs->tqueue, 0); in gfar_halt()
1215 gfar_write(&regs->tqueue, priv->tqueue); in gfar_start()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H A Dgianfar.h728 u32 tqueue; /* 0x.114 - Transmit queue control register */ member
1191 u32 tqueue; member
H A Dgianfar.c565 priv->tqueue |= (TQUEUE_EN0 >> i); in gfar_parse_group()
1050 gfar_write(&regs->tqueue, 0); in gfar_halt()
1182 gfar_write(&regs->tqueue, priv->tqueue); in gfar_start()
/kernel/linux/linux-5.10/drivers/atm/
H A Didt77252.h365 struct work_struct tqueue; member
H A Didt77252.c2797 schedule_work(&card->tqueue); in idt77252_interrupt()
2809 container_of(work, struct idt77252_dev, tqueue); in idt77252_softint()
3638 INIT_WORK(&card->tqueue, idt77252_softint); in idt77252_init_one()
/kernel/linux/linux-6.6/drivers/atm/
H A Didt77252.h365 struct work_struct tqueue; member
H A Didt77252.c2790 schedule_work(&card->tqueue); in idt77252_interrupt()
2802 container_of(work, struct idt77252_dev, tqueue); in idt77252_softint()
3631 INIT_WORK(&card->tqueue, idt77252_softint); in idt77252_init_one()

Completed in 38 milliseconds