Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c1724 static unsigned char iec_m_pg[] = {0x1c, 0xa, 0x08, 0, 0, 0, 0, 0, variable
1752 } else if ((iec_m_pg[2] & 0x4) && (6 == (iec_m_pg[3] & 0xf))) { in resp_requests()
2251 memcpy(p, iec_m_pg, sizeof(iec_m_pg)); in resp_iec_m_pg()
2256 return sizeof(iec_m_pg); in resp_iec_m_pg()
2551 if (iec_m_pg[1] == arr[off + 1]) { in resp_mode_select()
2552 memcpy(iec_m_pg + 2, arr + off + 2, in resp_mode_select()
2553 sizeof(iec_m_pg) - 2); in resp_mode_select()
2583 if (iec_m_pg[ in resp_ie_l_pg()
[all...]
/kernel/linux/linux-6.6/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[ in resp_ie_l_pg()
[all...]

Completed in 14 milliseconds