Searched refs:post_do (Results 1 - 4 of 4) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_slave.h | 92 hcc_rx_post_do post_do; member 118 hi_u32 hcc_rx_register(struct hcc_handler *hcc, hi_u8 mtype, hcc_rx_post_do post_do, hcc_rx_pre_do pre_do);
|
H A D | hcc_slave.c | 820 if (rx_action->post_do != HI_NULL) { in hcc_exec_action() 830 (hi_void)rx_action->post_do(hcc_head->sub_type, &slave_netbuf, pre_context); in hcc_exec_action() 833 hi_diag_log_msg_e0(0, "rx_action->post_do is null\r\n"); in hcc_exec_action() 1126 hi_u32 hcc_rx_register(struct hcc_handler *hcc, hi_u8 mtype, hcc_rx_post_do post_do, hcc_rx_pre_do pre_do) in hcc_rx_register() argument 1130 if ((hcc == HI_NULL) || (post_do == HI_NULL) || (mtype >= HCC_ACTION_TYPE_BUTT)) { in hcc_rx_register() 1136 if (rx_action->post_do != HI_NULL) { in hcc_rx_register() 1140 rx_action->post_do = post_do; in hcc_rx_register()
|
H A D | hcc_host.c | 367 if (rx_action->post_do != HI_NULL) { 370 rx_action->post_do(hcc_hdr->sub_type, &hcc_netbuf, pre_context); 372 oam_error_log2(0, 0, "hcc_host_send_rx_queue:: post_do is null, hcc_main_type[%d], sub_type[%d]", 1523 static hi_s32 hcc_host_rx_register(hcc_handler_stru *hcc_handler, hcc_action_type_enum type, hcc_rx_post_do post_do, argument 1534 if (rx_action->post_do != HI_NULL) { 1535 oam_error_log0(0, 0, "post_do has already register"); 1539 rx_action->post_do = post_do;
|
H A D | hcc_host.h | 96 hcc_rx_post_do post_do; member
|
Completed in 7 milliseconds