Searched refs:VTSCSI_MAXSEG (Results 1 – 1 of 1) sorted by relevance
71 #define VTSCSI_MAXSEG 64 macro123 struct iovec vsr_iov_in[VTSCSI_MAXSEG];125 struct iovec vsr_iov_out[VTSCSI_MAXSEG];310 .seg_max = VTSCSI_MAXSEG - 2, in pci_vtscsi_reset()473 struct iovec data_iov_in[VTSCSI_MAXSEG], data_iov_out[VTSCSI_MAXSEG]; in pci_vtscsi_request_handle()578 struct iovec iov[VTSCSI_MAXSEG]; in pci_vtscsi_controlq_notify()587 n = vq_getchain(vq, iov, VTSCSI_MAXSEG, &req); in pci_vtscsi_controlq_notify()588 assert(n >= 1 && n <= VTSCSI_MAXSEG); in pci_vtscsi_controlq_notify()616 struct iovec iov[VTSCSI_MAXSEG]; in pci_vtscsi_requestq_notify()624 n = vq_getchain(vq, iov, VTSCSI_MAXSEG, &vireq); in pci_vtscsi_requestq_notify()[all …]