Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_devinfo.c39 static char scsi_dev_flags[256]; variable
751 module_param_string(dev_flags, scsi_dev_flags, sizeof(scsi_dev_flags), 0);
753 "Given scsi_dev_flags=vendor:model:flags[,v:m:f] add black/white"
843 * Add command line entries from scsi_dev_flags, then add
857 error = scsi_dev_info_list_add_str(scsi_dev_flags); in scsi_init_devinfo()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_devinfo.c39 static char scsi_dev_flags[256]; variable
754 module_param_string(dev_flags, scsi_dev_flags, sizeof(scsi_dev_flags), 0);
756 "Given scsi_dev_flags=vendor:model:flags[,v:m:f] add black/white"
846 * Add command line entries from scsi_dev_flags, then add
860 error = scsi_dev_info_list_add_str(scsi_dev_flags); in scsi_init_devinfo()

Completed in 3 milliseconds