Searched refs:DATA_LO_QUEUE (Results 1 - 4 of 4) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_task.c | 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() 121 ret += hcc_host_send_rx_queue(hcc, DATA_LO_QUEUE); in hcc_thread_process() 122 ret += hcc_host_send_tx_queue(hcc, DATA_LO_QUEUE); in hcc_thread_process() 147 ret += hcc_host_send_tx_queue(hcc, DATA_LO_QUEUE); in hcc_thread_process() 148 ret += hcc_host_send_rx_queue(hcc, DATA_LO_QUEUE); in hcc_thread_process() 163 ret += hcc_host_send_tx_queue(hcc, DATA_LO_QUEUE); in hcc_thread_process() 164 ret += hcc_host_send_rx_queue(hcc, DATA_LO_QUEUE); in hcc_thread_process() 183 ret += hcc_host_proc_tx_queue(hcc_handler, DATA_LO_QUEUE); in hcc_thread_process() 186 ret += hcc_host_proc_rx_queue(hcc_handler, DATA_LO_QUEUE); in hcc_thread_process() [all...] |
H A D | hcc_host.c | 244 hcc_tx_queues->queues[DATA_LO_QUEUE].flow_ctrl.low_waterline = THRESHOLD_SIZE_128_BYTES; 245 hcc_tx_queues->queues[DATA_LO_QUEUE].flow_ctrl.high_waterline = THRESHOLD_SIZE_256_BYTES; 467 type = DATA_LO_QUEUE; 931 if (type == DATA_LO_QUEUE) { 1045 oal_netbuf_list_tail(&hcc_handler->hcc_transer_info.hcc_queues[HCC_RX].queues[DATA_LO_QUEUE].data_queue, netbuf); 1047 hcc_host_proc_rx_queue(hcc_handler, DATA_LO_QUEUE); 1054 hcc_trans_queue_stru *hcc_queue = &hcc_handler->hcc_transer_info.hcc_queues[HCC_RX].queues[DATA_LO_QUEUE]; 1065 hcc_host_proc_rx_queue(hcc_handler, DATA_LO_QUEUE); 1122 if (hcc_rx->queues[DATA_LO_QUEUE].flow_ctrl.enable == HI_TRUE) { 1123 if (oal_netbuf_list_len(&hcc_rx->queues[DATA_LO_QUEUE] [all...] |
H A D | hcc_comm.h | 237 DATA_LO_QUEUE = 1, enumerator
|
H A D | hcc_hmac.c | 206 if (param->queue_id == DATA_LO_QUEUE) { in hcc_host_tx()
|
Completed in 5 milliseconds