Home
last modified time | relevance | path

Searched refs:data_queue (Results 1 – 3 of 3) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
Dhcc_host.c109 oal_netbuf_head_init(&hcc_handler->hcc_transer_info.hcc_queues[i].queues[j].data_queue); in hcc_transfer_queues_init()
395 …head_stru *netbuf_head = &hcc_handler->hcc_transer_info.hcc_queues[HCC_RX].queues[type].data_queue;
799 total += oal_netbuf_list_len(&p_queue->data_queue);
836 head = &hcc->hcc_transer_info.hcc_queues[HCC_TX].queues[i].data_queue;
1038 … &((hcc_handler_stru *)hcc_handler)->hcc_transer_info.hcc_queues[HCC_TX].queues[type].data_queue;
1045 …t_tail(&hcc_handler->hcc_transer_info.hcc_queues[HCC_RX].queues[DATA_LO_QUEUE].data_queue, netbuf);
1056 netbuf_old = oal_netbuf_delist(&hcc_queue->data_queue);
1062 oal_netbuf_list_tail(&hcc_queue->data_queue, netbuf_new);
1123 if (oal_netbuf_list_len(&hcc_rx->queues[DATA_LO_QUEUE].data_queue) >
1890 &hcc_handler->hcc_transer_info.hcc_queues[HCC_TX].queues[type].data_queue);
[all …]
Dhcc_hmac.c160 head = &hcc_queue->data_queue; in hcc_sort_key_frame()
234 oal_netbuf_list_tail(&hcc_queue->data_queue, netbuf); in hcc_host_tx()
Dhcc_host.h126 oal_netbuf_head_stru data_queue; member