Home
last modified time | relevance | path

Searched refs:unique_id (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/dev/mpr/
H A Dmpr_user.c148 uint32_t unique_id);
1245 mpr_get_fw_diag_buffer_number(struct mpr_softc *sc, uint32_t unique_id) in mpr_get_fw_diag_buffer_number() argument
1250 if (sc->fw_diag_buffer_list[index].unique_id == unique_id) { in mpr_get_fw_diag_buffer_number()
1442 pBuffer->unique_id = MPR_FW_DIAG_INVALID_UID; in mpr_release_fw_diag_buffer()
1461 uint32_t unique_id; in mpr_diag_register() local
1468 unique_id = diag_register->UniqueId; in mpr_diag_register()
1484 i = mpr_get_fw_diag_buffer_number(sc, unique_id); in mpr_diag_register()
1495 if ((pBuffer->unique_id != MPR_FW_DIAG_INVALID_UID) || in mpr_diag_register()
1496 (unique_id == MPR_FW_DIAG_INVALID_UID)) { in mpr_diag_register()
1505 (pBuffer->unique_id == MPR_FW_DIAG_INVALID_UID)) { in mpr_diag_register()
[all …]
H A Dmprvar.h209 uint32_t unique_id; member
/freebsd/sys/dev/mps/
H A Dmps_user.c150 uint32_t unique_id);
1135 mps_get_fw_diag_buffer_number(struct mps_softc *sc, uint32_t unique_id) in mps_get_fw_diag_buffer_number() argument
1140 if (sc->fw_diag_buffer_list[index].unique_id == unique_id) { in mps_get_fw_diag_buffer_number()
1331 pBuffer->unique_id = MPS_FW_DIAG_INVALID_UID; in mps_release_fw_diag_buffer()
1350 uint32_t unique_id; in mps_diag_register() local
1357 unique_id = diag_register->UniqueId; in mps_diag_register()
1373 i = mps_get_fw_diag_buffer_number(sc, unique_id); in mps_diag_register()
1384 if ((pBuffer->unique_id != MPS_FW_DIAG_INVALID_UID) || in mps_diag_register()
1385 (unique_id == MPS_FW_DIAG_INVALID_UID)) { in mps_diag_register()
1394 (pBuffer->unique_id == MPS_FW_DIAG_INVALID_UID)) { in mps_diag_register()
[all …]
H A Dmpsvar.h181 uint32_t unique_id; member
/freebsd/sys/dev/iwm/
H A Dif_iwm_time_event.c184 le32toh(notif->unique_id), in iwm_te_handle_notif()
224 le32toh(notif->unique_id), in iwm_rx_time_event_notif()
247 if (le32toh(resp->unique_id) != sc->sc_time_event_uid) in iwm_te_notif()
285 sc->sc_time_event_uid = le32toh(resp->unique_id); in iwm_time_event_response()
H A Dif_iwmreg.h2919 * @unique_id: the unique ID assigned (in ADD) or given (others) to the TE
2925 uint32_t unique_id; member
2934 * @unique_id: unique id of the Time Event itself
2942 uint32_t unique_id; member
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dtime-event.h234 * @unique_id: the unique ID assigned (in ADD) or given (others) to the TE
241 __le32 unique_id; member
250 * @unique_id: unique id of the Time Event itself
258 __le32 unique_id; member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtime-event.c321 le32_to_cpu(notif->unique_id), in iwl_mvm_te_handle_notif()
463 if (le32_to_cpu(notif->unique_id) == te_data->uid) { in iwl_mvm_te_notif()
475 le32_to_cpu(notif->unique_id), in iwl_mvm_te_notif()
513 le32_to_cpu(notif->unique_id), in iwl_mvm_time_event_response()
522 if (le32_to_cpu(notif->unique_id) == te_data->uid) in iwl_mvm_time_event_send_add()
549 if (le32_to_cpu(resp->unique_id) != te_data->uid) in iwl_mvm_time_event_send_add()
584 te_data->uid = le32_to_cpu(resp->unique_id); in iwl_mvm_protect_session()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp45 static atomic_uint64_t unique_id; in Init() local
46 unique_id_ = atomic_fetch_add(&unique_id, 1, memory_order_relaxed); in Init()
H A Dhwasan_report.cpp129 thread_id_ = t->unique_id(); in CopyFrom()
669 ha.free_thread_id = t->unique_id(); in CopyAllocations()
813 if (thread_id == t->unique_id()) in PrintAddressDescription()
918 SanitizerToolName, bug_type, untagged_addr, pc, thread->unique_id()); in ~InvalidFreeReport()
1053 mem_tag, short_tag, t->unique_id()); in ~TagMismatchReport()
1057 mem_tag, t->unique_id()); in ~TagMismatchReport()
H A Dhwasan_thread.h65 u32 unique_id() const { return unique_id_; } in unique_id() function
H A Dhwasan_allocator.cpp85 u64 context = t ? t->unique_id() : kMainTid; in SetAllocated()
/freebsd/sys/dev/tws/
H A Dtws_user.h81 u_int32_t unique_id; member
/freebsd/sys/dev/hyperv/storvsc/
H A Dhv_vstorage.h170 uint64_t unique_id; member
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp21 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase()
87 unique_id = _unique_id; in SetCreated()
H A Dsanitizer_thread_registry.h44 u64 unique_id; // Unique thread ID. variable
/freebsd/sys/fs/udf/
H A Decma167-udf.h347 uint64_t unique_id; member
/freebsd/sys/dev/oce/
H A Doce_hw.h1906 uint64_t unique_id; member