Home
last modified time | relevance | path

Searched refs:err_code (Results 1 – 24 of 24) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
Dhcc_hmac.c185 hi_u32 err_code; in hcc_host_tx() local
197 err_code = hcc_hmac_tx_hcc_hdr_init(netbuf, param); in hcc_host_tx()
198 if (err_code != HI_SUCCESS) { in hcc_host_tx()
263 hi_u32 err_code; in hcc_tx_netbuf_normal() local
308 err_code = hcc_host_tx(hcc_host_get_handler(), netbuf, &param); in hcc_tx_netbuf_normal()
309 if (err_code != HI_SUCCESS) { in hcc_tx_netbuf_normal()
310 oam_error_log1(0, 0, "hcc_tx_netbuf_normal:: hcc_host_tx fail[%d]", err_code); in hcc_tx_netbuf_normal()
442 hi_s32 err_code; in hcc_host_tx_data_adapt() local
455err_code = oal_netbuf_expand_head(netbuf, (hi_s32)headroom_add - (hi_s32)oal_netbuf_headroom(netbu… in hcc_host_tx_data_adapt()
457 if (OAL_WARN_ON(err_code != HI_SUCCESS)) { in hcc_host_tx_data_adapt()
[all …]
Dhcc_host.c1152 hi_s32 err_code; local
1158 err_code = oal_sdio_build_rx_netbuf_list(hcc_handler->bus, &netbuf_head);
1159 if (err_code != HI_SUCCESS) {
1160 … oam_error_log1(0, 0, "sdio_transfer_rx_handler:: sdio_build_rx_netbuf_list failed[%d]", err_code);
1161 return err_code;
1164 err_code = oal_sdio_transfer_netbuf_list(hcc_handler->bus, &netbuf_head, SDIO_READ);
1165 if (err_code != HI_SUCCESS) {
1167 … oam_error_log1(0, 0, "sdio_transfer_rx_handler:: sdio_transfer_netbuf_list failed[%d]", err_code);
1383 hi_s32 err_code; local
1417 err_code = (hi_s32)frw_event_post_event(event_mem);
[all …]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/platform/rk/
Dcustom_log.h153 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) … argument
155 …E("To set '" #ret_var "' to %d('" #err_code "'), because : " msg_fmt, (err_code), ##args); …
156 …(ret_var) = (err_code); …
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/rk/
Dcustom_log.h181 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) \ argument
183 E("To set '" #ret_var "' to %d('" #err_code "'), because : " msg_fmt, \
184 (err_code), \
186 (ret_var) = (err_code); \
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/platform/rk/
Dcustom_log.h153 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) … argument
155 …E("To set '" #ret_var "' to %d('" #err_code "'), because : " msg_fmt, (err_code), ##args); …
156 …(ret_var) = (err_code); …
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/platform/rk/
Dcustom_log.h181 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) \ argument
183 E("To set '" #ret_var "' to %d('" #err_code "'), because : " msg_fmt, \
184 (err_code), \
186 (ret_var) = (err_code); \
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/platform/rk/
Dcustom_log.h134 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) … argument
136 …E("To set '" #ret_var "' to %d('" #err_code "'), because : " msg_fmt, (err_code), ##args); …
137 …(ret_var) = (err_code); …
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/platform/rk/
Dcustom_log.h164 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) \ argument
166 E("To set '" #ret_var "' to %d('" #err_code "'), because : " msg_fmt, \
167 (err_code), \
169 (ret_var) = (err_code); \
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_encap_frame.c180 …cap_deauth(const mac_vap_stru *mac_vap, hi_u8 *puc_data, const hi_u8 *da_mac_addr, hi_u16 err_code) in hmac_mgmt_encap_deauth() argument
205 if (err_code & MAC_SEND_TWO_DEAUTH_FLAG) { in hmac_mgmt_encap_deauth()
208 err_code = err_code & ~MAC_SEND_TWO_DEAUTH_FLAG; in hmac_mgmt_encap_deauth()
262 puc_data[MAC_80211_FRAME_LEN] = (err_code & 0x00FF); in hmac_mgmt_encap_deauth()
263 puc_data[MAC_80211_FRAME_LEN + 1] = (err_code & 0xFF00) >> 8; /* 1:偏移1,8:向右位移8 */ in hmac_mgmt_encap_deauth()
Dhmac_mgmt_classifier.c404 hi_u16 err_code = deauth_event->reason; in hmac_mgmt_send_disasoc_deauth_event() local
406 …if (hmac_mgmt_send_disasoc_deauth_event_frame(deauth_event, mac_vap, mac_addr, err_code, hmac_vap)… in hmac_mgmt_send_disasoc_deauth_event()
429 HMAC_REPORT_DISASSOC, err_code); in hmac_mgmt_send_disasoc_deauth_event()
432 hmac_mgmt_send_disassoc_frame(mac_vap, mac_addr, err_code, in hmac_mgmt_send_disasoc_deauth_event()
436 hmac_mgmt_send_disassoc_frame(mac_vap, mac_addr, err_code, in hmac_mgmt_send_disasoc_deauth_event()
Dhmac_rx_data.c864 hi_u32 err_code; in hmac_rx_lan_frame() local
890 err_code = hmac_rx_lan_frame_classify(hmac_vap, netbuf, frame_hdr); in hmac_rx_lan_frame()
891 if (err_code != HI_SUCCESS) { in hmac_rx_lan_frame()
1116 hi_u32 err_code = hmac_rx_lan_frame_classify(hmac_vap, netbuf, frame_hdr); in hmac_rx_process_data_ap_tcp_ack_opt() local
1117 if (err_code != HI_SUCCESS) { in hmac_rx_process_data_ap_tcp_ack_opt()
1205 hi_u32 err_code; in hmac_rx_process_data_mesh_tcp_ack_opt() local
1237 err_code = hmac_rx_lan_frame_classify(hmac_vap, netbuf, frame_hdr); /* 上报网络层 */ in hmac_rx_process_data_mesh_tcp_ack_opt()
1238 if (err_code != HI_SUCCESS) { in hmac_rx_process_data_mesh_tcp_ack_opt()
1240 "hmac_rx_process_data_ap_tcp_ack_opt:: rx_lan_frame_fail[%d]", err_code); in hmac_rx_process_data_mesh_tcp_ack_opt()
Dhmac_mgmt_bss_comm.h106 …end_deauth_frame(mac_vap_stru *mac_vap, const hi_u8 *da_mac_addr, hi_u8 addr_len, hi_u16 err_code);
107 …oid hmac_mgmt_send_disassoc_frame(mac_vap_stru *mac_vap, const hi_u8 *da_mac_addr, hi_u16 err_code,
Dhmac_mgmt_bss_comm.c2009 …send_deauth_frame(mac_vap_stru *mac_vap, const hi_u8 *da_mac_addr, hi_u8 addr_len, hi_u16 err_code) in hmac_mgmt_send_deauth_frame() argument
2035 …h_len = hmac_mgmt_encap_deauth(mac_vap, (hi_u8 *)oal_netbuf_header(deauth), da_mac_addr, err_code); in hmac_mgmt_send_deauth_frame()
2045 da_mac_addr[3], da_mac_addr[4], da_mac_addr[5], err_code); /* 3 4 5 元素索引 */ in hmac_mgmt_send_deauth_frame()
2099 …oid hmac_mgmt_send_disassoc_frame(mac_vap_stru *mac_vap, const hi_u8 *da_mac_addr, hi_u16 err_code, in hmac_mgmt_send_disassoc_frame() argument
2119 …n = hmac_mgmt_encap_disassoc(mac_vap, (hi_u8 *)oal_netbuf_header(disassoc), da_mac_addr, err_code); in hmac_mgmt_send_disassoc_frame()
2133 err_code, da_mac_addr[3], da_mac_addr[4], da_mac_addr[5]); /* 3 4 5 元素索引 */ in hmac_mgmt_send_disassoc_frame()
Dhmac_event.c644 rsp_msg->err_code = ret; in wal_config_process_write()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
Dwal_event_msg.c88 hi_u32 err_code; in wal_check_and_release_msg_resp() local
91 err_code = write_rsp_msg->err_code; in wal_check_and_release_msg_resp()
96 if (err_code != HI_SUCCESS) { in wal_check_and_release_msg_resp()
98 err_code, wid); in wal_check_and_release_msg_resp()
99 return err_code; in wal_check_and_release_msg_resp()
Dwal_event_msg.h93 hi_u32 err_code; /* write消息返回的错误码 */ member
Dwal_cfg80211.c5235 err_code = oal_wiphy_register(wiphy); in wal_check_cookie_timeout()
5236 if (err_code != 0) { in wal_check_cookie_timeout()
5239 return (hi_u32)err_code; in wal_check_cookie_timeout()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/
Ddrv_hash_v200.c299 hi_s32 err_code; in drv_hash_wait_irq() local
312 err_code = drv_hash_get_err_code(chnnel_id); in drv_hash_wait_irq()
313 if (err_code != HI_SUCCESS) { in drv_hash_wait_irq()
314 hi_log_print_func_err(drv_hash_get_err_code, err_code); in drv_hash_wait_irq()
597 hi_s32 err_code; in drv_hash_query_raw_interrupt() local
601 err_code = drv_hash_get_err_code(chnnel_id); in drv_hash_query_raw_interrupt()
602 if (err_code != HI_SUCCESS) { in drv_hash_query_raw_interrupt()
603 hi_log_print_func_err(drv_hash_get_err_code, err_code); in drv_hash_query_raw_interrupt()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
Dfrw_event.c696 hi_u32 err_code; in frw_event_lookup_process_entry() local
724 err_code = frw_event_table->sub_table[sub_type].func(event_mem); in frw_event_lookup_process_entry()
725 return err_code; in frw_event_lookup_process_entry()
750 err_code = frw_event_table->sub_table[sub_type].func(rx_adapt_event_mem); in frw_event_lookup_process_entry()
752 err_code = HI_ERR_CODE_PTR_NULL; in frw_event_lookup_process_entry()
757 return err_code; in frw_event_lookup_process_entry()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
Dcmd_loop.h48 hi_void loader_ack(hi_u8 err_code);
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/include/
Dhi_log.h359 #define hi_err_print_err_code(err_code) HI_LOG_ERR("Error Code: [0x%08X]\n", err_code) argument
362 …fine hi_err_print_call_fun_err(func, err_code) HI_LOG_ERR("Call %s Failed, Error Code: [0x%08X]\n"… argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
Ddrv_hdmi_common.h87 #define hdmi_unequal_eok_return(ret, err_code) \ argument
91 return (err_code); \
103 #define hdmi_unlock_unequal_eok_return(ret, mutex, err_code) \ argument
108 return (err_code); \
112 #define hdmi_unlock_if_null_return(p, mutex, err_code) \ argument
117 return (err_code); \
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
Dcmd_loop.c642 hi_void loader_ack(hi_u8 err_code) in loader_ack() argument
651 ctx->packet.payload[0] = err_code; in loader_ack()
652 ctx->packet.payload[1] = ~err_code; in loader_ack()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dbcmevent.h755 uint8 err_code; /* error classification */
784 uint8 err_code; /* error classification */