Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dahci.c1658 hpriv->remapped_nvme++; in ahci_remap_check()
1661 if (!hpriv->remapped_nvme) in ahci_remap_check()
1665 hpriv->remapped_nvme); in ahci_remap_check()
1789 return sysfs_emit(buf, "%u\n", hpriv->remapped_nvme); in remapped_nvme_show()
1792 static DEVICE_ATTR_RO(remapped_nvme);
H A Dahci.h347 u32 remapped_nvme; /* NVMe remapped device count */ member