Home
last modified time | relevance | path

Searched refs:MSGBUF_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/scsi/pcmcia/
Dnsp_message.c47 } while (ret > 0 && MSGBUF_SIZE > len); in nsp_message_in()
Dnsp_cs.h264 #define MSGBUF_SIZE 20 macro
265 unsigned char MsgBuffer[MSGBUF_SIZE];
Dnsp_cs.c585 int len = min(MSGBUF_SIZE, data->MsgLen); in nsp_xfer()