/Linux-v4.19/drivers/net/ethernet/samsung/sxgbe/ |
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-v4.19/drivers/lightnvm/ |
D | core.c | 322 struct request_queue *tqueue; in nvm_create_tgt() local 387 tqueue = blk_alloc_queue_node(GFP_KERNEL, dev->q->node, NULL); in nvm_create_tgt() 388 if (!tqueue) { in nvm_create_tgt() 392 blk_queue_make_request(tqueue, tt->make_rq); in nvm_create_tgt() 399 tdisk->queue = tqueue; in nvm_create_tgt() 408 tqueue->queuedata = targetdata; in nvm_create_tgt() 410 blk_queue_max_hw_sectors(tqueue, in nvm_create_tgt() 436 blk_cleanup_queue(tqueue); in nvm_create_tgt()
|
D | pblk-init.c | 1192 struct request_queue *tqueue = tdisk->queue; in pblk_init() local 1285 blk_queue_logical_block_size(tqueue, queue_physical_block_size(bqueue)); in pblk_init() 1286 blk_queue_max_hw_sectors(tqueue, queue_max_hw_sectors(bqueue)); in pblk_init() 1288 blk_queue_write_cache(tqueue, true, false); in pblk_init() 1290 tqueue->limits.discard_granularity = geo->clba * geo->csecs; in pblk_init() 1291 tqueue->limits.discard_alignment = 0; in pblk_init() 1292 blk_queue_max_discard_sectors(tqueue, UINT_MAX >> 9); in pblk_init() 1293 blk_queue_flag_set(QUEUE_FLAG_DISCARD, tqueue); in pblk_init()
|
/Linux-v4.19/sound/core/ |
D | timer.c | 72 struct snd_timer_tread *tqueue; member 1298 memcpy(&tu->tqueue[tu->qtail++], tread, sizeof(*tread)); in snd_timer_user_append_to_tqueue() 1375 r = &tu->tqueue[prev]; in snd_timer_user_tinterrupt() 1399 struct snd_timer_tread *tqueue = NULL; in realloc_user_queue() local 1402 tqueue = kcalloc(size, sizeof(*tqueue), GFP_KERNEL); in realloc_user_queue() 1403 if (!tqueue) in realloc_user_queue() 1413 kfree(tu->tqueue); in realloc_user_queue() 1416 tu->tqueue = tqueue; in realloc_user_queue() 1459 kfree(tu->tqueue); in snd_timer_user_release() 2061 if (copy_to_user(buffer, &tu->tqueue[qhead], in snd_timer_user_read()
|
/Linux-v4.19/drivers/isdn/hisax/ |
D | hfc4s8s_l1.c | 181 struct work_struct tqueue; member 322 schedule_work(&l1->hw->tqueue); in dch_l2l1() 402 schedule_work(&l1->hw->tqueue); in bch_l2l1() 992 hfc4s8s_hw *hw = container_of(work, hfc4s8s_hw, tqueue); in hfc4s8s_bh() 1222 schedule_work(&hw->tqueue); in hfc4s8s_interrupt() 1441 INIT_WORK(&hw->tqueue, hfc4s8s_bh); in setup_instance()
|
D | hisax.h | 512 struct work_struct tqueue; member 961 struct work_struct tqueue; member 972 #define schedule_event(s, ev) do { test_and_set_bit(ev, &s->event); schedule_work(&s->tqueue); } wh…
|
D | amd7930_fn.c | 239 container_of(work, struct IsdnCardState, tqueue); in Amd7930_bh() 792 INIT_WORK(&cs->tqueue, Amd7930_bh); in setup_Amd7930()
|
D | config.c | 1619 INIT_WORK(&cs->tqueue, hisax_bh); in hisax_register() 1648 schedule_work(&cs->tqueue); in hisax_sched_event() 1654 container_of(work, struct IsdnCardState, tqueue); in hisax_bh() 1676 schedule_work(&bcs->tqueue); in hisax_b_sched_event()
|
D | isac.c | 87 container_of(work, struct IsdnCardState, tqueue); in isac_bh() 679 INIT_WORK(&cs->tqueue, isac_bh); in setup_isac()
|
D | icc.c | 84 container_of(work, struct IsdnCardState, tqueue); in icc_bh() 678 INIT_WORK(&cs->tqueue, icc_bh); in setup_icc()
|
D | isdnl1.c | 321 struct BCState *bcs = container_of(work, struct BCState, tqueue); in BChannel_bh() 368 INIT_WORK(&bcs->tqueue, BChannel_bh); in init_bcstate()
|
D | hfc_pci.c | 186 schedule_work(&cs->tqueue); in sched_event_D_pci() 196 schedule_work(&bcs->tqueue); in hfcpci_sched_event() 1507 container_of(work, struct IsdnCardState, tqueue); in hfcpci_bh() 1737 INIT_WORK(&cs->tqueue, hfcpci_bh); in setup_hfcpci()
|
D | netjet.c | 390 schedule_work(&bcs->tqueue); in got_frame() 747 schedule_work(&bcs->tqueue); in write_raw()
|
D | hfc_2bds0.c | 557 container_of(work, struct IsdnCardState, tqueue); in hfcd_bh() 1077 INIT_WORK(&cs->tqueue, hfcd_bh); in set_cs_func()
|
D | w6692.c | 106 container_of(work, struct IsdnCardState, tqueue); in W6692_bh() 1067 INIT_WORK(&cs->tqueue, W6692_bh); in setup_w6692()
|
D | hfc_sx.c | 1259 container_of(work, struct IsdnCardState, tqueue); in hfcsx_bh() 1500 INIT_WORK(&cs->tqueue, hfcsx_bh); in setup_hfcsx()
|
D | isar.c | 443 struct BCState *bcs = container_of(work, struct BCState, tqueue); in isar_bh() 1589 INIT_WORK(&cs->bcs[i].tqueue, isar_bh); in isar_setup()
|
/Linux-v4.19/include/linux/ |
D | isdn.h | 243 struct work_struct tqueue; member
|
/Linux-v4.19/drivers/net/ethernet/freescale/ |
D | gianfar.h | 704 u32 tqueue; /* 0x.114 - Transmit queue control register */ member 1183 u32 tqueue; member
|
D | gianfar.c | 710 priv->tqueue |= (TQUEUE_EN0 >> i); in gfar_parse_group() 1939 gfar_write(®s->tqueue, 0); in gfar_halt() 2072 gfar_write(®s->tqueue, priv->tqueue); in gfar_start()
|
/Linux-v4.19/drivers/atm/ |
D | idt77252.h | 365 struct work_struct tqueue; member
|
D | idt77252.c | 2796 schedule_work(&card->tqueue); in idt77252_interrupt() 2808 container_of(work, struct idt77252_dev, tqueue); in idt77252_softint() 3624 INIT_WORK(&card->tqueue, idt77252_softint); in idt77252_init_one()
|
/Linux-v4.19/drivers/isdn/i4l/ |
D | isdn_net.c | 154 schedule_work(&lp->tqueue); in isdn_net_dec_frame_cnt() 970 schedule_work(&lp->tqueue); in isdn_net_write_super() 988 isdn_net_local *lp = container_of(work, isdn_net_local, tqueue); in isdn_net_softint() 2596 INIT_WORK(&netdev->local->tqueue, isdn_net_softint); in isdn_net_new()
|