Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dscsi_debug.c1733 static unsigned char iec_m_pg[] = {0x1c, 0xa, 0x08, 0, 0, 0, 0, 0, variable
1761 } else if ((iec_m_pg[2] & 0x4) && (6 == (iec_m_pg[3] & 0xf))) { in resp_requests()
2260 memcpy(p, iec_m_pg, sizeof(iec_m_pg)); in resp_iec_m_pg()
2265 return sizeof(iec_m_pg); in resp_iec_m_pg()
2560 if (iec_m_pg[1] == arr[off + 1]) { in resp_mode_select()
2561 memcpy(iec_m_pg + 2, arr + off + 2, in resp_mode_select()
2562 sizeof(iec_m_pg) - 2); in resp_mode_select()
2592 if (iec_m_pg[2] & 0x4) { /* TEST bit set */ in resp_ie_l_pg()