Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dvsock.c93 struct vhost_virtqueue *tx_vq = &vsock->vqs[VSOCK_VQ_TX]; in vhost_transport_do_send_pkt() local
243 if (val + 1 == tx_vq->num) in vhost_transport_do_send_pkt()
257 vhost_poll_queue(&tx_vq->poll); in vhost_transport_do_send_pkt()
315 struct vhost_virtqueue *tx_vq = &vsock->vqs[VSOCK_VQ_TX]; in vhost_transport_cancel_pkt() local
319 if (new_cnt + cnt >= tx_vq->num && new_cnt < tx_vq->num) in vhost_transport_cancel_pkt()
320 vhost_poll_queue(&tx_vq->poll); in vhost_transport_cancel_pkt()