Searched refs:ctrl_m_pg (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/scsi/
H A Dscsi_debug.c2547 static unsigned char ctrl_m_pg[] = {0xa, 10, 2, 0, 0, 0, 0, 0, variable
2558 ctrl_m_pg[2] |= 0x4;
2560 ctrl_m_pg[2] &= ~0x4;
2563 ctrl_m_pg[5] |= 0x80; /* ATO=1 */
2565 memcpy(p, ctrl_m_pg, sizeof(ctrl_m_pg));
2570 return sizeof(ctrl_m_pg);
2926 if (ctrl_m_pg[1] == arr[off + 1]) {
2927 memcpy(ctrl_m_pg + 2, arr + off + 2,
2928 sizeof(ctrl_m_pg)
[all...]

Completed in 299 milliseconds