Searched refs:tsq (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/atm/ |
| H A D | nicstar.c | 255 card->tsq.org, card->tsq.dma); in nicstar_remove_one() 542 card->tsq.org = dma_alloc_coherent(&card->pcidev->dev, in ns_init_card() 544 &card->tsq.dma, GFP_KERNEL); in ns_init_card() 545 if (card->tsq.org == NULL) { in ns_init_card() 551 card->tsq.base = PTR_ALIGN(card->tsq.org, NS_TSQ_ALIGNMENT); in ns_init_card() 552 card->tsq.next = card->tsq.base; in ns_init_card() 553 card->tsq.last = card->tsq.base + (NS_TSQ_NUM_ENTRIES - 1); in ns_init_card() 555 ns_tsi_init(card->tsq.base + j); in ns_init_card() 557 writel(ALIGN(card->tsq.dma, NS_TSQ_ALIGNMENT), card->membase + TSQB); in ns_init_card() 558 PRINTK("nicstar%d: TSQ base at 0x%p.\n", i, card->tsq.base); in ns_init_card() [all …]
|
| H A D | idt77252.c | 1380 card->tsq.base = dma_alloc_coherent(&card->pcidev->dev, RSQSIZE, in init_tsq() 1381 &card->tsq.paddr, GFP_KERNEL); in init_tsq() 1382 if (card->tsq.base == NULL) { in init_tsq() 1387 card->tsq.last = card->tsq.base + TSQ_NUM_ENTRIES - 1; in init_tsq() 1388 card->tsq.next = card->tsq.last; in init_tsq() 1389 for (tsqe = card->tsq.base; tsqe <= card->tsq.last; tsqe++) in init_tsq() 1392 writel(card->tsq.paddr, SAR_REG_TSQB); in init_tsq() 1393 writel((unsigned long) card->tsq.next - (unsigned long) card->tsq.base, in init_tsq() 1403 card->tsq.base, card->tsq.paddr); in deinit_tsq() 1414 if (card->tsq.next == card->tsq.last) in idt77252_tx() [all …]
|
| H A D | nicstar.h | 719 tsq_info tsq; member
|
| H A D | idt77252.h | 349 struct tsq_info tsq; /* Transmit Status Queue */ member
|
| /linux/net/ipv4/ |
| H A D | tcp_output.c | 1288 * transferring tsq->head because tcp_wfree() might in tcp_tsq_workfn() 1293 struct tsq_work *tsq = container_of(work, struct tsq_work, work); 1301 list_splice_init(&tsq->head, &list); 1368 struct tsq_work *tsq = &per_cpu(tsq_work, i); in tcp_wfree() 1370 INIT_LIST_HEAD(&tsq->head); in tcp_wfree() 1371 INIT_WORK(&tsq->work, tcp_tsq_workfn); in tcp_wfree() 1385 struct tsq_work *tsq; in tcp_wfree() 1413 tsq = this_cpu_ptr(&tsq_work); in tcp_update_skb_after_send() 1414 empty = list_empty(&tsq->head); in tcp_update_skb_after_send() 1415 list_add(&tp->tsq_node, &tsq in tcp_update_skb_after_send() 1266 struct tsq_work *tsq = container_of(work, struct tsq_work, work); tcp_tsq_workfn() local 1341 struct tsq_work *tsq = &per_cpu(tsq_work, i); tcp_tsq_work_init() local 1358 struct tsq_work *tsq; tcp_wfree() local [all...] |