Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/ipmi/
Dipmi_poweroff.c123 struct kernel_ipmi_msg *send_msg) in ipmi_request_wait_for_response() argument
130 rv = ipmi_request_supply_msgs(user, addr, 0, send_msg, &comp, in ipmi_request_wait_for_response()
143 struct kernel_ipmi_msg *send_msg) in ipmi_request_in_rc_mode() argument
148 rv = ipmi_request_supply_msgs(user, addr, 0, send_msg, NULL, in ipmi_request_in_rc_mode()
186 struct kernel_ipmi_msg send_msg; in pps_poweroff_atca() local
197 send_msg.netfn = IPMI_NETFN_OEM; in pps_poweroff_atca()
198 send_msg.cmd = IPMI_ATCA_PPS_GRACEFUL_RESTART; in pps_poweroff_atca()
199 send_msg.data = IPMI_ATCA_PPS_IANA; in pps_poweroff_atca()
200 send_msg.data_len = 3; in pps_poweroff_atca()
203 &send_msg); in pps_poweroff_atca()
[all …]
/Linux-v4.19/drivers/connector/
Dcn_proc.c58 static inline void send_msg(struct cn_msg *msg) in send_msg() function
103 send_msg(msg); in proc_fork_connector()
127 send_msg(msg); in proc_exec_connector()
165 send_msg(msg); in proc_id_connector()
189 send_msg(msg); in proc_sid_connector()
221 send_msg(msg); in proc_ptrace_connector()
246 send_msg(msg); in proc_comm_connector()
272 send_msg(msg); in proc_coredump_connector()
300 send_msg(msg); in proc_exit_connector()
332 send_msg(msg); in cn_proc_ack()
/Linux-v4.19/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-v4.19/net/tipc/
Dib_media.c88 .send_msg = tipc_l2_send_msg,
Deth_media.c86 .send_msg = tipc_l2_send_msg,
Dbearer.h104 int (*send_msg)(struct net *net, struct sk_buff *buf, member
Dbearer.c502 b->media->send_msg(net, skb, b, dest); in tipc_bearer_xmit_skb()
527 b->media->send_msg(net, skb, b, dst); in tipc_bearer_xmit()
554 b->media->send_msg(net, skb, b, &b->bcast_addr); in tipc_bearer_bc_xmit()
Dudp_media.c796 .send_msg = tipc_udp_send_msg,
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/
Dtunnel_conf.c324 goto send_msg; in nfp_tun_write_neigh()
335 send_msg: in nfp_tun_write_neigh()
/Linux-v4.19/drivers/misc/mic/scif/
Dscif_rma.c667 bool send_msg = false; in scif_unregister_window() local
674 send_msg = true; in scif_unregister_window()
681 if (send_msg) { in scif_unregister_window()