| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_vlan_os.c | 42 MLX5_ASSERT(vlan->created); in mlx5_vlan_vmwa_release() 44 if (!vlan->created || !vmwa) in mlx5_vlan_vmwa_release() 46 vlan->created = 0; in mlx5_vlan_vmwa_release() 73 MLX5_ASSERT(!vlan->created); in mlx5_vlan_vmwa_acquire() 75 if (vlan->created || !vmwa) in mlx5_vlan_vmwa_acquire() 86 vlan->created = 1; in mlx5_vlan_vmwa_acquire()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | facebook-bmc-flash-layout.dtsi | 34 * Although the master partition can be created by enabling 36 * explicitly created to avoid breaking legacy applications.
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | zpool_script.shlib | 27 # Get the new column name that the script created 33 log_fail "'$wholecmd' created no new columns"
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/st/ |
| H A D | st,quadfs.txt | 27 an empty string then no clock will be created for the 29 4 strings are provided then no clocks will be created
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | arm,realview.yaml | 22 - description: ARM RealView Emulation Baseboard (HBI-0140) was created 28 (HBI-0147) was created as a development board to test ARM TrustZone, 33 (HBI-0159, HBI-0175 and HBI-0176) was created to showcase
|
| /f-stack/freebsd/netipsec/ |
| H A D | keydb.h | 179 uint64_t created; /* time when SA was created */ member 230 time_t created; /* for lifetime */ member
|
| H A D | ipsec.h | 102 time_t created; /* time created the policy */ member 135 time_t created; /* for lifetime */ member
|
| /f-stack/app/redis-5.0.5/utils/create-cluster/ |
| H A D | README | 19 an actual Redis cluster will be created. 20 4. Now you are ready to play with the cluster. AOF files and logs for each instances are created in…
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | kernel_nic_interface.rst | 56 off Interfaces will be created with carrier state set to off. 57 on Interfaces will be created with carrier state set to on. 62 network stack. Without any parameters, only one kernel thread is created 114 in ``struct rte_kni_conf`` when the first KNI interface is created: 120 thread for each KNI interface created by the DPDK application. Multiple 130 parameters in ``struct rte_kni_conf`` when each KNI interface is created. 143 The default carrier state of KNI interfaces created by the ``rte_kni`` 180 Before any KNI interfaces can be created, the ``rte_kni`` kernel module must 183 The KNI interfaces are created by a DPDK application dynamically via the
|
| H A D | overview.rst | 21 These environments are created through the use of meson files and configuration files. 22 Once the EAL library is created, the user may link with the library to create their own application… 44 Once these libraries are created for the specific environment and architecture, 123 The message buffers are created at startup time and stored in a mempool, using the DPDK mempool lib…
|
| H A D | traffic_metering_and_policing.rst | 30 The MTR objects are created and updated in their own name space (``rte_mtr``) 35 Once successfully created, an MTR object is hooked into the RX processing path
|
| H A D | stack_lib.rst | 19 * Free a previously created stack. 65 fixed maximum depth, these elements do not need to be dynamically created.
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dummynet.txt | 116 individual queue of packets, created by a flowset using 138 a scheduler instance, created from a dn_schk applying sched_mask. 142 CREATE: created from a dn_schk applying sched_mask 285 created in a way that keeps the structure consistent. 301 The flowset N+NMAX is created only if the scheduler is not 380 it is deleted and a new one is created. 384 compatibility) and a new wf2q+ scheduler is created now. 458 extension is not yet created if the flowset is in this list). 507 linked with the new scheduler if a new one was created. 645 also created [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-mux-pinctrl.txt | 36 will be created. I2C child bus numbers are assigned based on the index into 39 The only exception is that no bus will be created for a state named "idle". If
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | octeontx.rst | 93 PMD: octeontx_probe(): created ethdev eth_octeontx for port 0 94 PMD: octeontx_probe(): created ethdev eth_octeontx for port 1 113 PKI/PKO PCIe VF devices will be probed and then the vdev device can be created
|
| H A D | pcap_ring.rst | 26 to be created at application startup time during EAL initialization. 35 Pcap-based devices can be created using the virtual device --vdev option. 67 The file is overwritten if it already exists and it is created if it does not. 125 In this case, one tx drop queue is created for each rxq on that device. 133 In this case, one dummy rx queue is created for each tx queue argument passed 316 Once an ethdev has been created, for either a ring or a pcap-based PMD,
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | l3_forward_graph.rst | 25 graph using ``rte_graph_walk()`` with graph objects created one per worker lcore. 189 Now a graph needs to be created with a specific set of nodes for every lcore. 192 it can be associated with all the graphs created as all the lcores should have 193 Tx capability for every port. But ``ethdev_rx-X-Y`` node is created per 259 Once graph objects are created, node specific info like routes and rewrite 303 specific graph object that was already created.
|
| H A D | vhost_crypto.rst | 43 * socket-file lcore,PATH: the path of UNIX socket file to be created and 60 a SW crypto device/s (virtual crypto PMD) must be created (using --vdev).
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/docs/source/ |
| H A D | index.rst | 1 .. pyzfs documentation master file, created by
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/ |
| H A D | reservation.shlib | 139 # yet been created. In this case, $vol is not a volume, but rather a pool in 140 # which a volume is going to be created. In this case, use default properties. 182 # This is necessary because during volume creation, a reservation is created
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | da9063.txt | 52 be added if a node is created. 69 if a node is created.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pwm/ |
| H A D | pxa-pwm.txt | 10 Note that one device instance must be created for each PWM that is used, so the
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_open_file_cache.h | 61 time_t created; member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/nvmem/ |
| H A D | zii,rave-sp-eeprom.txt | 16 system. Will be used as created NVMEM deivce's name.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/multiplexer/ |
| H A D | io-channel-mux.txt | 17 be created. The number of this io-channel is the same as the index into
|