Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/ata/
Dahci.c1551 hpriv->remapped_nvme++; in ahci_remap_check()
1554 if (!hpriv->remapped_nvme) in ahci_remap_check()
1558 hpriv->remapped_nvme); in ahci_remap_check()
1682 return sysfs_emit(buf, "%u\n", hpriv->remapped_nvme); in remapped_nvme_show()
1685 static DEVICE_ATTR_RO(remapped_nvme);
Dahci.h346 u32 remapped_nvme; /* NVMe remapped device count */ member