aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vmware/pvscsi
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:30:01 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:30:01 +0000
commit4eb2ed072bd0789c2eae8ecaec0d580fee419ce7 (patch)
tree84643dcd64cb076cfaf2eadf9366588b67e9b136 /sys/dev/vmware/pvscsi
parentd63738087ebc42e331a8147c74b690c1f0923f6b (diff)
Notes
Diffstat (limited to 'sys/dev/vmware/pvscsi')
-rw-r--r--sys/dev/vmware/pvscsi/pvscsi.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/vmware/pvscsi/pvscsi.c b/sys/dev/vmware/pvscsi/pvscsi.c
index 1bf7ce459873..3ca905313897 100644
--- a/sys/dev/vmware/pvscsi/pvscsi.c
+++ b/sys/dev/vmware/pvscsi/pvscsi.c
@@ -127,7 +127,6 @@ static int pvscsi_probe(device_t dev);
static int pvscsi_shutdown(device_t dev);
static int pvscsi_get_tunable(struct pvscsi_softc *sc, char *name, int value);
-
#ifdef PVSCSI_DEBUG_LOGGING
static int pvscsi_log_level = 0;
static SYSCTL_NODE(_hw, OID_AUTO, pvscsi, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
@@ -154,12 +153,10 @@ TUNABLE_INT("hw.pvscsi.use_req_call_threshold", &pvscsi_use_req_call_threshold);
static int pvscsi_max_queue_depth = 0;
TUNABLE_INT("hw.pvscsi.max_queue_depth", &pvscsi_max_queue_depth);
-
struct pvscsi_sg_list {
struct pvscsi_sg_element sge[PVSCSI_MAX_SG_ENTRIES_PER_SEGMENT];
};
-
#define PVSCSI_ABORT_TIMEOUT 2
#define PVSCSI_RESET_TIMEOUT 10