Home
last modified time | relevance | path

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

/linux-6.15/drivers/ata/
H A Dahci.c1656 hpriv->remapped_nvme++; in ahci_remap_check()
1659 if (!hpriv->remapped_nvme) in ahci_remap_check()
1663 hpriv->remapped_nvme); in ahci_remap_check()
1809 return sysfs_emit(buf, "%u\n", hpriv->remapped_nvme); in remapped_nvme_show()
1812 static DEVICE_ATTR_RO(remapped_nvme);
H A Dahci.h346 u32 remapped_nvme; /* NVMe remapped device count */ member