Home
last modified time | relevance | path

Searched refs:send_msg (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/char/ipmi/
Dipmi_poweroff.c143 struct kernel_ipmi_msg *send_msg) in ipmi_request_wait_for_response() argument
150 rv = ipmi_request_supply_msgs(user, addr, 0, send_msg, &comp, in ipmi_request_wait_for_response()
163 struct kernel_ipmi_msg *send_msg) in ipmi_request_in_rc_mode() argument
168 rv = ipmi_request_supply_msgs(user, addr, 0, send_msg, NULL, in ipmi_request_in_rc_mode()
206 struct kernel_ipmi_msg send_msg; in pps_poweroff_atca() local
217 send_msg.netfn = IPMI_NETFN_OEM; in pps_poweroff_atca()
218 send_msg.cmd = IPMI_ATCA_PPS_GRACEFUL_RESTART; in pps_poweroff_atca()
219 send_msg.data = IPMI_ATCA_PPS_IANA; in pps_poweroff_atca()
220 send_msg.data_len = 3; in pps_poweroff_atca()
223 &send_msg); in pps_poweroff_atca()
[all …]
/linux-4.1.27/sound/pci/mixart/
Dmixart_core.c145 static int send_msg( struct mixart_mgr *mgr, in send_msg() function
249 err = send_msg(mgr, request, max_resp_size, 1, &msg_frame); /* send and mark the answer pending */ in snd_mixart_send_msg()
301 …err = send_msg(mgr, request, MSG_DEFAULT_SIZE, 1, &notif_event); /* send and mark the notificatio… in snd_mixart_send_msg_wait_notif()
331 err = send_msg(mgr, request, MSG_DEFAULT_SIZE, 0, &message_frame); in snd_mixart_send_msg_nonblock()
/linux-4.1.27/net/tipc/
Dib_media.c88 .send_msg = tipc_l2_send_msg,
Deth_media.c86 .send_msg = tipc_l2_send_msg,
Dbearer.h105 int (*send_msg)(struct net *net, struct sk_buff *buf, member
Dudp_media.c441 .send_msg = tipc_udp_send_msg,
Dbearer.c471 b_ptr->media->send_msg(net, buf, b_ptr, dest); in tipc_bearer_send()
Dbcast.c888 bcbearer->media.send_msg = tipc_bcbearer_send; in tipc_bclink_init()
/linux-4.1.27/drivers/staging/unisys/visorchipset/
Dvisorchipset_main.c538 u8 send_msg = 1; in check_chipset_events() local
541 send_msg &= chipset_events[i]; in check_chipset_events()
542 return send_msg; in check_chipset_events()