Searched refs:frame_count (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectThreadUtil.cpp | 147 const uint32_t frame_count = thread->GetStackFrameCount(); in BucketThread() local 148 for (uint32_t frame_index = 0; frame_index < frame_count; frame_index++) { in BucketThread()
|
| H A D | CommandObjectTarget.cpp | 4560 uint32_t frame_count = thread->GetStackFrameCount(); in AddSymbolsForStack() local 4561 for (uint32_t i = 0; i < frame_count; ++i) { in AddSymbolsForStack()
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | tx.h | 527 u8 frame_count; member 585 u8 frame_count; member
|
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | Unwind-EHABI.cpp | 573 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 D | videodev.h | 228 __u32 frame_count; /* frames output since decode/encode began */ member
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | tx.c | 1085 if (IWL_FW_CHECK(mld, tx_resp->frame_count != 1, in iwl_mld_handle_tx_resp_notif() 1087 tx_resp->frame_count)) in iwl_mld_handle_tx_resp_notif() 1097 tx_resp->frame_count) & 0xFFFF; in iwl_mld_handle_tx_resp_notif()
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | tx.c | 1546 tx_resp->frame_count); in iwl_mvm_get_scd_ssn() 1820 for (i = 0; i < tx_resp->frame_count; i++) { in iwl_mvm_rx_tx_cmd_agg_dbg() 1891 if (tx_resp->frame_count == 1) in iwl_mvm_rx_tx_cmd()
|
| /freebsd/sys/dev/iwx/ |
| H A D | if_iwxreg.h | 5875 * Valid only if frame_count =1 5958 * by the frame_count field: 5960 * 1) No aggregation (frame_count == 1). This reports Tx results for a single 5964 * 2) Aggregation (frame_count > 1). This reports Tx results for two or more 6003 * @frame_count: 1 no aggregation, >1 aggregation 6025 * follow this one, up to frame_count. 6031 uint8_t frame_count; member 6058 * @frame_count: 1 no aggregation, >1 aggregation 6089 uint8_t frame_count; member 6286 tx_resp->frame_count) in iwx_get_scd_ssn() [all...] |
| H A D | if_iwx.c | 4852 if (qid < IWX_FIRST_AGG_TX_QUEUE && tx_resp->frame_count > 1) in iwx_clear_oactive() 4855 tx_resp->frame_count * sizeof(tx_resp->status) > len) in iwx_clear_oactive() 4860 if (tx_resp->frame_count > 1) /* A-MPDU */ in iwx_rx_compressed_ba() 4885 memcpy(&ssn, &tx_resp->status + tx_resp->frame_count, sizeof(ssn)); in iwx_rx_compressed_ba()
|
| /freebsd/sys/dev/iwm/ |
| H A D | if_iwmreg.h | 5023 * 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 D | if_iwm.c | 3452 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 D | mrsas.h | 1781 u_int32_t frame_count; member
|
| H A D | mrsas.c | 3584 cmd_mfi->cmd_id.frame_count = 0; in mrsas_release_mfi_cmd()
|