Searched refs:VRING_DESC_F_WRITE (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/usr.sbin/bhyve/
H A Dvirtio.h129 #define VRING_DESC_F_WRITE (1 << 1) macro
H A Dpci_virtio_block.c224 assert((flags[0] & VRING_DESC_F_WRITE) == 0);
232 assert(flags[n] & VRING_DESC_F_WRITE);
250 assert(((flags[i] & VRING_DESC_F_WRITE) == 0) == writeop);
/freebsd-11-stable/sys/dev/virtio/
H A Dvirtqueue.c713 dp->flags |= VRING_DESC_F_WRITE;
H A Dvirtio_ring.h39 #define VRING_DESC_F_WRITE 2 macro

Completed in 62 milliseconds