Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dscsi_debug.c667 static unsigned char iec_m_pg[] = {0x1c, 0xa, 0x08, 0, 0, 0, 0, 0, variable
1437 if ((iec_m_pg[2] & 0x4) && (6 == (iec_m_pg[3] & 0xf))) { in resp_requests()
1931 memcpy(p, iec_m_pg, sizeof(iec_m_pg)); in resp_iec_m_pg()
1936 return sizeof(iec_m_pg); in resp_iec_m_pg()
2222 if (iec_m_pg[1] == arr[off + 1]) { in resp_mode_select()
2223 memcpy(iec_m_pg + 2, arr + off + 2, in resp_mode_select()
2224 sizeof(iec_m_pg) - 2); in resp_mode_select()
2254 if (iec_m_pg[2] & 0x4) { /* TEST bit set */ in resp_ie_l_pg()