Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dscsi_debug.c2217 static unsigned char caching_pg[] = {0x8, 18, 0x14, 0, 0xff, 0xff, 0, 0, variable
2229 caching_pg[2] &= ~0x4; /* set WCE=0 (default WCE=1) */ in resp_caching_pg()
2230 memcpy(p, caching_pg, sizeof(caching_pg)); in resp_caching_pg()
2235 return sizeof(caching_pg); in resp_caching_pg()
2553 if (caching_pg[1] == arr[off + 1]) { in resp_mode_select()
2554 memcpy(caching_pg + 2, arr + off + 2, in resp_mode_select()
2555 sizeof(caching_pg) - 2); in resp_mode_select()