| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2838_xhci.c | 121 bool loaded; in bcm_xhci_check_firmware() local 124 loaded = !(revision == 0 || revision == 0xffffffff); in bcm_xhci_check_firmware() 126 if (expect_loaded && !loaded) in bcm_xhci_check_firmware() 128 else if (bootverbose && !loaded) in bcm_xhci_check_firmware() 135 if (!loaded) in bcm_xhci_check_firmware()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_diagnosis.c | 169 zfs_mark_vdev(uint64_t pool_guid, nvlist_t *vd, er_timeval_t *loaded) in zfs_mark_vdev() argument 186 zcp->zc_when = *loaded; in zfs_mark_vdev() 196 zfs_mark_vdev(pool_guid, child[c], loaded); in zfs_mark_vdev() 202 zfs_mark_vdev(pool_guid, child[c], loaded); in zfs_mark_vdev() 208 zfs_mark_vdev(pool_guid, child[c], loaded); in zfs_mark_vdev() 219 er_timeval_t loaded = { 0 }; in zfs_mark_pool() local 243 loaded.ertv_sec = tod[0]; in zfs_mark_pool() 244 loaded.ertv_nsec = tod[1]; in zfs_mark_pool() 249 zcp->zc_when = loaded; in zfs_mark_pool() 260 zfs_mark_vdev(pool_guid, vd, &loaded); in zfs_mark_pool()
|
| /f-stack/dpdk/examples/bpf/ |
| H A D | README | 5 Once compiled, these example programs can be loaded into `testpmd`
|
| /f-stack/dpdk/doc/guides/linux_gsg/ |
| H A D | linux_drivers.rst | 12 Depending on the PMD being used, a corresponding kernel driver should be loaded, 19 To make use of VFIO, the ``vfio-pci`` module must be loaded: 109 but it has to be loaded with an additional module parameter: 115 Alternatively, one can also enable this option in an already loaded kernel module: 140 can be used as a substitute for VFIO. This module can be loaded using the command: 152 It can be loaded as shown below: 232 should be loaded into the kernel before running the ``dpdk-devbind.py`` script.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/fpga/ |
| H A D | lattice-ice40-fpga-mgr.txt | 12 bus until the firmware is loaded.
|
| H A D | fpga-region.txt | 45 * The connections at the edge of each PRR are fixed. The image that is loaded 52 * An FPGA image that is designed to be loaded into a PRR. There may be 54 may be loaded. 205 firmware specified in the overlay is loaded to the FPGA using the FPGA manager 307 reconfiguration can be done, a base FPGA image must be loaded which includes 348 * child nodes corresponding to hardware that will be loaded in this region of
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | loadlib.c | 546 int loaded = lua_gettop(L) + 1; /* index of _LOADED table */ in ll_module() local 548 lua_getfield(L, loaded, modname); /* get _LOADED[modname] */ in ll_module() 555 lua_setfield(L, loaded, modname); /* _LOADED[modname] = new table */ in ll_module() 567 dooptions(L, loaded - 1); in ll_module()
|
| /f-stack/dpdk/doc/guides/freebsd_gsg/ |
| H A D | build_dpdk.rst | 53 `contigmem` and `nic_uio` kernel modules be loaded first, as described in 75 memory for the DPDK to use. The contigmem module must be loaded into the 102 The module can then be loaded using kldload:: 140 After loading the contigmem module, the ``nic_uio`` module must also be loaded into the 151 Currently loaded modules can be seen by using the ``kldstat`` command and a module
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/dac/ |
| H A D | ti,dac7612.txt | 7 The internal DACs are loaded when the LOADDACS pin is pulled down.
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | kernel_nic_interface.rst | 35 KNI kernel module ``rte_kni`` be loaded into the kernel. See 69 If link monitoring is enabled, the ``rte_kni`` kernel module should be loaded 75 loaded with the :ref:`default carrier state <kni_default_carrier_state>` 150 ``port``. If the ``rte_kni`` kernel module is loaded in :ref:`multiple 153 kernel module is loaded in :ref:`single kernel thread <kni_kernel_thread_mode>` 194 the ``rte_kni`` kernel module is loaded in :ref:`single kernel thread 200 created for port 1. Since ``rte_kni`` is loaded in "single kernel thread"
|
| H A D | timer.rst | 108 * The first timer (timer0) is loaded on the main lcore and expires every second. 112 * The second timer (timer1) is loaded on the next available lcore every 333 ms.
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_init.c | 143 int fileid, loaded; in vfs_byname_kld() local 151 loaded = (*error == 0); in vfs_byname_kld() 160 if (loaded) in vfs_byname_kld()
|
| H A D | kern_linker.c | 1543 TAILQ_INSERT_TAIL(&loaded_files, lf, loaded); in linker_preload() 1558 TAILQ_FOREACH(lf, &loaded_files, loaded) { in linker_preload() 1611 lf, loaded); in linker_preload() 1620 TAILQ_REMOVE(&loaded_files, lf, loaded); in linker_preload() 1621 TAILQ_INSERT_TAIL(&depended_files, lf, loaded); in linker_preload() 1636 TAILQ_REMOVE(&loaded_files, lf, loaded); in linker_preload() 1644 TAILQ_FOREACH_SAFE(lf, &depended_files, loaded, nlf) { in linker_preload() 1698 TAILQ_REMOVE(&depended_files, lf, loaded); in linker_preload()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | armada-388-clearfog-base.dts | 50 * register, rather than preserving reset-loaded setting.
|
| H A D | armada-38x-solidrun-microsom.dtsi | 66 * register, rather than preserving reset-loaded setting.
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | kernel_nic_interface.rst | 35 When the ``rte_kni`` module is loaded, it will create a device ``/dev/kni`` 40 can be specified when the module is loaded to control its behavior: 75 For testing, the ``rte_kni`` kernel module can be loaded in loopback mode 100 can be loaded with the ``kthread_mode`` parameter. The ``rte_kni`` kernel 145 is loaded. 181 be loaded into the kernel and configured with the ``rte_kni_init()`` function.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/reserved-memory/ |
| H A D | qcom,cmd-db.txt | 6 is stored in a shared memory region and is loaded by the remote processor.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | adi,adau1701.txt | 18 firmware is loaded.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | twl4030-power.txt | 18 for idle modes is loaded to the tlw4030 PMIC.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/wireless/ |
| H A D | qca,ath9k.txt | 35 EEPROM data will be loaded from userspace using the
|
| /f-stack/freebsd/contrib/device-tree/Bindings/watchdog/ |
| H A D | snps,dw-wdt.yaml | 46 Each TOP is a number loaded into the watchdog counter at the moment of
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | cxgbe.rst | 574 PMD: rte_cxgbe_pmd: No bootstrap loaded 575 PMD: rte_cxgbe_pmd: No Expansion ROM loaded 582 PMD: rte_cxgbe_pmd: No bootstrap loaded 583 PMD: rte_cxgbe_pmd: No Expansion ROM loaded 694 #. Restart the system and ensure the contigmem module is loaded successfully: 746 This automatically binds 2:0:4 to nic_uio kernel driver when it is loaded in
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mips/img/ |
| H A D | xilfpga.txt | 76 When the example project bitstream is loaded, the cpu_reset button
|
| /f-stack/freebsd/arm/conf/ |
| H A D | RPI-B | 97 # Note: DTB is normally loaded and modified by RPi boot loader, then
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | mvsam.rst | 81 loaded:
|