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

/drivers/scsi/pcmcia/
H A Dnsp_message.c38 data->MsgBuffer[len] = data_reg; len++;
H A Dnsp_cs.c584 char *buf = data->MsgBuffer;
1225 data->MsgBuffer[i] = IDENTIFY(TRUE, lun); i++;
1232 data->MsgBuffer[i] = MSG_EXTENDED; i++;
1233 data->MsgBuffer[i] = 3; i++;
1234 data->MsgBuffer[i] = MSG_EXT_SDTR; i++;
1235 data->MsgBuffer[i] = 0x0c; i++;
1236 data->MsgBuffer[i] = 15; i++;
1261 data->MsgBuffer[0] == MSG_EXTENDED &&
1262 data->MsgBuffer[1] == 3 &&
1263 data->MsgBuffer[
[all...]
H A Dnsp_debug.c210 printk(" %02x", data->MsgBuffer[i]);
H A Dnsp_cs.h265 unsigned char MsgBuffer[MSGBUF_SIZE]; member in struct:_nsp_hw_data

Completed in 80 milliseconds