Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dscsi_debug.c2016 static unsigned char ctrl_m_pg[] = {0xa, 10, 2, 0, 0, 0, 0, 0, variable
2027 ctrl_m_pg[2] |= 0x4; in resp_ctrl_m_pg()
2029 ctrl_m_pg[2] &= ~0x4; in resp_ctrl_m_pg()
2032 ctrl_m_pg[5] |= 0x80; /* ATO=1 */ in resp_ctrl_m_pg()
2034 memcpy(p, ctrl_m_pg, sizeof(ctrl_m_pg)); in resp_ctrl_m_pg()
2039 return sizeof(ctrl_m_pg); in resp_ctrl_m_pg()
2331 if (ctrl_m_pg[1] == arr[off + 1]) { in resp_mode_select()
2332 memcpy(ctrl_m_pg + 2, arr + off + 2, in resp_mode_select()
2333 sizeof(ctrl_m_pg) - 2); in resp_mode_select()
2334 sdebug_dsense = !!(ctrl_m_pg[2] & 0x4); in resp_mode_select()