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

/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi_var.h166 uint_t req_depth; member in struct:pvscsi_softc
H A Dpvscsi.c147 end = &pvs->cmd_ctx[pvs->req_depth];
159 if (ctx > 0 && ctx <= pvs->req_depth)
1252 size_t size = pvs->req_depth * sizeof (pvscsi_cmd_ctx_t);
1256 for (i = 0; i < pvs->req_depth; ++i, ++ctx) {
1281 for (i = 0; i < pvs->req_depth; ++i, ++ctx) {
1299 pvs->req_depth = pvs->req_pages * PVSCSI_MAX_NUM_REQ_ENTRIES_PER_PAGE;

Completed in 76 milliseconds