Searched refs:sndmsg (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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.c442 ReqMessage sndmsg; local
511 memset(&sndmsg, 0, MSG_LEN);
512 sndmsg.msg_byte_cnt = 3;
513 sndmsg.type = cmReqType1;
514 sndmsg.class = cmReqClass0;
515 sndmsg.code = cmReqHWConfig;
516 memcpy_toio(&(dpm->req_queue[dpm->req_head++]), &sndmsg, MSG_LEN);

Completed in 85 milliseconds