Searched refs:pre_do (Results 1 - 4 of 4) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_slave.h | 91 hcc_rx_pre_do pre_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 | 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() 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 1141 rx_action->pre_do = pre_do; in hcc_rx_register()
|
H A D | hcc_host.c | 360 if (rx_action->pre_do != HI_NULL) { 363 pre_ret = rx_action->pre_do(hcc_hdr->sub_type, &hcc_netbuf, &pre_context); 1524 hcc_rx_pre_do pre_do) 1540 rx_action->pre_do = pre_do; 1523 hcc_host_rx_register(hcc_handler_stru *hcc_handler, hcc_action_type_enum type, hcc_rx_post_do post_do, hcc_rx_pre_do pre_do) global() argument
|
H A D | hcc_host.h | 95 hcc_rx_pre_do pre_do; member
|
Completed in 7 milliseconds