Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/
Dvqueue.h96 int vqueue_get_avail_buf(struct vqueue* vq, struct vqueue_buf* iovbuf);
Dvqueue.c219 int vqueue_get_avail_buf(struct vqueue* vq, struct vqueue_buf* iovbuf) { in vqueue_get_avail_buf() function
Dtipc_virtio_dev.c825 ret = vqueue_get_avail_buf(vq, &buf); in tipc_rx_thread_func()
1294 ret = vqueue_get_avail_buf(vq, &buf); in tipc_send_data()