Searched refs:hcc (Results 1 - 7 of 7) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_task.c | 87 en_device_is_sta = hcc_flowctl_get_device_mode(hcc); in hcc_thread_process() 95 ret += hcc_host_send_rx_queue(hcc, CTRL_QUEUE); in hcc_thread_process() 96 ret += hcc_host_send_tx_queue(hcc, CTRL_QUEUE); in hcc_thread_process() 98 ret += hcc_host_send_rx_queue(hcc, DATA_HI_QUEUE); in hcc_thread_process() 99 ret += hcc_host_send_tx_queue(hcc, DATA_HI_QUEUE); in hcc_thread_process() 103 ret += hcc_host_send_rx_queue(hcc, DATA_LO_QUEUE); in hcc_thread_process() 104 ret += hcc_host_send_tx_queue(hcc, DATA_LO_QUEUE); in hcc_thread_process() 107 ret += hcc_host_send_rx_queue(hcc, DATA_TCP_DATA_QUEUE); in hcc_thread_process() 108 ret += hcc_host_send_tx_queue(hcc, DATA_TCP_ACK_QUEUE); in hcc_thread_process() 110 ret += hcc_host_send_tx_queue(hcc, DATA_TCP_DATA_QUEU in hcc_thread_process() 197 hcc_exit_task_thread(hcc_handler_stru *hcc) hcc_exit_task_thread() argument [all...] |
H A D | hcc_host.h | 244 typedef hi_void (*hcc_tx_cb_callback)(hcc_handler_stru *hcc); 337 static inline void hcc_tx_transfer_lock(hcc_handler_stru *hcc) in hcc_tx_transfer_lock() argument 339 oal_mutex_lock(&hcc->tx_transfer_lock); in hcc_tx_transfer_lock() 342 static inline void hcc_tx_transfer_unlock(hcc_handler_stru *hcc) in hcc_tx_transfer_unlock() argument 344 if (OAL_WARN_ON(hcc == HI_NULL)) { in hcc_tx_transfer_unlock() 345 oal_io_print1("%s, hcc is null\n", (uintptr_t)__FUNCTION__); in hcc_tx_transfer_unlock() 349 oal_mutex_unlock(&hcc->tx_transfer_lock); in hcc_tx_transfer_unlock() 352 static inline void hcc_rx_transfer_lock(const hcc_handler_stru *hcc) in hcc_rx_transfer_lock() argument 354 if (OAL_WARN_ON(hcc == HI_NULL)) { in hcc_rx_transfer_lock() 355 oal_io_print1("%s, hcc i in hcc_rx_transfer_lock() 361 hcc_rx_transfer_unlock(const hcc_handler_stru *hcc) hcc_rx_transfer_unlock() argument 370 hcc_transfer_lock(hcc_handler_stru *hcc) hcc_transfer_lock() argument 382 hcc_transfer_unlock(hcc_handler_stru *hcc) hcc_transfer_unlock() argument [all...] |
H A D | hcc_host.c | 97 /* interface for getting hcc host handler */ 103 /* init hcc transfer_queue */ 127 oam_error_log0(0, 0, "hcc is null"); 167 oam_error_log0(0, 0, "hcc_flowctrl_deadlock_detect_worker hcc is null"); 316 oal_print_hex_dump((hi_u8 *)hcc_hdr, HCC_HDR_TOTAL_LEN, 8, "hcc hdr:"); /* string len 8 */ 318 "hcc payload:"); /* group_size 等于 8 */ 352 oal_print_hex_dump((hi_u8 *)hcc_hdr, HCC_HDR_TOTAL_LEN, 16, "invalid hcc header: "); /* 16进制 */ 374 oal_print_hex_dump((hi_u8 *)hcc_hdr, HCC_HDR_TOTAL_LEN, 32, "hcc invalid header: "); /* len 32 */ 376 "hcc invalid header(payload): "); /* 32 进制 */ 604 oal_io_print3("hcc t 831 hcc_clear_tx_queues(hcc_handler_stru *hcc) global() argument 1927 hcc_clear_rx_queues(hcc_handler_stru *hcc) global() argument 1946 hcc_delete_hearbeat_timer(hcc_handler_stru *hcc) global() argument 1962 hcc_host_exit(hcc_handler_stru *hcc) global() argument [all...] |
H A D | hcc_slave.h | 82 hi_s32 len; /* for hcc transfer */ 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 | 101 功能描述 : 获取hcc TCM头得扩展区有效数据首地址 128 功能描述 : 获取hcc TCM头得扩展区首地址 153 hi_diag_log_msg_e0(0, "hcc panic detected.\n"); in hcc_delay_bug_on_detect() 251 /* build hcc header */ in hcc_slave_build_header() 268 /* sched the hcc rx */ in hcc_rx_process() 309 功能描述 : 发hcc消息到host侧,更新高优先级buffer credit值 701 /* sched the hcc tx */ in hcc_slave_tx() 860 hi_diag_log_msg_e0(0, "hcc rx header valid\r\n"); in hcc_slave_rx_queue_sched() 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 1130 if ((hcc in hcc_rx_register() [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/ |
H A D | Makefile | 34 HCC_PATH := $(WIFI_DRIVER_DIR)/hcc/ 121 hcc-objs := hcc_comm.o hcc_task.o hcc_host.o hcc_hmac.o hmac_hcc_adapt.o 122 hcc-objs := $(addprefix $(HCC_PATH),$(hcc-objs)) 124 wifi-objs += $(mac-objs) $(hmac-objs) $(wal-objs) $(hcc-objs)
|
H A D | env_config.mk | 293 HI1131_WIFI_CFLAGS += -I $(WIFI_DRIVER_DIR)/hcc
|
Completed in 7 milliseconds