Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/sc/
Dmessage.c106 ReqMessage sndmsg; in sendmessage() local
130 memset(&sndmsg, 0, MSG_LEN); in sendmessage()
131 sndmsg.msg_byte_cnt = 4; in sendmessage()
132 sndmsg.type = type; in sendmessage()
133 sndmsg.class = class; in sendmessage()
134 sndmsg.code = code; in sendmessage()
135 sndmsg.phy_link_no = link; in sendmessage()
140 memcpy(&(sndmsg.msg_data), data, data_len); in sendmessage()
141 sndmsg.msg_byte_cnt = data_len + 8; in sendmessage()
144 sndmsg.process_id = procid; in sendmessage()
[all …]
Dinit.c472 ReqMessage sndmsg; in identify_board() local
543 memset(&sndmsg, 0, MSG_LEN); in identify_board()
544 sndmsg.msg_byte_cnt = 3; in identify_board()
545 sndmsg.type = cmReqType1; in identify_board()
546 sndmsg.class = cmReqClass0; in identify_board()
547 sndmsg.code = cmReqHWConfig; in identify_board()
548 memcpy_toio(&(dpm->req_queue[dpm->req_head++]), &sndmsg, MSG_LEN); in identify_board()