Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/osi/
Dfixed_pkt_queue.c14 struct pkt_queue *pkt_list; member
29 ret->pkt_list = pkt_queue_create(); in fixed_pkt_queue_new()
30 if (!ret->pkt_list) { in fixed_pkt_queue_new()
59 pkt_queue_destroy(queue->pkt_list, (pkt_queue_free_cb)free_cb); in fixed_pkt_queue_free()
60 queue->pkt_list = NULL; in fixed_pkt_queue_free()
77 return pkt_queue_is_empty(queue->pkt_list); in fixed_pkt_queue_is_empty()
85 return pkt_queue_length(queue->pkt_list); in fixed_pkt_queue_length()
106 ret = pkt_queue_enqueue(queue->pkt_list, linked_pkt); in fixed_pkt_queue_enqueue()
123 ret = pkt_queue_dequeue(queue->pkt_list); in fixed_pkt_queue_dequeue()
136 return pkt_queue_try_peek_first(queue->pkt_list); in fixed_pkt_queue_try_peek_first()