Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_virtio_scsi.c72 #define VTSCSI_MAXSEG 64 macro
124 struct iovec vsr_iov_in[VTSCSI_MAXSEG];
126 struct iovec vsr_iov_out[VTSCSI_MAXSEG];
311 .seg_max = VTSCSI_MAXSEG - 2, in pci_vtscsi_reset()
474 struct iovec data_iov_in[VTSCSI_MAXSEG], data_iov_out[VTSCSI_MAXSEG]; in pci_vtscsi_request_handle()
579 struct iovec iov[VTSCSI_MAXSEG]; in pci_vtscsi_controlq_notify()
588 n = vq_getchain(vq, iov, VTSCSI_MAXSEG, &req); in pci_vtscsi_controlq_notify()
589 assert(n >= 1 && n <= VTSCSI_MAXSEG); in pci_vtscsi_controlq_notify()
617 struct iovec iov[VTSCSI_MAXSEG]; in pci_vtscsi_requestq_notify()
625 n = vq_getchain(vq, iov, VTSCSI_MAXSEG, &vireq); in pci_vtscsi_requestq_notify()
[all …]