Searched defs:vq (Results 1 – 3 of 3) sorted by relevance
49 int vqueue_init(struct vqueue* vq, in vqueue_init()96 void vqueue_destroy(struct vqueue* vq) { in vqueue_destroy()111 void vqueue_signal_avail(struct vqueue* vq) { in vqueue_signal_avail()126 static int _vqueue_get_avail_buf_locked(struct vqueue* vq, in _vqueue_get_avail_buf_locked()219 int vqueue_get_avail_buf(struct vqueue* vq, struct vqueue_buf* iovbuf) { in vqueue_get_avail_buf()437 static int _vqueue_add_buf_locked(struct vqueue* vq, in _vqueue_add_buf_locked()465 int vqueue_add_buf(struct vqueue* vq, struct vqueue_buf* buf, uint32_t len) { in vqueue_add_buf()
113 static inline uint32_t vqueue_id(struct vqueue* vq) { in vqueue_id()117 static inline int vqueue_notify(struct vqueue* vq) { in vqueue_notify()123 static inline int vqueue_kick(struct vqueue* vq) { in vqueue_kick()
345 static int tipc_tx_vq_notify_cb(struct vqueue* vq, void* priv) { in tipc_tx_vq_notify_cb()350 static int tipc_rx_vq_notify_cb(struct vqueue* vq, void* priv) { in tipc_rx_vq_notify_cb()809 struct vqueue* vq = &dev->vqs[TIPC_VQ_RX]; in tipc_rx_thread_func() local1274 struct vqueue* vq = &dev->vqs[TIPC_VQ_TX]; in tipc_send_data() local