Home
last modified time | relevance | path

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

/Linux-v5.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,
3584 u8 mpage[CACHE_MPAGE_LEN]; in ata_mselect_caching()
3593 if (len != CACHE_MPAGE_LEN - 2) { in ata_mselect_caching()
3594 if (len < CACHE_MPAGE_LEN - 2) in ata_mselect_caching()
3597 *fp = CACHE_MPAGE_LEN - 2; in ata_mselect_caching()
3607 for (i = 0; i < CACHE_MPAGE_LEN - 2; i++) { in ata_mselect_caching()