Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ata/
Dlibata-scsi.c73 #define CACHE_MPAGE_LEN 20 macro
90 static const u8 def_cache_mpage[CACHE_MPAGE_LEN] = {
92 CACHE_MPAGE_LEN - 2,
3868 u8 mpage[CACHE_MPAGE_LEN]; in ata_mselect_caching()
3877 if (len != CACHE_MPAGE_LEN - 2) { in ata_mselect_caching()
3878 if (len < CACHE_MPAGE_LEN - 2) in ata_mselect_caching()
3881 *fp = CACHE_MPAGE_LEN - 2; in ata_mselect_caching()
3891 for (i = 0; i < CACHE_MPAGE_LEN - 2; i++) { in ata_mselect_caching()