Searched refs:MSG_LEN (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/sc/
H A Dmessage.c53 MSG_LEN);
117 memset(&sndmsg, 0, MSG_LEN);
147 memcpy_toio(&(dpm->req_queue[dpm->req_head]),&sndmsg,MSG_LEN);
H A Dinit.c514 memset(&sndmsg, 0, MSG_LEN);
519 memcpy_toio(&(dpm->req_queue[dpm->req_head++]), &sndmsg, MSG_LEN);
535 memcpy_fromio(&rcvmsg, &(dpm->rsp_queue[dpm->rsp_tail]), MSG_LEN);
H A Dmessage.h31 #define MSG_LEN 64 /* Size of a message */ macro

Completed in 120 milliseconds