Home
last modified time | relevance | path

Searched refs:remapped_nvme (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
H A Dahci.c1554 hpriv->remapped_nvme++; in ahci_remap_check()
1557 if (!hpriv->remapped_nvme) in ahci_remap_check()
1561 hpriv->remapped_nvme); in ahci_remap_check()
1688 return sprintf(buf, "%u\n", hpriv->remapped_nvme); in remapped_nvme_show()
1691 static DEVICE_ATTR_RO(remapped_nvme);
H A Dahci.h343 u32 remapped_nvme; /* NVMe remapped device count */ member
/kernel/linux/linux-6.6/drivers/ata/
H A Dahci.c1578 hpriv->remapped_nvme++; in ahci_remap_check()
1581 if (!hpriv->remapped_nvme) in ahci_remap_check()
1585 hpriv->remapped_nvme); in ahci_remap_check()
1709 return sysfs_emit(buf, "%u\n", hpriv->remapped_nvme); in remapped_nvme_show()
1712 static DEVICE_ATTR_RO(remapped_nvme);
H A Dahci.h347 u32 remapped_nvme; /* NVMe remapped device count */ member

Completed in 10 milliseconds