Searched refs:instance (Results 76 - 100 of 127) sorted by relevance

123456

/freebsd-current/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_compression.c56 * Prints statistics for a compression instance
396 pCompressionService->generic_service_info.instance,
413 pCompressionService->generic_service_info.instance,
430 "IsPolled %u is not supported for user instance %s.\n",
464 /* In case of interrupt instance, use the bank affinity set by adf_ctl
465 * Otherwise, use the instance affinity for backwards compatibility */
489 pCompressionService->generic_service_info.instance,
509 pCompressionService->generic_service_info.instance,
537 pCompressionService->generic_service_info.instance,
571 pCompressionService->generic_service_info.instance,
[all...]
/freebsd-current/sys/dev/sfxge/common/
H A Def10_tx.c53 __in uint32_t instance,
89 MCDI_IN_SET_DWORD(req, INIT_TXQ_IN_INSTANCE, instance);
143 __in uint32_t instance)
156 MCDI_IN_SET_DWORD(req, FINI_TXQ_IN_INSTANCE, instance);
48 efx_mcdi_init_txq( __in efx_nic_t *enp, __in uint32_t ndescs, __in uint32_t target_evq, __in uint32_t label, __in uint32_t instance, __in uint16_t flags, __in efsys_mem_t *esmp) argument
141 efx_mcdi_fini_txq( __in efx_nic_t *enp, __in uint32_t instance) argument
H A Def10_ev.c95 __in uint32_t instance,
110 MCDI_IN_SET_DWORD(req, SET_EVQ_TMR_IN_INSTANCE, instance);
140 __in unsigned int instance,
173 MCDI_IN_SET_DWORD(req, INIT_EVQ_IN_INSTANCE, instance);
276 __in unsigned int instance,
308 MCDI_IN_SET_DWORD(req, INIT_EVQ_V2_IN_INSTANCE, instance);
404 __in uint32_t instance)
417 MCDI_IN_SET_DWORD(req, FINI_EVQ_IN_INSTANCE, instance);
93 efx_mcdi_set_evq_tmr( __in efx_nic_t *enp, __in uint32_t instance, __in uint32_t mode, __in uint32_t timer_ns) argument
138 efx_mcdi_init_evq( __in efx_nic_t *enp, __in unsigned int instance, __in efsys_mem_t *esmp, __in size_t nevs, __in uint32_t irq, __in uint32_t us, __in uint32_t flags, __in boolean_t low_latency) argument
274 efx_mcdi_init_evq_v2( __in efx_nic_t *enp, __in unsigned int instance, __in efsys_mem_t *esmp, __in size_t nevs, __in uint32_t irq, __in uint32_t us, __in uint32_t flags) argument
402 efx_mcdi_fini_evq( __in efx_nic_t *enp, __in uint32_t instance) argument
H A Def10_rx.c43 __in uint32_t instance,
108 MCDI_IN_SET_DWORD(req, INIT_RXQ_EXT_IN_INSTANCE, instance);
168 __in uint32_t instance)
181 MCDI_IN_SET_DWORD(req, FINI_RXQ_IN_INSTANCE, instance);
38 efx_mcdi_init_rxq( __in efx_nic_t *enp, __in uint32_t ndescs, __in uint32_t target_evq, __in uint32_t label, __in uint32_t instance, __in efsys_mem_t *esmp, __in boolean_t disable_scatter, __in boolean_t want_inner_classes, __in uint32_t ps_bufsize, __in uint32_t es_bufs_per_desc, __in uint32_t es_max_dma_len, __in uint32_t es_buf_stride, __in uint32_t hol_block_timeout) argument
166 efx_mcdi_fini_rxq( __in efx_nic_t *enp, __in uint32_t instance) argument
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kstat.c284 __kstat_create(const char *module, int instance, const char *name, argument
292 KASSERT(instance == 0, ("instance=%d", instance));
308 ksp->ks_instance = instance;
/freebsd-current/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h212 (__itt_model_site * site, __itt_model_site_instance *instance,
214 (ITT_FORMAT site, instance, name), model_site_begin,
217 (__itt_model_site * site, __itt_model_site_instance *instance),
218 (ITT_FORMAT site, instance), model_site_end, __itt_group_model,
221 (__itt_model_task * task, __itt_model_task_instance *instance,
223 (ITT_FORMAT task, instance, name), model_task_begin,
226 (__itt_model_task * task, __itt_model_task_instance *instance),
227 (ITT_FORMAT task, instance), model_task_end, __itt_group_model,
H A Dittnotify.h62 Instances of named entities may have instance identifiers (IDs). Some
63 API calls use instance identifiers to create relationships between
67 Some named entities must always have instance IDs. In particular, regions
71 The lifetime of instance IDs is distinct from the lifetime of
1078 * based on name. These routines also take an instance variable. Like
1079 * the lexical instance, these must be 0 initialized. Unlike the lexical
1080 * instance, this is used to track a single dynamic instance.
1092 *__itt_model_site_instance; /*!< @brief handle for dynamic instance */
1095 *__itt_model_task_instance; /*!< @brief handle for dynamic instance */
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc35 // Create the instance and return it to be the *Process* handle
/freebsd-current/sys/dev/enic/
H A Dvnic_dev.c738 static u32 instance; local
746 "vnic_notify-%u", instance++);
900 static u32 instance; local
905 snprintf((char *)name, sizeof(name), "vnic_stats-%u", instance++);
917 static u32 instance; local
922 snprintf((char *)name, sizeof(name), "vnic_flow_ctrs-%u", instance++);
/freebsd-current/sys/dev/ocs_fc/
H A Docs_pci.c504 int instance; local
506 instance = device_get_unit(dev);
515 if (instance < ARRAY_SIZE(ocs_devices)) {
516 ocs_devices[instance] = ocs;
518 device_printf(dev, "got unexpected ocs instance number %d\n", instance);
521 ocs->instance_index = instance;
913 * @param ocs the driver instance's software context
958 * @brief return pointer to ocs structure given instance index
960 * A pointer to an ocs structure is returned given an instance inde
[all...]
H A Docs_hw.h1101 uint32_t instance; member in struct:hw_eq_s
1116 uint32_t instance; /*<< CQ instance (cq_idx) */ member in struct:hw_cq_s
1136 uint32_t instance; member in struct:hw_mq_s
1151 uint32_t instance; member in struct:hw_wq_s
1197 uint32_t instance; member in struct:hw_rq_s
H A Docs_sport.c301 * @brief Return a SLI port object, given an instance index.
304 * A pointer to a sport object is returned, given its instance @c index.
1099 uint32_t instance; local
1101 /* If no domain is given, use instance 0, otherwise use domain instance */
1103 instance = 0;
1105 instance = domain->instance_index;
1112 if ((vport->domain_instance == instance) &&
/freebsd-current/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c222 find_service_for_instance(VCHIQ_INSTANCE_T instance, argument
230 (service->instance == instance)) {
245 find_closed_service_for_instance(VCHIQ_INSTANCE_T instance, argument
255 (service->instance == instance)) {
270 next_service_by_instance(VCHIQ_STATE_T *state, VCHIQ_INSTANCE_T instance, argument
280 (srv->instance == instance)) {
1211 if (bulk->data && service->instance) {
2558 vchiq_add_service_internal(VCHIQ_STATE_T *state, const VCHIQ_SERVICE_PARAMS_T *params, int srvstate, VCHIQ_INSTANCE_T instance, VCHIQ_USERDATA_TERM_T userdata_term) argument
3064 vchiq_connect_internal(VCHIQ_STATE_T *state, VCHIQ_INSTANCE_T instance) argument
3100 vchiq_shutdown_internal(VCHIQ_STATE_T *state, VCHIQ_INSTANCE_T instance) argument
3553 vchiq_get_config(VCHIQ_INSTANCE_T instance, int config_size, VCHIQ_CONFIG_T *pconfig) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp55 Expr *instance = E->getInstanceReceiver()->IgnoreParenCasts();
56 if (DeclRefExpr *DE = dyn_cast<DeclRefExpr>(instance)) {
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp143 os << "Strong instance variable relinquished. ";
277 os << "an instance of " << PT->getPointeeType() << " with a ";
532 os << "Object loaded from instance variable";
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp224 JITLoaderGDB *instance = static_cast<JITLoaderGDB *>(baton); local
225 return instance->ReadJITDescriptor(false);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp301 bool instance,
308 const bool isInstance = instance;
299 BuildMethod(TypeSystemClang &clang_ast_ctxt, clang::ObjCInterfaceDecl *interface_decl, const char *name, bool instance, ObjCLanguageRuntime::EncodingToTypeSP type_realizer_sp) argument
/freebsd-current/contrib/ntp/include/
H A Dtimepps-SCO.h425 if (ioctl(instance->filedes, TIOCDCDTIMESTAMP, &tv) < 0) {
/freebsd-current/sbin/natd/
H A Dnatd.c47 struct instance { struct
50 LIST_ENTRY(instance) list;
68 static LIST_HEAD(, instance) root = LIST_HEAD_INITIALIZER(root);
71 static struct instance *mip;
200 errx (1, "instance %s: aliasing address not given", mip->name);
1305 "instance name",
1306 "name of aliasing engine instance",
1307 "instance",
1996 struct instance *ip;
/freebsd-current/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c1544 /** the instance number of creation */
1545 int instance; member in struct:order_id
1554 if(o1->instance < o2->instance) return -1;
1555 if(o1->instance > o2->instance) return 1;
/freebsd-current/contrib/libxo/encoder/csv/
H A Denc_csv.c416 * Open a "level" of hierarchy, either a container or an instance. Look
422 const char *name, int instance)
435 if (instance && !(csv->c_flags & CF_HAS_PATH)) {
460 * Close a "level", either a container or an instance.
720 * value. The values are emittd when the instance is closed.
421 csv_open_level(xo_handle_t *xop UNUSED, csv_private_t *csv, const char *name, int instance) argument
/freebsd-current/tools/test/stress2/misc/
H A Dsendfile26.sh217 * The user is responsible for starting an instance of netcat like
/freebsd-current/share/examples/drivers/
H A Dmake_pseudo_driver.sh345 * Allocate storage for this instance .
/freebsd-current/sys/netinet/libalias/
H A Dalias_skinny.c167 u_int32_t instance; member in struct:RegisterMessage
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp118 TraceSP instance(new TraceIntelPT(process));
119 process.GetTarget().SetTrace(instance);
120 return instance;

Completed in 478 milliseconds

123456