Home
last modified time | relevance | path

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

/Linux-v5.15/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,
3540 u8 mpage[CACHE_MPAGE_LEN]; in ata_mselect_caching()
3549 if (len != CACHE_MPAGE_LEN - 2) { in ata_mselect_caching()
3550 if (len < CACHE_MPAGE_LEN - 2) in ata_mselect_caching()
3553 *fp = CACHE_MPAGE_LEN - 2; in ata_mselect_caching()
3563 for (i = 0; i < CACHE_MPAGE_LEN - 2; i++) { in ata_mselect_caching()