Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ata/
Dlibata-scsi.c53 #define CACHE_MPAGE_LEN 20 macro
70 static const u8 def_cache_mpage[CACHE_MPAGE_LEN] = {
72 CACHE_MPAGE_LEN - 2,
3596 u8 mpage[CACHE_MPAGE_LEN]; in ata_mselect_caching()
3605 if (len != CACHE_MPAGE_LEN - 2) { in ata_mselect_caching()
3606 if (len < CACHE_MPAGE_LEN - 2) in ata_mselect_caching()
3609 *fp = CACHE_MPAGE_LEN - 2; in ata_mselect_caching()
3619 for (i = 0; i < CACHE_MPAGE_LEN - 2; i++) { in ata_mselect_caching()