Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/smartpqi/
Dsmartpqi_init.c7009 u8 set_stream_detection = 0; in pqi_host_enable_stream_detection_store() local
7011 if (kstrtou8(buffer, 0, &set_stream_detection)) in pqi_host_enable_stream_detection_store()
7014 if (set_stream_detection > 0) in pqi_host_enable_stream_detection_store()
7015 set_stream_detection = 1; in pqi_host_enable_stream_detection_store()
7017 ctrl_info->enable_stream_detection = set_stream_detection; in pqi_host_enable_stream_detection_store()