Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_queue.h62 hi_u8 head_index; /* 指向当前元素出队位置的索引 */ member
88 queue->head_index = 0; in oal_queue_set()
149 hi_u8 head_index = queue->head_index; in oal_queue_dequeue() local
150 hi_void *element = (hi_void *)queue->pul_buf[head_index++]; in oal_queue_dequeue()
151 queue->head_index = ((head_index >= queue->max_elements) ? 0 : head_index); in oal_queue_dequeue()

Completed in 2 milliseconds