Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/pcmcia/
Dnsp_cs.c583 char *buf = data->MsgBuffer; in nsp_xfer()
1224 data->MsgBuffer[i] = IDENTIFY(TRUE, lun); i++; in nspintr()
1231 data->MsgBuffer[i] = MSG_EXTENDED; i++; in nspintr()
1232 data->MsgBuffer[i] = 3; i++; in nspintr()
1233 data->MsgBuffer[i] = MSG_EXT_SDTR; i++; in nspintr()
1234 data->MsgBuffer[i] = 0x0c; i++; in nspintr()
1235 data->MsgBuffer[i] = 15; i++; in nspintr()
1260 data->MsgBuffer[0] == MSG_EXTENDED && in nspintr()
1261 data->MsgBuffer[1] == 3 && in nspintr()
1262 data->MsgBuffer[2] == MSG_EXT_SDTR ) { in nspintr()
[all …]
Dnsp_message.c38 data->MsgBuffer[len] = data_reg; len++; in nsp_message_in()
Dnsp_debug.c210 printk(" %02x", data->MsgBuffer[i]); in show_message()
Dnsp_cs.h265 unsigned char MsgBuffer[MSGBUF_SIZE]; member