Searched refs:txc (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/util/ |
| D | tickadj.c | 32 struct timex txc; variable 51 txc.time_tick = i; 52 txc.modes = ADJ_TIMETICK; 62 txc.tickadj = i; 63 txc.modes |= ADJ_TICKADJ; 78 txc.time_tick = i; 79 txc.modes |= ADJ_TIMETICK; 99 if (adjtimex(&txc) < 0) 103 txc.time_tick, txc.tickadj); 123 if ( (txc.time_tick = atoi(argv[1])) < 1 ) in main() [all …]
|
| /netbsd/src/sys/dev/pci/ |
| D | if_vioif.c | 835 struct vioif_tx_context *txc; in vioif_transmit() local 840 txc = netq->netq_ctx; in vioif_transmit() 842 if (__predict_false(!pcq_put(txc->txc_intrq, m))) { in vioif_transmit() 1035 struct vioif_tx_context *txc; in vioif_setup_stats() local 1056 txc = netq->netq_ctx; in vioif_setup_stats() 1057 evcnt_attach_dynamic(&txc->txc_defrag_failed, in vioif_setup_stats() 1457 struct vioif_tx_context *txc; in vioif_netqueue_init() local 1462 txc = NULL; in vioif_netqueue_init() 1504 txc = kmem_zalloc(sizeof(*txc), KM_SLEEP); in vioif_netqueue_init() 1505 netq->netq_ctx = (void *)txc; in vioif_netqueue_init() [all …]
|
| D | if_vmx.c | 1387 struct vmxnet3_comp_ring *txc; in vmxnet3_alloc_txq_data() local 1397 txc = &txq->vxtxq_comp_ring; in vmxnet3_alloc_txq_data() 1411 error = vmxnet3_dma_malloc(sc, compsz, 512, &txc->vxcr_dma); in vmxnet3_alloc_txq_data() 1417 txc->vxcr_u.txcd = in vmxnet3_alloc_txq_data() 1418 (struct vmxnet3_txcompdesc *) txc->vxcr_dma.dma_vaddr; in vmxnet3_alloc_txq_data() 1440 struct vmxnet3_comp_ring *txc; in vmxnet3_free_txq_data() local 1448 txc = &txq->vxtxq_comp_ring; in vmxnet3_free_txq_data() 1459 if (txc->vxcr_u.txcd != NULL) { in vmxnet3_free_txq_data() 1460 vmxnet3_dma_free(sc, &txc->vxcr_dma); in vmxnet3_free_txq_data() 1461 txc->vxcr_u.txcd = NULL; in vmxnet3_free_txq_data() [all …]
|
| D | if_ena.c | 1871 int txc, rxc, i; in ena_cleanup() local 1904 txc = ena_tx_cleanup(tx_ring); in ena_cleanup() 1910 if ((txc != TX_BUDGET) && (rxc != RX_BUDGET)) in ena_cleanup()
|
| /netbsd/src/sys/arch/sandpoint/stand/altboot/ |
| D | sip.c | 135 unsigned val, i, fdx, txc, rxc; in sip_init() local 214 txc = TXCFG_ATP | TXCFG_DMA256 | 0x1002; in sip_init() 217 txc |= TXCFG_CSI | TXCFG_HBI; in sip_init() 223 CSR_WRITE(l, SIP_TXCFG, txc); in sip_init()
|
| /netbsd/src/external/bsd/ntp/dist/ |
| D | configure.ac | 3514 dnl txc.tick 1 Linux 3536 ans=txc.tick
|
| D | configure | 32913 ans=txc.tick
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | ChangeLog-0203 | 1491 2002-06-21 Igor Schein <igor@txc.com>
|