Searched refs:txc (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/util/
H A Dtickadj.c32 struct timex txc; variable in typeref:struct:timex
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
[all...]
/netbsd-current/sys/dev/pci/
H A Dif_vioif.c835 struct vioif_tx_context *txc; local
840 txc = netq->netq_ctx;
842 if (__predict_false(!pcq_put(txc->txc_intrq, m))) {
1035 struct vioif_tx_context *txc; local
1056 txc = netq->netq_ctx;
1057 evcnt_attach_dynamic(&txc->txc_defrag_failed,
1457 struct vioif_tx_context *txc; local
1462 txc = NULL;
1504 txc = kmem_zalloc(sizeof(*txc), KM_SLEE
1556 struct vioif_tx_context *txc; local
1979 struct vioif_tx_context *txc; local
2116 struct vioif_tx_context *txc; local
2184 struct vioif_tx_context *txc = netq->netq_ctx; local
2724 struct vioif_tx_context *txc; local
[all...]
H A Dif_vmx.c1387 struct vmxnet3_comp_ring *txc; local
1397 txc = &txq->vxtxq_comp_ring;
1411 error = vmxnet3_dma_malloc(sc, compsz, 512, &txc->vxcr_dma);
1417 txc->vxcr_u.txcd =
1418 (struct vmxnet3_txcompdesc *) txc->vxcr_dma.dma_vaddr;
1440 struct vmxnet3_comp_ring *txc; local
1448 txc = &txq->vxtxq_comp_ring;
1459 if (txc->vxcr_u.txcd != NULL) {
1460 vmxnet3_dma_free(sc, &txc->vxcr_dma);
1461 txc
2122 struct vmxnet3_comp_ring *txc; local
2802 struct vmxnet3_comp_ring *txc; local
[all...]
H A Dif_ena.c1871 int txc, rxc, i; local
1904 txc = ena_tx_cleanup(tx_ring);
1910 if ((txc != TX_BUDGET) && (rxc != RX_BUDGET))
/netbsd-current/sys/arch/sandpoint/stand/altboot/
H A Dsip.c135 unsigned val, i, fdx, txc, rxc; local
214 txc = TXCFG_ATP | TXCFG_DMA256 | 0x1002;
217 txc |= TXCFG_CSI | TXCFG_HBI;
223 CSR_WRITE(l, SIP_TXCFG, txc);
/netbsd-current/external/bsd/ntp/dist/
H A Dconfigure31326 ans=txc.tick

Completed in 221 milliseconds