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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_debug.c278 static unsigned char ctrl_m_pg[] = {0xa, 10, 2, 0, 0, 0, 0, 0, variable
1199 ctrl_m_pg[2] |= 0x4;
1201 ctrl_m_pg[2] &= ~0x4;
1204 ctrl_m_pg[5] |= 0x80; /* ATO=1 */
1206 memcpy(p, ctrl_m_pg, sizeof(ctrl_m_pg));
1211 return sizeof(ctrl_m_pg);
1507 if (ctrl_m_pg[1] == arr[off + 1]) {
1508 memcpy(ctrl_m_pg + 2, arr + off + 2,
1509 sizeof(ctrl_m_pg)
[all...]

Completed in 101 milliseconds