freebsd-src/sys/dev/virtio
Mark Johnston 28c9b13b23 virtio_p9fs: Simplify vt9p_req_wait() a bit
Remove an always-false check for whether the request has already
completed before sleeping.  Even if the request is complete, the
response tag is updated while holding the channel lock, which is also
held here.

No functional change intended.

Sponsored by:	Klara, Inc.
2024-10-25 17:54:39 +00:00
..
balloon
block vtblk: Invoke busdma completion callbacks when polling 2024-07-04 10:15:33 -04:00
console virtio(4): Fix two typos in KASSERT messages 2024-06-16 18:02:46 +02:00
gpu Deprecate contigfree(9) in favour of free(9) 2024-07-26 10:45:01 +00:00
mmio
network net: Remove unneeded NULL check for the allocated ifnet 2024-06-28 18:16:29 +08:00
p9fs virtio_p9fs: Simplify vt9p_req_wait() a bit 2024-10-25 17:54:39 +00:00
pci newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANY 2024-07-24 22:22:58 -06:00
random
scmi vtscmi: Add a virtio-scmi driver 2024-04-11 09:58:56 +00:00
scsi
virtio_bus_if.m
virtio_config.h
virtio_endian.h
virtio_ids.h vtscmi: Add a virtio-scmi driver 2024-04-11 09:58:56 +00:00
virtio_if.m
virtio_ring.h
virtio.c vtscmi: Add a virtio-scmi driver 2024-04-11 09:58:56 +00:00
virtio.h
virtqueue.c Deprecate contigfree(9) in favour of free(9) 2024-07-26 10:45:01 +00:00
virtqueue.h