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

/linux-4.4.14/drivers/scsi/
H A Dscsi_debug.c668 static unsigned char ctrl_m_pg[] = {0xa, 10, 2, 0, 0, 0, 0, 0, variable
1910 ctrl_m_pg[2] |= 0x4; resp_ctrl_m_pg()
1912 ctrl_m_pg[2] &= ~0x4; resp_ctrl_m_pg()
1915 ctrl_m_pg[5] |= 0x80; /* ATO=1 */ resp_ctrl_m_pg()
1917 memcpy(p, ctrl_m_pg, sizeof(ctrl_m_pg)); resp_ctrl_m_pg()
1922 return sizeof(ctrl_m_pg); resp_ctrl_m_pg()
2216 if (ctrl_m_pg[1] == arr[off + 1]) { resp_mode_select()
2217 memcpy(ctrl_m_pg + 2, arr + off + 2, resp_mode_select()
2218 sizeof(ctrl_m_pg) - 2); resp_mode_select()
2219 scsi_debug_dsense = !!(ctrl_m_pg[2] & 0x4); resp_mode_select()

Completed in 90 milliseconds