mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 01:23:56 +02:00
scsi: isci: Add libsas SATA sysfs attributes group
The added sysfs attributes group enables the configuration of NCQ Priority feature for HBAs that rely on libsas to manage SATA devices. Reviewed-by: John Garry <john.g.garry@oracle.com> Reviewed-by: Damien Le Moal <dlemoal@kernel.org> Reviewed-by: Jason Yan <yanaijie@huawei.com> Reviewed-by: Hannes Reinecke <hare@suse.de> Reviewed-by: Niklas Cassel <cassel@kernel.org> Signed-off-by: Igor Pylypiv <ipylypiv@google.com> Link: https://lore.kernel.org/r/20240307214418.3812290-8-ipylypiv@google.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
14cc341229
commit
c65c4360b3
|
|
@ -149,6 +149,11 @@ static struct attribute *isci_host_attrs[] = {
|
|||
|
||||
ATTRIBUTE_GROUPS(isci_host);
|
||||
|
||||
static const struct attribute_group *isci_sdev_groups[] = {
|
||||
&sas_ata_sdev_attr_group,
|
||||
NULL
|
||||
};
|
||||
|
||||
static const struct scsi_host_template isci_sht = {
|
||||
|
||||
.module = THIS_MODULE,
|
||||
|
|
@ -176,6 +181,7 @@ static const struct scsi_host_template isci_sht = {
|
|||
.compat_ioctl = sas_ioctl,
|
||||
#endif
|
||||
.shost_groups = isci_host_groups,
|
||||
.sdev_groups = isci_sdev_groups,
|
||||
.track_queue_depth = 1,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user