Home
last modified time | relevance | path

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

/Linux-v4.19/net/vmw_vsock/
Dvirtio_transport.c43 struct work_struct send_pkt_work; member
121 container_of(work, struct virtio_vsock, send_pkt_work); in virtio_transport_send_pkt_work()
214 queue_work(virtio_vsock_workqueue, &vsock->send_pkt_work); in virtio_transport_send_pkt()
321 queue_work(virtio_vsock_workqueue, &vsock->send_pkt_work); in virtio_transport_tx_work()
607 INIT_WORK(&vsock->send_pkt_work, virtio_transport_send_pkt_work); in virtio_vsock_probe()
638 flush_work(&vsock->send_pkt_work); in virtio_vsock_remove()
/Linux-v4.19/drivers/vhost/
Dvsock.c39 struct vhost_work send_pkt_work; member
201 vsock = container_of(work, struct vhost_vsock, send_pkt_work); in vhost_transport_send_pkt_work()
227 vhost_work_queue(&vsock->dev, &vsock->send_pkt_work); in vhost_transport_send_pkt()
535 vhost_work_init(&vsock->send_pkt_work, vhost_transport_send_pkt_work); in vhost_vsock_dev_open()
554 vhost_work_flush(&vsock->dev, &vsock->send_pkt_work); in vhost_vsock_flush()