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

/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c7002 u8 set_stream_detection = 0; local
7004 if (kstrtou8(buffer, 0, &set_stream_detection))
7007 if (set_stream_detection > 0)
7008 set_stream_detection = 1;
7010 ctrl_info->enable_stream_detection = set_stream_detection;

Completed in 125 milliseconds