Home
last modified time | relevance | path

Searched refs:resources (Results 1 – 25 of 151) sorted by relevance

1234567

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device.c38 struct tf_session_resources *resources, in tf_dev_bind_p4() argument
58 ident_cfg.resources = resources; in tf_dev_bind_p4()
69 tbl_cfg.resources = resources; in tf_dev_bind_p4()
80 tcam_cfg.resources = resources; in tf_dev_bind_p4()
96 em_cfg.resources = resources; in tf_dev_bind_p4()
110 em_cfg.resources = resources; in tf_dev_bind_p4()
241 struct tf_session_resources *resources, in tf_dev_bind() argument
250 resources, in tf_dev_bind()
H A Dtf_identifier.h32 struct tf_session_resources *resources; member
H A Dtf_tcam.c64 tcam_cnt = parms->resources->tcam_cnt; in tf_tcam_bind()
80 db_cfg.alloc_cnt = parms->resources->tcam_cnt[d].cnt; in tf_tcam_bind()
100 if (!parms->resources->tcam_cnt[d].cnt[i]) in tf_tcam_bind()
114 parms->resources->tcam_cnt[d].cnt; in tf_tcam_bind()
H A Dtf_identifier.c61 db_cfg.alloc_cnt = parms->resources->ident_cnt[i].cnt; in tf_ident_bind()
74 parms->resources->ident_cnt[i].cnt; in tf_ident_bind()
H A Dtf_tcam.h38 struct tf_session_resources *resources; member
/f-stack/freebsd/contrib/zstd/examples/
H A Dmultiple_simple_compression.c23 } resources; typedef
29 static resources createResources_orDie(int argc, const char** argv, char **ofn, size_t* ofnBufferLe… in createResources_orDie()
44 resources ress; in createResources_orDie()
57 static void freeResources(resources ress, char *outFilename) in freeResources()
66 static void compressFile_orDie(resources ress, const char* fname, const char* oname) in compressFile_orDie()
97 resources const ress = createResources_orDie(argc, argv, &outFilename, &outFilenameBufferLen); in main()
H A Dmultiple_streaming_compression.c29 } resources; typedef
31 static resources createResources_orDie(int cLevel) in createResources_orDie()
33 resources ress; in createResources_orDie()
50 static void freeResources(resources ress) in freeResources()
57 static void compressFile_orDie(resources ress, const char* fname, const char* outName) in compressFile_orDie()
107 resources const ress = createResources_orDie(cLevel); in main()
H A DREADME.md17 minimizes malloc()/free() calls by re-using existing resources.
31 reducing impact of malloc()/free() and memset() by re-using existing resources.
/f-stack/freebsd/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smd-rpm.txt5 for state of the system resources, such as clocks, regulators and bus
14 The RPM exposes resources to its subnodes. The rpm_requests node must be
16 resources.
H A Dqcom,smd-rpm.yaml12 to vote for state of the system resources, such as clocks, regulators and bus
19 The RPM exposes resources to its subnodes. The rpm_requests node must be
21 resources.
H A Dqcom,aoss-qmp.txt10 The AOSS side channel exposes control over a set of resources, used to control
11 a set of debug related clocks and to affect the low power state of resources
12 related to the secondary subsystems. These resources are exposed as a set of
/f-stack/dpdk/doc/guides/prog_guide/
H A Drcu_lib.rst200 #. Has to store a reference to the deleted resources in a FIFO
201 #. Should check if the readers have completed a grace period and free the resources.
204 can create a FIFO to store the references to deleted resources using ``rte_rcu_qsbr_dq_create()``.
205 The resources can be enqueued to this FIFO using ``rte_rcu_qsbr_dq_enqueue()``.
206resources before enqueuing. It will also reclaim resources on regular basis to keep the FIFO from …
231 * client library should use ``rte_rcu_qsbr_dq_enqueue`` to enqueue the deleted resources on the FIF…
232 …if the library runs out of resources while adding entries, it should call ``rte_rcu_qsbr_dq_reclai…
239 * client library should call ``rte_rcu_qsbr_dq_delete`` to reclaim any remaining resources and free…
246 #. Application does not need a dedicated thread to reclaim resources. Memory
249 #. The client library has better control over the resources. For example: the client
[all …]
/f-stack/freebsd/contrib/libsodium/builds/msvc/
H A Dresource.rc20 // English (United States) resources
62 #endif // English (United States) resources
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-resources.config46 * File version info: $Id: cvmx-resources.config 70030 2012-02-16 04:23:43Z cchavva $
93 /* Define CVMX_ENABLE_DFA_FUNCTIONS to allocate resources for the DFA functions */
108 /* Define CVMX_ENABLE_PKO_FUNCTIONS to allocate resources for the PKO functions */
171 /* Define CVMX_ENABLE_HELPER_FUNCTIONS to allocate resources for the helper functions */
183 /* Define CVMX_ENABLE_TIMER_FUNCTIONS to allocate resources for the timer functions */
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dcortina,gemini-ethernet.txt19 They are not independent of each other since they share resources
23 - port0: contains the resources for ethernet port 0
24 - port1: contains the resources for ethernet port 1
/f-stack/freebsd/contrib/zstd/doc/
H A DREADME.md15 Should you look for resources to develop your own port of Zstandard algorithm,
16 you may find the following resources useful :
/f-stack/freebsd/mips/atheros/
H A Dapbvar.h51 struct resource_list resources; member
H A Dapb.c198 rle = resource_list_find(&ivar->resources, type, *rid); in apb_alloc_resource()
455 resource_list_init(&ivar->resources); in apb_add_child()
478 return (&(ivar->resources)); in apb_get_resource_list()
485 struct resource_list *rl = &ndev->resources; in apb_print_all_resources()
/f-stack/freebsd/mips/atheros/ar531x/
H A Dapbvar.h60 struct resource_list resources; member
/f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/cpm_qe/cpm/
H A Dbrg.txt9 - reg : There may be an arbitrary number of reg resources; BRG
/f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/cpm_qe/
H A Dcpm.txt49 - A child address of zero must be translatable, even if no reg resources
54 purposes. The data node may have an arbitrary number of reg resources,
/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Dst-asc.txt6 resources with names. look in
/f-stack/freebsd/contrib/device-tree/Bindings/i3c/
H A Di3c.txt74 This being said, one might want to attach extra resources to these devices,
75 and those resources may have to be described in the device tree, which in turn
134 * resources described in the DT.
/f-stack/dpdk/doc/guides/mempool/
H A Docteontx2.rst40 Since each mempool costs set of HW resources, the ``max_pools`` ``devargs``
48 the given application to save HW resources.
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dqcom,rpmhcc.yaml13 Resource Power Manager Hardened (RPMh) manages shared resources on

1234567