Home
last modified time | relevance | path

Searched refs:frame_count (Results 1 – 13 of 13) 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.h527 u8 frame_count; member
585 u8 frame_count; member
/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/mld/
H A Dtx.c1074 if (IWL_FW_CHECK(mld, tx_resp->frame_count != 1, in iwl_mld_handle_tx_resp_notif()
1076 tx_resp->frame_count)) in iwl_mld_handle_tx_resp_notif()
1086 tx_resp->frame_count) & 0xFFFF; in iwl_mld_handle_tx_resp_notif()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c1583 tx_resp->frame_count); in iwl_mvm_get_scd_ssn()
1860 for (i = 0; i < tx_resp->frame_count; i++) { in iwl_mvm_rx_tx_cmd_agg_dbg()
1931 if (tx_resp->frame_count == 1) in iwl_mvm_rx_tx_cmd()
/freebsd/sys/dev/iwx/
H A Dif_iwxreg.h6031 uint8_t frame_count; member
6089 uint8_t frame_count; member
6286 tx_resp->frame_count) & 0xfff; in iwx_get_scd_ssn()
H A Dif_iwx.c4798 if (qid < IWX_FIRST_AGG_TX_QUEUE && tx_resp->frame_count > 1) in iwx_rx_tx_cmd()
4801 tx_resp->frame_count * sizeof(tx_resp->status) > len) in iwx_rx_tx_cmd()
4806 if (tx_resp->frame_count > 1) /* A-MPDU */ in iwx_rx_tx_cmd()
4831 memcpy(&ssn, &tx_resp->status + tx_resp->frame_count, sizeof(ssn)); in iwx_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()