Lines Matching refs:status

22 	enum nrf_wifi_status status = NRF_WIFI_STATUS_FAIL;  in nrf_wifi_fmac_map_desc_to_pool()  local
36 status = NRF_WIFI_STATUS_SUCCESS; in nrf_wifi_fmac_map_desc_to_pool()
41 return status; in nrf_wifi_fmac_map_desc_to_pool()
172 enum nrf_wifi_status status = NRF_WIFI_STATUS_FAIL; in nrf_wifi_fmac_rx_cmd_send() local
186 status = nrf_wifi_fmac_map_desc_to_pool(fmac_dev_ctx, in nrf_wifi_fmac_rx_cmd_send()
190 if (status != NRF_WIFI_STATUS_SUCCESS) { in nrf_wifi_fmac_rx_cmd_send()
205 status = NRF_WIFI_STATUS_FAIL; in nrf_wifi_fmac_rx_cmd_send()
214 status = NRF_WIFI_STATUS_FAIL; in nrf_wifi_fmac_rx_cmd_send()
231 status = NRF_WIFI_STATUS_FAIL; in nrf_wifi_fmac_rx_cmd_send()
244 status = nrf_wifi_sys_hal_data_cmd_send(fmac_dev_ctx->hal_dev_ctx, in nrf_wifi_fmac_rx_cmd_send()
258 status = NRF_WIFI_STATUS_FAIL; in nrf_wifi_fmac_rx_cmd_send()
276 status = NRF_WIFI_STATUS_SUCCESS; in nrf_wifi_fmac_rx_cmd_send()
284 return status; in nrf_wifi_fmac_rx_cmd_send()
293 enum nrf_wifi_status status = NRF_WIFI_STATUS_FAIL; in nrf_wifi_fmac_rx_tasklet() local
314 status = nrf_wifi_fmac_rx_event_process(fmac_dev_ctx, in nrf_wifi_fmac_rx_tasklet()
317 if (status != NRF_WIFI_STATUS_SUCCESS) { in nrf_wifi_fmac_rx_tasklet()
331 enum nrf_wifi_status status = NRF_WIFI_STATUS_FAIL; in nrf_wifi_fmac_rx_event_process() local
376 status = NRF_WIFI_STATUS_FAIL; in nrf_wifi_fmac_rx_event_process()
380 status = nrf_wifi_fmac_map_desc_to_pool(fmac_dev_ctx, in nrf_wifi_fmac_rx_event_process()
384 if (status != NRF_WIFI_STATUS_SUCCESS) { in nrf_wifi_fmac_rx_event_process()
387 status = NRF_WIFI_STATUS_FAIL; in nrf_wifi_fmac_rx_event_process()
399 status = NRF_WIFI_STATUS_FAIL; in nrf_wifi_fmac_rx_event_process()
470 status = NRF_WIFI_STATUS_FAIL; in nrf_wifi_fmac_rx_event_process()
521 status = NRF_WIFI_STATUS_FAIL; in nrf_wifi_fmac_rx_event_process()
526 status = nrf_wifi_fmac_rx_cmd_send(fmac_dev_ctx, in nrf_wifi_fmac_rx_event_process()
530 if (status != NRF_WIFI_STATUS_SUCCESS) { in nrf_wifi_fmac_rx_event_process()
538 return status; in nrf_wifi_fmac_rx_event_process()