Searched defs:caching_pg (Results 1 - 1 of 1) sorted by last modified time

/drivers/scsi/
H A Dscsi_debug.c353 static unsigned char caching_pg[] = {0x8, 18, 0x14, 0, 0xff, 0xff, 0, 0, variable
1353 caching_pg[2] &= ~0x4; /* set WCE=0 (default WCE=1) */
1354 memcpy(p, caching_pg, sizeof(caching_pg));
1359 return sizeof(caching_pg);
1680 if (caching_pg[1] == arr[off + 1]) {
1681 memcpy(caching_pg + 2, arr + off + 2,
1682 sizeof(caching_pg) - 2);

Completed in 42 milliseconds