Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/memif/
H A Dmemif_socket.c64 e = TAILQ_FIRST(&cc->msg_queue); in memif_msg_send_from_queue()
75 TAILQ_REMOVE(&cc->msg_queue, e, next); in memif_msg_send_from_queue()
93 TAILQ_INSERT_TAIL(&cc->msg_queue, e, next); in memif_msg_enq()
510 while ((elt = TAILQ_FIRST(&cc->msg_queue)) != NULL) { in memif_intr_unregister_handler()
511 TAILQ_REMOVE(&cc->msg_queue, elt, next); in memif_intr_unregister_handler()
535 for (elt = TAILQ_FIRST(&pmd->cc->msg_queue); elt != NULL; elt = next) { in memif_disconnect()
538 TAILQ_REMOVE(&pmd->cc->msg_queue, elt, next); in memif_disconnect()
546 if (TAILQ_FIRST(&pmd->cc->msg_queue) != NULL) { in memif_disconnect()
836 TAILQ_INIT(&cc->msg_queue); in memif_listener_handler()
1106 TAILQ_INIT(&pmd->cc->msg_queue); in memif_connect_client()
H A Dmemif_socket.h105 TAILQ_HEAD(, memif_msg_queue_elt) msg_queue; /**< control message queue */
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c113 VCHIQ_HEADER_T * msg_queue[MSG_QUEUE_SIZE]; member
347 user_service->msg_queue[user_service->msg_insert & in service_callback()
1010 header = user_service->msg_queue[user_service->msg_remove & in vchiq_ioctl()
1293 msg_queue[user_service->msg_remove & in vchiq_close()