HomeSort by: relevance | last modified time | path
    Searched refs:txc (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/ntp/dist/util/
tickadj.c 32 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.tickadj)
    [all...]
  /src/sys/dev/pci/
if_vioif.c 836 struct vioif_tx_context *txc; local
841 txc = netq->netq_ctx;
843 if (__predict_false(!pcq_put(txc->txc_intrq, m))) {
844 txc->txc_pcq_full.ev_count++;
1037 struct vioif_tx_context *txc; local
1058 txc = netq->netq_ctx;
1059 evcnt_attach_dynamic(&txc->txc_defrag_failed,
1062 evcnt_attach_dynamic(&txc->txc_pcq_full,
1462 struct vioif_tx_context *txc; local
1467 txc = NULL
1561 struct vioif_tx_context *txc; local
1985 struct vioif_tx_context *txc; local
2122 struct vioif_tx_context *txc; local
2190 struct vioif_tx_context *txc = netq->netq_ctx; local
2730 struct vioif_tx_context *txc; local
    [all...]
if_vmx.c 1387 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->vxcr_u.txcd = NULL
2122 struct vmxnet3_comp_ring *txc; local
2802 struct vmxnet3_comp_ring *txc; local
    [all...]
if_ena.c 1871 int txc, rxc, i; local
1904 txc = ena_tx_cleanup(tx_ring);
1910 if ((txc != TX_BUDGET) && (rxc != RX_BUDGET))
  /src/sys/arch/sandpoint/stand/altboot/
sip.c 135 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);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/
imx6q-novena.dts 237 txc-skew-ps = <3000>;
  /src/external/bsd/ntp/dist/
configure 32913 ans=txc.tick

Completed in 162 milliseconds