Searched refs:VTSCSI_MAXSEG (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_virtio_scsi.c73 #define VTSCSI_MAXSEG 64 macro
125 struct iovec vsr_iov_in[VTSCSI_MAXSEG];
127 struct iovec vsr_iov_out[VTSCSI_MAXSEG];
314 .seg_max = VTSCSI_MAXSEG - 2,
464 struct iovec data_iov_in[VTSCSI_MAXSEG], data_iov_out[VTSCSI_MAXSEG];
559 struct iovec iov[VTSCSI_MAXSEG];
568 n = vq_getchain(vq, &idx, iov, VTSCSI_MAXSEG, NULL);
596 struct iovec iov[VTSCSI_MAXSEG];
597 uint16_t flags[VTSCSI_MAXSEG];
[all...]

Completed in 100 milliseconds