Home
last modified time | relevance | path

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

/linux-6.15/drivers/ata/
H A Dlibata-core.c1321 u64 native_sectors; in ata_hpa_resize() local
1348 dev->n_native_sectors = native_sectors; in ata_hpa_resize()
1351 if (native_sectors <= sectors || !unlock_hpa) { in ata_hpa_resize()
1352 if (!print_info || native_sectors == sectors) in ata_hpa_resize()
1355 if (native_sectors > sectors) in ata_hpa_resize()
1359 (unsigned long long)native_sectors); in ata_hpa_resize()
1360 else if (native_sectors < sectors) in ata_hpa_resize()
1363 (unsigned long long)native_sectors, in ata_hpa_resize()
1369 rc = ata_set_max_sectors(dev, native_sectors); in ata_hpa_resize()
1375 (unsigned long long)native_sectors); in ata_hpa_resize()
[all …]