Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_slave.c797 hi_bool hcc_exec_action(oal_dev_netbuf_stru *nb_prefetch, const hcc_header_stru *hcc_head, in hcc_exec_action() argument
802 hcc_rx_action *rx_action = &g_hcc_slave_handler.rx_action_info.action[hcc_head->main_type]; 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()
822 hcc_head = (hcc_header_stru *)oal_dev_netbuf_hcchdr(nb_postdo); in hcc_exec_action()
823 if (hcc_head == HI_NULL) { 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()
854 hcc_header_stru *hcc_head = (hcc_header_stru *)oal_dev_netbuf_hcchdr(dev_netbuf_prefetch); in hcc_slave_rx_queue_sched() local
855 if (hcc_head in hcc_slave_rx_queue_sched()
[all...]

Completed in 2 milliseconds