Searched refs:sndmsg (Results 1 - 2 of 2) 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.c93 ReqMessage sndmsg; local
117 memset(&sndmsg, 0, MSG_LEN);
118 sndmsg.msg_byte_cnt = 4;
119 sndmsg.type = type;
120 sndmsg.class = class;
121 sndmsg.code = code;
122 sndmsg.phy_link_no = link;
127 memcpy(&(sndmsg.msg_data), data, data_len);
128 sndmsg.msg_byte_cnt = data_len + 8;
131 sndmsg
[all...]
H A Dinit.c445 ReqMessage sndmsg; local
514 memset(&sndmsg, 0, MSG_LEN);
515 sndmsg.msg_byte_cnt = 3;
516 sndmsg.type = cmReqType1;
517 sndmsg.class = cmReqClass0;
518 sndmsg.code = cmReqHWConfig;
519 memcpy_toio(&(dpm->req_queue[dpm->req_head++]), &sndmsg, MSG_LEN);

Completed in 162 milliseconds