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

1 2

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
sama5d3xmb_gmac.dtsi 22 txc-skew-ps = <3000>;
36 txc-skew-ps = <3000>;
sama5d3xcm_cmp.dtsi 57 txc-skew-ps = <3000>;
71 txc-skew-ps = <3000>;
at91-dvk_su60_somc.dtsi 124 txc-skew-ps = <3000>;
socfpga_cyclone5_de0_nano_soc.dts 57 txc-skew-ps = <1860>; /* 960ps */
socfpga_cyclone5_sodia.dts 78 txc-skew-ps = <3000>;
socfpga_arria5_socdk.dts 70 txc-skew-ps = <2600>;
socfpga_cyclone5_socdk.dts 74 txc-skew-ps = <2600>;
socfpga_arria10_socdk.dtsi 90 txc-skew-ps = <1860>; /* 960ps */
socfpga_cyclone5_sockit.dts 131 txc-skew-ps = <2600>;
socfpga_cyclone5_vining_fpga.dts 104 txc-skew-ps = <1860>;
imx6qdl-phytec-phycore-som.dtsi 67 txc-skew-ps = <1680>;
imx6qdl-dhcom-pdk2.dtsi 210 txc-skew-ps = <3000>;
imx6qdl-icore-rqs.dtsi 175 txc-skew-ps = <1140>;
imx6qdl-nit6xlite.dtsi 207 txc-skew-ps = <3000>;
imx6qdl-phytec-pfla02.dtsi 104 txc-skew-ps = <1680>;
stm32mp15xx-dhcor-avenger96.dtsi 155 txc-skew-ps = <1440>;
imx6q-novena.dts 237 txc-skew-ps = <3000>;
  /src/sys/dev/pci/
if_vioif.c 836 struct vioif_tx_context *txc; local in function:vioif_transmit
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 in function:vioif_setup_stats
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 in function:vioif_netqueue_init
1467 txc = NULL
1561 struct vioif_tx_context *txc; local in function:vioif_netqueue_teardown
1985 struct vioif_tx_context *txc; local in function:vioif_send_common_locked
2122 struct vioif_tx_context *txc; local in function:vioif_tx_queue_clear
2190 struct vioif_tx_context *txc = netq->netq_ctx; local in function:vioif_tx_handle_locked
2730 struct vioif_tx_context *txc; local in function:vioif_update_link_status
    [all...]
if_vmx.c 1387 struct vmxnet3_comp_ring *txc; local in function:vmxnet3_alloc_txq_data
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 in function:vmxnet3_free_txq_data
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 in function:vmxnet3_txq_eof
2802 struct vmxnet3_comp_ring *txc; local in function:vmxnet3_txinit
    [all...]
  /src/sys/arch/sandpoint/stand/altboot/
sip.c 135 unsigned val, i, fdx, txc, rxc; local in function:sip_init
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/arm64/boot/dts/intel/
socfpga_agilex_socdk.dts 73 txc-skew-ps = <900>; /* 0ps */
socfpga_agilex_socdk_nand.dts 73 txc-skew-ps = <900>; /* 0ps */
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/
rzg2ul-smarc-som.dtsi 84 txc-skew-psec = <2400>;
113 txc-skew-psec = <2400>;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/altera/
socfpga_stratix10_socdk.dts 100 txc-skew-ps = <900>; /* 0ps */
socfpga_stratix10_socdk_nand.dts 100 txc-skew-ps = <900>; /* 0ps */

Completed in 144 milliseconds

1 2