Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_slave.c800 hcc_slave_netbuf slave_netbuf; in hcc_exec_action() local
806 slave_netbuf.net_buf = nb_prefetch; in hcc_exec_action()
807 slave_netbuf.len = (hi_s32)hcc_head->pay_len; in hcc_exec_action()
808 if (rx_action->pre_do(hcc_head->sub_type, &slave_netbuf, &pre_context) != HI_SUCCESS) { in hcc_exec_action()
828 slave_netbuf.net_buf = nb_postdo; in hcc_exec_action()
829 slave_netbuf.len = (hi_s32)hcc_head->pay_len; in hcc_exec_action()
830 (hi_void)rx_action->post_do(hcc_head->sub_type, &slave_netbuf, pre_context); in hcc_exec_action()

Completed in 4 milliseconds