Home
last modified time | relevance | path

Searched refs:rx_action (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_slave.c802 hcc_rx_action *rx_action = &g_hcc_slave_handler.rx_action_info.action[hcc_head->main_type]; in hcc_exec_action() local
805 if (rx_action->pre_do) { in hcc_exec_action()
808 if (rx_action->pre_do(hcc_head->sub_type, &slave_netbuf, &pre_context) != HI_SUCCESS) { in hcc_exec_action()
809 printf("rx_action->pre_do break\n"); in hcc_exec_action()
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()
1128 hcc_rx_action *rx_action = HI_NULL; in hcc_rx_register() local
1134 rx_action = &hcc->rx_action_info.action[mtype]; in hcc_rx_register()
1136 if (rx_action in hcc_rx_register()
[all...]
H A Dhcc_host.c342 hcc_rx_action_stru *rx_action = HI_NULL; local
358 rx_action = &hcc_handler->hcc_transer_info.rx_action_info.action[hcc_hdr->main_type];
360 if (rx_action->pre_do != HI_NULL) {
363 pre_ret = rx_action->pre_do(hcc_hdr->sub_type, &hcc_netbuf, &pre_context);
367 if (rx_action->post_do != HI_NULL) {
370 rx_action->post_do(hcc_hdr->sub_type, &hcc_netbuf, pre_context);
1526 hcc_rx_action_stru *rx_action = HI_NULL; local
1532 rx_action = &(hcc_handler->hcc_transer_info.rx_action_info.action[type]);
1534 if (rx_action->post_do != HI_NULL) {
1539 rx_action
[all...]

Completed in 5 milliseconds