Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/smartpqi/
Dsmartpqi_init.c6900 u8 set_stream_detection = 0; in pqi_host_enable_stream_detection_store() local
6902 if (kstrtou8(buffer, 0, &set_stream_detection)) in pqi_host_enable_stream_detection_store()
6905 if (set_stream_detection > 0) in pqi_host_enable_stream_detection_store()
6906 set_stream_detection = 1; in pqi_host_enable_stream_detection_store()
6908 ctrl_info->enable_stream_detection = set_stream_detection; in pqi_host_enable_stream_detection_store()