Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/pcmcia/
Dnsp_cs.c638 char *buf = data->MsgBuffer; in nsp_xfer()
1275 data->MsgBuffer[i] = IDENTIFY(TRUE, lun); i++; in nspintr()
1282 data->MsgBuffer[i] = MSG_EXTENDED; i++; in nspintr()
1283 data->MsgBuffer[i] = 3; i++; in nspintr()
1284 data->MsgBuffer[i] = MSG_EXT_SDTR; i++; in nspintr()
1285 data->MsgBuffer[i] = 0x0c; i++; in nspintr()
1286 data->MsgBuffer[i] = 15; i++; in nspintr()
1311 data->MsgBuffer[0] == MSG_EXTENDED && in nspintr()
1312 data->MsgBuffer[1] == 3 && in nspintr()
1313 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.h285 unsigned char MsgBuffer[MSGBUF_SIZE]; member