Home
last modified time | relevance | path

Searched refs:completions (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/device-tree/Bindings/net/wireless/
H A Dqcom,ath11k.yaml75 - description: interrupt event for ring wbm2host-tx-completions-ring3
76 - description: interrupt event for ring wbm2host-tx-completions-ring2
77 - description: interrupt event for ring wbm2host-tx-completions-ring1
131 - const: wbm2host-tx-completions-ring3
132 - const: wbm2host-tx-completions-ring2
133 - const: wbm2host-tx-completions-ring1
268 "wbm2host-tx-completions-ring3",
269 "wbm2host-tx-completions-ring2",
270 "wbm2host-tx-completions-ring1",
/f-stack/app/redis-5.0.5/deps/linenoise/
H A DREADME.markdown136 list of items that are completions for the current string.
145 `linenoiseAddCompletion` in order to add completions inside the callback.
156 a list of items that are good completions by using `linenoiseAddCompletion`.
/f-stack/freebsd/contrib/openzfs/contrib/bash_completion.d/
H A Dzfs33 # provide completions containing an @-sign, which is necessary for completing
35 # and replaced with better completions anyway.
/f-stack/dpdk/doc/guides/prog_guide/
H A Devent_crypto_adapter.rst41 completions from crypto device and enqueues them as events to the event device.
65 crypto operations to the cryptodev. After the crypto completions, the
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c124 VCHIQ_COMPLETION_DATA_T completions[MAX_COMPLETIONS]; member
235 completion = &instance->completions[insert & (MAX_COMPLETIONS - 1)]; in add_completion()
838 completion = &instance->completions[ in vchiq_ioctl()
1315 completion = &instance->completions[ in vchiq_close()
/f-stack/dpdk/doc/guides/nics/
H A Dbnxt.rst867  * TX: processing completions in bulk
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst21 If you type a partial command and hit ``<TAB>`` you get a list of the available completions: