Home
last modified time | relevance | path

Searched refs:frame_count (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp145 const uint32_t frame_count = thread->GetStackFrameCount(); in BucketThread() local
146 for (uint32_t frame_index = 0; frame_index < frame_count; frame_index++) { in BucketThread()
H A DCommandObjectTarget.cpp4547 uint32_t frame_count = thread->GetStackFrameCount(); in AddSymbolsForStack() local
4548 for (uint32_t i = 0; i < frame_count; ++i) { in AddSymbolsForStack()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dtx.h342 * Valid only if frame_count =1
443 * by the frame_count field:
445 * 1) No aggregation (frame_count == 1). This reports Tx results for a single
449 * 2) Aggregation (frame_count > 1). This reports Tx results for two or more
491 * @frame_count: 1 no aggregation, >1 aggregation
515 * follow this one, up to frame_count. Length in @frame_count.
521 u8 frame_count;
548 * @frame_count: 1 no aggregation, >1 aggregation
579 u8 frame_count;
519 u8 frame_count; global() member
577 u8 frame_count; global() member
[all...]
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp573 int frame_count = 0; in unwind_phase2() local
583 if (resume && frame_count == 1) { in unwind_phase2()
690 frame_count++; in unwind_phase2()
/freebsd/sys/contrib/v4l/
H A Dvideodev.h228 __u32 frame_count; /* frames output since decode/encode began */ member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c1690 tx_resp->frame_count); in iwl_mvm_get_scd_ssn()
1967 for (i = 0; i < tx_resp->frame_count; i++) { in iwl_mvm_rx_tx_cmd_agg_dbg()
2038 if (tx_resp->frame_count == 1) in iwl_mvm_rx_tx_cmd()
/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h5023 * Valid only if frame_count =1
5104 * by the frame_count field:
5106 * 1) No aggregation (frame_count == 1). This reports Tx results for a single
5110 * 2) Aggregation (frame_count > 1). This reports Tx results for two or more
5156 * @frame_count: 1 no aggregation, >1 aggregation
5178 * follow this one, up to frame_count.
5184 uint8_t frame_count;
5312 tx_resp->frame_count) & 0xfff;
5180 uint8_t frame_count; global() member
H A Dif_iwm.c3452 KASSERT(tx_resp->frame_count == 1, ("too many frames")); in iwm_rx_tx_cmd_single()
3459 tx_resp->frame_count, in iwm_rx_tx_cmd_single()
/freebsd/sys/dev/mrsas/
H A Dmrsas.h1781 u_int32_t frame_count; member
H A Dmrsas.c3590 cmd_mfi->cmd_id.frame_count = 0; in mrsas_release_mfi_cmd()