Searched refs:caching_pg (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
H A D | scsi_debug.c | 662 static unsigned char caching_pg[] = {0x8, 18, 0x14, 0, 0xff, 0xff, 0, 0, variable 1891 caching_pg[2] &= ~0x4; /* set WCE=0 (default WCE=1) */ resp_caching_pg() 1892 memcpy(p, caching_pg, sizeof(caching_pg)); resp_caching_pg() 1897 return sizeof(caching_pg); resp_caching_pg() 2207 if (caching_pg[1] == arr[off + 1]) { resp_mode_select() 2208 memcpy(caching_pg + 2, arr + off + 2, resp_mode_select() 2209 sizeof(caching_pg) - 2); resp_mode_select()
|
Completed in 93 milliseconds