Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/
Dvqueue.h94 void vqueue_destroy(struct vqueue* vq);
Dtipc_virtio_dev.c1096 vqueue_destroy(&dev->vqs[TIPC_VQ_RX]); in tipc_dev_reset()
1097 vqueue_destroy(&dev->vqs[TIPC_VQ_TX]); in tipc_dev_reset()
1232 vqueue_destroy(&dev->vqs[vring_cnt]); in tipc_dev_probe()
Dvqueue.c96 void vqueue_destroy(struct vqueue* vq) { in vqueue_destroy() function