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

/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_util.h53 } VCHIU_QUEUE_T; typedef in typeref:struct:__anon8894
55 extern int vchiu_queue_init(VCHIU_QUEUE_T *queue, int size);
56 extern void vchiu_queue_delete(VCHIU_QUEUE_T *queue);
58 extern int vchiu_queue_is_empty(VCHIU_QUEUE_T *queue);
59 extern int vchiu_queue_is_full(VCHIU_QUEUE_T *queue);
61 extern void vchiu_queue_push(VCHIU_QUEUE_T *queue, VCHIQ_HEADER_T *header);
63 extern VCHIQ_HEADER_T *vchiu_queue_peek(VCHIU_QUEUE_T *queue);
64 extern VCHIQ_HEADER_T *vchiu_queue_pop(VCHIU_QUEUE_T *queue);
H A Dvchiq_util.c41 int vchiu_queue_init(VCHIU_QUEUE_T *queue, int size)
61 void vchiu_queue_delete(VCHIU_QUEUE_T *queue)
67 int vchiu_queue_is_empty(VCHIU_QUEUE_T *queue)
72 int vchiu_queue_is_full(VCHIU_QUEUE_T *queue)
77 void vchiu_queue_push(VCHIU_QUEUE_T *queue, VCHIQ_HEADER_T *header)
107 VCHIQ_HEADER_T *vchiu_queue_peek(VCHIU_QUEUE_T *queue)
126 VCHIQ_HEADER_T *vchiu_queue_pop(VCHIU_QUEUE_T *queue)
H A Dvchiq_shim.c47 VCHIU_QUEUE_T queue;

Completed in 102 milliseconds