Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ata/
H A Dlibata-scsi.c53 #define CACHE_MPAGE_LEN 20 macro
70 static const u8 def_cache_mpage[CACHE_MPAGE_LEN] = {
72 CACHE_MPAGE_LEN - 2,
3614 u8 mpage[CACHE_MPAGE_LEN]; in ata_mselect_caching()
3623 if (len != CACHE_MPAGE_LEN - 2) { in ata_mselect_caching()
3624 if (len < CACHE_MPAGE_LEN - 2) in ata_mselect_caching()
3627 *fp = CACHE_MPAGE_LEN - 2; in ata_mselect_caching()
3637 for (i = 0; i < CACHE_MPAGE_LEN - 2; i++) { in ata_mselect_caching()
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibata-scsi.c53 #define CACHE_MPAGE_LEN 20 macro
74 static const u8 def_cache_mpage[CACHE_MPAGE_LEN] = {
76 CACHE_MPAGE_LEN - 2,
3651 u8 mpage[CACHE_MPAGE_LEN]; in ata_mselect_caching()
3660 if (len != CACHE_MPAGE_LEN - 2) { in ata_mselect_caching()
3661 *fp = min(len, CACHE_MPAGE_LEN - 2); in ata_mselect_caching()
3671 for (i = 0; i < CACHE_MPAGE_LEN - 2; i++) { in ata_mselect_caching()

Completed in 10 milliseconds