Home
last modified time | relevance | path

Searched refs:error_code (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
Ddp_rh_rx.c372 uint8_t error_code, uint8_t mac_id) in dp_rx_decrypt_unecrypt_err_handler_rh() argument
402 dp_err("Unsupported MSDU format rcvd for error:%u", error_code); in dp_rx_decrypt_unecrypt_err_handler_rh()
512 uint32_t error_code) in dp_rx_2k_jump_oor_err_handler_rh() argument
522 dp_err("Unsupported MSDU format rcvd for error:%u", error_code); in dp_rx_2k_jump_oor_err_handler_rh()
536 if (error_code == HTT_RXDATA_ERR_OOR) { in dp_rx_2k_jump_oor_err_handler_rh()
545 if (error_code == HTT_RXDATA_ERR_OOR) { in dp_rx_2k_jump_oor_err_handler_rh()
559 if (error_code == HTT_RXDATA_ERR_OOR) { in dp_rx_2k_jump_oor_err_handler_rh()
673 uint32_t error_code) in dp_rx_err_handler_rh() argument
675 switch (error_code) { in dp_rx_err_handler_rh()
680 dp_err_rl("MSDU rcvd with error code: %u", error_code); in dp_rx_err_handler_rh()
[all …]
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_oemdata.c264 static void send_oem_err_rsp_nlink_msg(int32_t app_pid, uint8_t error_code) in send_oem_err_rsp_nlink_msg() argument
287 *buf = error_code; in send_oem_err_rsp_nlink_msg()
561 int error_code; in oem_process_set_cap_req_msg() local
576 error_code = qdf_status_to_os_return(status); in oem_process_set_cap_req_msg()
590 ani_hdr->length = sizeof(error_code); in oem_process_set_cap_req_msg()
595 qdf_mem_copy(buf, &error_code, ani_hdr->length); in oem_process_set_cap_req_msg()
603 return error_code; in oem_process_set_cap_req_msg()
616 int error_code; in oem_process_get_cap_req_msg() local
633 error_code = populate_oem_data_cap(adapter, &data_cap); in oem_process_get_cap_req_msg()
634 if (0 != error_code) in oem_process_get_cap_req_msg()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_rx_err.c668 uint32_t tid, uint8_t err_status, uint32_t error_code) in _dp_rx_bar_frame_handle() argument
690 switch (error_code) { in _dp_rx_bar_frame_handle()
694 DP_STATS_INC(soc, rx.err.reo_error[error_code], 1); in _dp_rx_bar_frame_handle()
977 uint32_t error_code) in dp_rx_err_is_pn_check_needed() argument
981 (hal_rx_reo_is_2k_jump(error_code) || in dp_rx_err_is_pn_check_needed()
982 hal_rx_reo_is_oor_error(error_code) || in dp_rx_err_is_pn_check_needed()
983 hal_rx_reo_is_bar_oor_2k_jump(error_code)))); in dp_rx_err_is_pn_check_needed()
2053 uint32_t error_code = 0; in dp_rx_err_process() local
2095 error_code = hal_rx_get_reo_error_code(hal_soc, in dp_rx_err_process()
2101 error_code); in dp_rx_err_process()
[all …]
Ddp_stats.c6166 uint8_t error_code; in dp_print_rx_err_stats() local
6227 for (error_code = 0; error_code < HAL_REO_ERR_MAX; in dp_print_rx_err_stats()
6228 error_code++) { in dp_print_rx_err_stats()
6229 if (!pdev->soc->stats.rx.err.reo_error[error_code]) in dp_print_rx_err_stats()
6232 error_code, in dp_print_rx_err_stats()
6233 pdev->soc->stats.rx.err.reo_error[error_code]); in dp_print_rx_err_stats()
7751 uint8_t error_code; in dp_txrx_path_stats() local
7882 for (error_code = 0; error_code < HAL_RXDMA_ERR_MAX; in dp_txrx_path_stats()
7883 error_code++) { in dp_txrx_path_stats()
7884 if (!pdev->soc->stats.rx.err.rxdma_error[error_code]) in dp_txrx_path_stats()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_rx.h1447 static inline bool hal_rx_reo_is_pn_error(uint32_t error_code) in hal_rx_reo_is_pn_error() argument
1450 return ((error_code == HAL_REO_ERR_PN_CHECK_FAILED) || in hal_rx_reo_is_pn_error()
1451 (error_code == HAL_REO_ERR_PN_ERROR_HANDLING_FLAG_SET)) ? in hal_rx_reo_is_pn_error()
1462 static inline bool hal_rx_reo_is_2k_jump(uint32_t error_code) in hal_rx_reo_is_2k_jump() argument
1464 return ((error_code == HAL_REO_ERR_REGULAR_FRAME_2K_JUMP) || in hal_rx_reo_is_2k_jump()
1465 (error_code == HAL_REO_ERR_2K_ERROR_HANDLING_FLAG_SET)) ? in hal_rx_reo_is_2k_jump()
1475 static inline bool hal_rx_reo_is_oor_error(uint32_t error_code) in hal_rx_reo_is_oor_error() argument
1477 return (error_code == HAL_REO_ERR_REGULAR_FRAME_OOR) ? in hal_rx_reo_is_oor_error()
1488 static inline bool hal_rx_reo_is_bar_oor_2k_jump(uint32_t error_code) in hal_rx_reo_is_bar_oor_2k_jump() argument
1490 return ((error_code == HAL_REO_ERR_BAR_FRAME_2K_JUMP) || in hal_rx_reo_is_bar_oor_2k_jump()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/
Dwifi_pos_main.c316 int error_code; in wifi_pos_process_set_cap_req() local
335 error_code = qdf_status_to_os_return(QDF_STATUS_SUCCESS); in wifi_pos_process_set_cap_req()
338 sizeof(error_code), in wifi_pos_process_set_cap_req()
339 (uint8_t *)&error_code); in wifi_pos_process_set_cap_req()
/wlan-driver/fw-api/fw/
Dhtt.h23103 error_code: 8; /* bits 31:24 */ member