Searched refs:ignore_stop (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/usb/storage/
H A Dcfumass.c80 static int ignore_stop = 1; variable
81 SYSCTL_INT(_hw_usb_cfumass, OID_AUTO, ignore_stop, CTLFLAG_RWTUN,
82 &ignore_stop, 1, "Ignore START STOP UNIT with START and LOEJ bits cleared");
592 if (ignore_stop == 0) {
594 } else if (ignore_stop == 1) {

Completed in 168 milliseconds