Home
last modified time | relevance | path

Searched defs:hcc_handler (Results 1 – 4 of 4) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
Dhcc_host.c104 hi_void hcc_transfer_queues_init(hcc_handler_stru *hcc_handler) in hcc_transfer_queues_init()
125 hcc_handler_stru *hcc_handler = g_hcc_host_handler; local
285 static hi_s32 hcc_host_rx(const hcc_handler_stru *hcc_handler, oal_netbuf_stru *netbuf)
334 hcc_handler_stru *hcc_handler = (hcc_handler_stru *)handler; local
393 hi_s32 hcc_host_proc_rx_queue(hcc_handler_stru *hcc_handler, hcc_queue_type_enum type)
399 static oal_netbuf_stru *hcc_tx_assem_descr_get(hcc_handler_stru *hcc_handler)
404 static hi_void hcc_tx_assem_descr_put(hcc_handler_stru *hcc_handler, oal_netbuf_stru *netbuf)
409 static hi_s32 hcc_send_single_descr(hcc_handler_stru *hcc_handler, oal_netbuf_stru *netbuf)
420 hi_s32 hcc_send_descr_control_data(hcc_handler_stru *hcc_handler, hcc_descr_type descr_type, const …
458 static hi_void hcc_restore_assemble_netbuf_list(hcc_handler_stru *hcc_handler, oal_netbuf_head_stru…
[all …]
Dhcc_task.c43 static hi_s32 hcc_thread_tx_wait_event_cond_check(hcc_handler_stru *hcc_handler) in hcc_thread_tx_wait_event_cond_check()
61 static hi_s32 hcc_thread_rx_wait_event_cond_check(hcc_handler_stru *hcc_handler) in hcc_thread_rx_wait_event_cond_check()
80 hi_s32 hcc_thread_process(hcc_handler_stru *hcc_handler, hi_u8 wr) in hcc_thread_process()
214 hcc_handler_stru *hcc_handler = (hcc_handler_stru *)data; in hcc_task_rx_thread() local
255 hcc_handler_stru *hcc_handler = (hcc_handler_stru *)data; in hcc_task_tx_thread() local
289 hi_u32 hcc_task_init(hcc_handler_stru *hcc_handler) in hcc_task_init()
Dhcc_slave.h100 struct hcc_handler { struct
115 struct hcc_handler *hcc_get_default_handler(hi_void); argument
Dhcc_hmac.c146 static hi_void hcc_tx_netbuf_destroy(hcc_handler_stru *hcc_handler) in hcc_tx_netbuf_destroy()
183 hi_u32 hcc_host_tx(hcc_handler_stru *hcc_handler, oal_netbuf_stru *netbuf, const hcc_transfer_param… in hcc_host_tx()