Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c2217 static unsigned char ctrl_m_pg[] = {0xa, 10, 2, 0, 0, 0, 0, 0, variable
2228 ctrl_m_pg[2] |= 0x4; in resp_ctrl_m_pg()
2230 ctrl_m_pg[2] &= ~0x4; in resp_ctrl_m_pg()
2233 ctrl_m_pg[5] |= 0x80; /* ATO=1 */ in resp_ctrl_m_pg()
2235 memcpy(p, ctrl_m_pg, sizeof(ctrl_m_pg)); in resp_ctrl_m_pg()
2240 return sizeof(ctrl_m_pg); in resp_ctrl_m_pg()
2539 if (ctrl_m_pg[1] == arr[off + 1]) { in resp_mode_select()
2540 memcpy(ctrl_m_pg + 2, arr + off + 2, in resp_mode_select()
2541 sizeof(ctrl_m_pg) in resp_mode_select()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_debug.c2226 static unsigned char ctrl_m_pg[] = {0xa, 10, 2, 0, 0, 0, 0, 0, variable
2237 ctrl_m_pg[2] |= 0x4; in resp_ctrl_m_pg()
2239 ctrl_m_pg[2] &= ~0x4; in resp_ctrl_m_pg()
2242 ctrl_m_pg[5] |= 0x80; /* ATO=1 */ in resp_ctrl_m_pg()
2244 memcpy(p, ctrl_m_pg, sizeof(ctrl_m_pg)); in resp_ctrl_m_pg()
2249 return sizeof(ctrl_m_pg); in resp_ctrl_m_pg()
2548 if (ctrl_m_pg[1] == arr[off + 1]) { in resp_mode_select()
2549 memcpy(ctrl_m_pg + 2, arr + off + 2, in resp_mode_select()
2550 sizeof(ctrl_m_pg) in resp_mode_select()
[all...]

Completed in 14 milliseconds