Home
last modified time | relevance | path

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

/Linux-v5.4/net/vmw_vsock/
Dvirtio_transport.c43 struct work_struct send_pkt_work; member
134 container_of(work, struct virtio_vsock, send_pkt_work); in virtio_transport_send_pkt_work()
235 queue_work(virtio_vsock_workqueue, &vsock->send_pkt_work); in virtio_transport_send_pkt()
358 queue_work(virtio_vsock_workqueue, &vsock->send_pkt_work); in virtio_transport_tx_work()
645 INIT_WORK(&vsock->send_pkt_work, virtio_transport_send_pkt_work); in virtio_vsock_probe()
746 flush_work(&vsock->send_pkt_work); in virtio_vsock_remove()
/Linux-v5.4/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()
584 vhost_work_init(&vsock->send_pkt_work, vhost_transport_send_pkt_work); in vhost_vsock_dev_open()
599 vhost_work_flush(&vsock->dev, &vsock->send_pkt_work); in vhost_vsock_flush()