Searched refs:count (Results 1 – 9 of 9) sorted by relevance
/nrf_wifi-latest/fw_if/umac_if/src/radio_test/ |
D | fmac_api.c | 277 unsigned int count = 0; in wait_for_radio_cmd_status() local 284 count++; in wait_for_radio_cmd_status() 286 (count < timeout)); in wait_for_radio_cmd_status() 288 if (count == timeout) { in wait_for_radio_cmd_status() 459 unsigned int count = 0; in nrf_wifi_rt_fmac_rf_test_rx_cap() local 497 count++; in nrf_wifi_rt_fmac_rf_test_rx_cap() 499 (count < (RX_CAPTURE_TIMEOUT_CONST * capture_timeout))); in nrf_wifi_rt_fmac_rf_test_rx_cap() 501 if (count == (RX_CAPTURE_TIMEOUT_CONST * capture_timeout)) { in nrf_wifi_rt_fmac_rf_test_rx_cap() 524 unsigned int count = 0; in nrf_wifi_rt_fmac_rf_test_tx_tone() local 560 count++; in nrf_wifi_rt_fmac_rf_test_tx_tone() [all …]
|
/nrf_wifi-latest/os_if/inc/ |
D | osal_api.h | 88 size_t count); 156 size_t count); 169 size_t count); 958 size_t count); 970 size_t count); 1107 size_t count); 1119 size_t count); 1238 size_t count);
|
D | osal_ops.h | 59 void *(*mem_cpy)(void *dest, const void *src, size_t count); 121 void (*iomem_cpy_from)(void *dest, const volatile void *src, size_t count); 130 void (*iomem_cpy_to)(volatile void *dest, const void *src, size_t count); 158 void (*qspi_cpy_from)(void *priv, void *dest, unsigned long addr, size_t count); 168 void (*qspi_cpy_to)(void *priv, unsigned long addr, const void *src, size_t count); 196 void (*spi_cpy_from)(void *priv, void *dest, unsigned long addr, size_t count); 206 void (*spi_cpy_to)(void *priv, unsigned long addr, const void *src, size_t count);
|
/nrf_wifi-latest/os_if/src/ |
D | osal.c | 48 size_t count) in nrf_wifi_osal_mem_cpy() argument 52 count); in nrf_wifi_osal_mem_cpy() 106 size_t count) in nrf_wifi_osal_iomem_cpy_from() argument 110 count); in nrf_wifi_osal_iomem_cpy_from() 116 size_t count) in nrf_wifi_osal_iomem_cpy_to() argument 120 count); in nrf_wifi_osal_iomem_cpy_to() 634 size_t count) in nrf_wifi_osal_qspi_cpy_from() argument 639 count); in nrf_wifi_osal_qspi_cpy_from() 646 size_t count) in nrf_wifi_osal_qspi_cpy_to() argument 651 count); in nrf_wifi_osal_qspi_cpy_to() [all …]
|
/nrf_wifi-latest/fw_if/umac_if/src/offload_raw_tx/ |
D | fmac_api.c | 260 unsigned char count = 0; in nrf_wifi_off_raw_tx_fmac_conf() local 294 count++; in nrf_wifi_off_raw_tx_fmac_conf() 296 (count < NRF_WIFI_FMAC_PARAMS_RECV_TIMEOUT)); in nrf_wifi_off_raw_tx_fmac_conf() 298 if (count == NRF_WIFI_FMAC_PARAMS_RECV_TIMEOUT) { in nrf_wifi_off_raw_tx_fmac_conf() 382 unsigned char count = 0; in nrf_wifi_off_raw_tx_fmac_stats_get() local 407 count++; in nrf_wifi_off_raw_tx_fmac_stats_get() 409 (count < NRF_WIFI_FMAC_STATS_RECV_TIMEOUT)); in nrf_wifi_off_raw_tx_fmac_stats_get() 411 if (count == NRF_WIFI_FMAC_STATS_RECV_TIMEOUT) { in nrf_wifi_off_raw_tx_fmac_stats_get()
|
/nrf_wifi-latest/fw_if/umac_if/src/common/ |
D | fmac_api_common.c | 453 unsigned int count = 0; in nrf_wifi_fmac_get_reg() local 488 } while (count++ < 100 && !fmac_dev_ctx->alpha2_valid); in nrf_wifi_fmac_get_reg() 513 unsigned char count = 0; in nrf_wifi_fmac_stats_reset() local 523 (count++ < NRF_WIFI_FMAC_STATS_RECV_TIMEOUT)); in nrf_wifi_fmac_stats_reset() 525 if (count == NRF_WIFI_FMAC_STATS_RECV_TIMEOUT) { in nrf_wifi_fmac_stats_reset() 553 unsigned int count = 0, max_count = NRF_WIFI_FMAC_REG_SET_TIMEOUT_MS / 20; in nrf_wifi_fmac_set_reg() local 632 while (!fmac_dev_ctx->reg_set_status && count++ <= max_count) { in nrf_wifi_fmac_set_reg()
|
/nrf_wifi-latest/hw_if/hal/src/common/ |
D | hal_api_common.c | 825 unsigned int count = 50; in nrf_wifi_hal_poll_reg() local 845 } while (count-- > 0); in nrf_wifi_hal_poll_reg() 847 if (count == 0) { in nrf_wifi_hal_poll_reg()
|
/nrf_wifi-latest/fw_if/umac_if/src/system/ |
D | fmac_api.c | 2338 unsigned int count = RPU_CMD_TIMEOUT_MS; in nrf_wifi_sys_fmac_chg_vif_state() local 2376 while (!vif_ctx->ifflags && (--count > 0)) in nrf_wifi_sys_fmac_chg_vif_state() 2379 if (count == 0) { in nrf_wifi_sys_fmac_chg_vif_state() 3333 unsigned char count = 0; in nrf_wifi_sys_fmac_stats_get() local 3359 count++; in nrf_wifi_sys_fmac_stats_get() 3361 (count < NRF_WIFI_FMAC_STATS_RECV_TIMEOUT)); in nrf_wifi_sys_fmac_stats_get() 3363 if (count == NRF_WIFI_FMAC_STATS_RECV_TIMEOUT) { in nrf_wifi_sys_fmac_stats_get()
|
D | tx.c | 204 int count = 0; in pending_frames_count() local 213 count += nrf_wifi_utils_q_len(queue); in pending_frames_count() 216 return count; in pending_frames_count()
|