Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_util.h63 extern VCHIQ_HEADER_T *vchiu_queue_peek(VCHIU_QUEUE_T *queue);
H A Dvchiq_util.c107 VCHIQ_HEADER_T *vchiu_queue_peek(VCHIU_QUEUE_T *queue) in vchiu_queue_peek() function
H A Dvchiq_shim.c112 header = vchiu_queue_peek(&service->queue); in vchi_msg_peek()