Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/vhost/
H A Dvsock.c87 struct vhost_virtqueue *tx_vq = &vsock->vqs[VSOCK_VQ_TX]; in vhost_transport_do_send_pkt() local
217 if (val + 1 == tx_vq->num) in vhost_transport_do_send_pkt()
231 vhost_poll_queue(&tx_vq->poll); in vhost_transport_do_send_pkt()
306 struct vhost_virtqueue *tx_vq = &vsock->vqs[VSOCK_VQ_TX]; in vhost_transport_cancel_pkt() local
310 if (new_cnt + cnt >= tx_vq->num && new_cnt < tx_vq->num) in vhost_transport_cancel_pkt()
311 vhost_poll_queue(&tx_vq->poll); in vhost_transport_cancel_pkt()
/kernel/linux/linux-6.6/drivers/vhost/
H A Dvsock.c93 struct vhost_virtqueue *tx_vq = &vsock->vqs[VSOCK_VQ_TX]; in vhost_transport_do_send_pkt() local
239 if (val + 1 == tx_vq->num) in vhost_transport_do_send_pkt()
253 vhost_poll_queue(&tx_vq->poll); in vhost_transport_do_send_pkt()
311 struct vhost_virtqueue *tx_vq = &vsock->vqs[VSOCK_VQ_TX]; in vhost_transport_cancel_pkt() local
315 if (new_cnt + cnt >= tx_vq->num && new_cnt < tx_vq->num) in vhost_transport_cancel_pkt()
316 vhost_poll_queue(&tx_vq->poll); in vhost_transport_cancel_pkt()

Completed in 3 milliseconds