Home
last modified time | relevance | path

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

/drivers/isdn/sc/
Dmessage.c93 ReqMessage sndmsg; in sendmessage() local
117 memset(&sndmsg, 0, MSG_LEN); in sendmessage()
118 sndmsg.msg_byte_cnt = 4; in sendmessage()
119 sndmsg.type = type; in sendmessage()
120 sndmsg.class = class; in sendmessage()
121 sndmsg.code = code; in sendmessage()
122 sndmsg.phy_link_no = link; in sendmessage()
127 memcpy(&(sndmsg.msg_data), data, data_len); in sendmessage()
128 sndmsg.msg_byte_cnt = data_len + 8; in sendmessage()
131 sndmsg.process_id = procid; in sendmessage()
[all …]
Dinit.c445 ReqMessage sndmsg; in identify_board() local
514 memset(&sndmsg, 0, MSG_LEN); in identify_board()
515 sndmsg.msg_byte_cnt = 3; in identify_board()
516 sndmsg.type = cmReqType1; in identify_board()
517 sndmsg.class = cmReqClass0; in identify_board()
518 sndmsg.code = cmReqHWConfig; in identify_board()
519 memcpy_toio(&(dpm->req_queue[dpm->req_head++]), &sndmsg, MSG_LEN); in identify_board()