Searched refs:send_pkt_work (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/net/vmw_vsock/ |
| D | virtio_transport.c | 44 struct work_struct send_pkt_work; member 90 container_of(work, struct virtio_vsock, send_pkt_work); in virtio_transport_send_pkt_work() 182 queue_work(virtio_vsock_workqueue, &vsock->send_pkt_work); in virtio_transport_send_pkt() 280 queue_work(virtio_vsock_workqueue, &vsock->send_pkt_work); in virtio_transport_tx_work() 586 queue_work(virtio_vsock_workqueue, &vsock->send_pkt_work); in virtio_vsock_vqs_start() 669 INIT_WORK(&vsock->send_pkt_work, virtio_transport_send_pkt_work); in virtio_vsock_probe() 711 flush_work(&vsock->send_pkt_work); in virtio_vsock_remove()
|
| /Linux-v6.6/drivers/vhost/ |
| D | vsock.c | 53 struct vhost_work send_pkt_work; member 261 vsock = container_of(work, struct vhost_vsock, send_pkt_work); in vhost_transport_send_pkt_work() 288 vhost_vq_work_queue(&vsock->vqs[VSOCK_VQ_RX], &vsock->send_pkt_work); in vhost_transport_send_pkt() 586 vhost_vq_work_queue(&vsock->vqs[VSOCK_VQ_RX], &vsock->send_pkt_work); in vhost_vsock_start() 672 vhost_work_init(&vsock->send_pkt_work, vhost_transport_send_pkt_work); in vhost_vsock_dev_open()
|