Home
last modified time | relevance | path

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

/drivers/vhost/
Dvsock.c47 struct vhost_work send_pkt_work; member
233 vsock = container_of(work, struct vhost_vsock, send_pkt_work); in vhost_transport_send_pkt_work()
262 vhost_work_queue(&vsock->dev, &vsock->send_pkt_work); in vhost_transport_send_pkt()
586 vhost_work_init(&vsock->send_pkt_work, vhost_transport_send_pkt_work); in vhost_vsock_dev_open()
601 vhost_work_flush(&vsock->dev, &vsock->send_pkt_work); in vhost_vsock_flush()