Home
last modified time | relevance | path

Searched refs:association (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-l2c.h368 cvmx_l2c_tag_t cvmx_l2c_get_tag(uint32_t association, uint32_t index)
382 cvmx_l2c_tag_t cvmx_l2c_get_tag_v2(uint32_t association, uint32_t index, uint32_t tad);
H A Dcvmx-l2c.c750 union cvmx_l2c_tag cvmx_l2c_get_tag_v2(uint32_t association, uint32_t index, uint32_t tad) in cvmx_l2c_get_tag_v2() argument
755 if ((int)association >= cvmx_l2c_get_num_assoc()) { in cvmx_l2c_get_tag_v2()
767 (association << CVMX_L2C_TAG_ADDR_ALIAS_SHIFT) | in cvmx_l2c_get_tag_v2()
791 tmp_tag = __read_l2_tag(association, index); in cvmx_l2c_get_tag_v2()
834 union cvmx_l2c_tag cvmx_l2c_get_tag(uint32_t association, uint32_t index) in cvmx_l2c_get_tag() argument
839 if ((int)association >= cvmx_l2c_get_num_assoc()) { in cvmx_l2c_get_tag()
851 (association << CVMX_L2C_TAG_ADDR_ALIAS_SHIFT) | in cvmx_l2c_get_tag()
876 tmp_tag = __read_l2_tag(association, index); in cvmx_l2c_get_tag()
/f-stack/freebsd/contrib/device-tree/Bindings/iommu/
H A Diommu.txt30 typically have a fixed association to the master device, whereas multiple-
49 association of masters to be configured. Note that an IOMMU can by design
138 /* static association with IOMMU */
144 /* static association with IOMMU */
/f-stack/freebsd/contrib/device-tree/Bindings/display/panel/
H A Dpanel-simple-dsi.yaml17 The panel may use an OF graph binding for the association to the display,
H A Dpanel-dsi-cm.yaml18 The panel may use an OF graph binding for the association
H A Dpanel-simple.yaml17 The panel may use an OF graph binding for the association to the display,
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Datmel,ebi.txt31 - ranges: Encodes CS to memory region association.
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DTUNING.md62 Enable dynamic thread to arena association based on running CPU. This has
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpacket_framework.rst269 … When no value is currently associated with *key*, then the (key, *value* ) association is created.
270 … When *key* is already associated value *value0*, then the association (*key*, *value0*) is removed
271 and association *(key, value)* is created;
274 When *key* is already associated *value*, then association *(key, value)* is removed;
278 The *(key, value)* association is not changed.
/f-stack/freebsd/contrib/device-tree/Bindings/cpu/
H A Dcpu-topology.txt105 The association of sockets and NUMA nodes is beyond
/f-stack/freebsd/contrib/dev/ipw/
H A DLICENSE32 documentation which may accompany the Software, but only in association with
/f-stack/freebsd/contrib/dev/iwi/
H A DLICENSE32 documentation which may accompany the Software, but only in association with
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dkernel_nic_interface.rst290 is the association of each port with lcores for RX, TX and kernel threads.
/f-stack/freebsd/netpfil/ipfw/
H A Ddummynet.txt53 association of flowsets and schedulers is configurable e.g.
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst973 Configure MACsec secure association (SA)::