/linux-6.3-rc2/drivers/char/ipmi/ |
A D | ipmi_poweroff.c | 200 &send_msg); in pps_poweroff_atca() 227 send_msg.data = data; in ipmi_atca_detect() 231 &send_msg); in ipmi_atca_detect() 271 &send_msg); in ipmi_poweroff_atca() 342 &send_msg); in ipmi_poweroff_cpi1() 357 &send_msg); in ipmi_poweroff_cpi1() 380 &send_msg); in ipmi_poweroff_cpi1() 392 &send_msg); in ipmi_poweroff_cpi1() 406 &send_msg); in ipmi_poweroff_cpi1() 495 &send_msg); in ipmi_poweroff_chassis() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
A D | hclgevf_main.c | 176 struct hclge_vf_to_pf_msg send_msg; in hclgevf_get_basic_info() local 203 struct hclge_vf_to_pf_msg send_msg; in hclgevf_get_port_base_vlan_filter_state() local 229 struct hclge_vf_to_pf_msg send_msg; in hclgevf_get_queue_info() local 256 struct hclge_vf_to_pf_msg send_msg; in hclgevf_get_queue_depth() local 551 send_msg.data[0] = index; in hclgevf_get_rss_hash_key() 682 memset(&send_msg, 0, sizeof(send_msg)); in hclgevf_bind_ring_to_vector() 685 send_msg.vector_id = vector_id; in hclgevf_bind_ring_to_vector() 688 send_msg.param[i].ring_type = in hclgevf_bind_ring_to_vector() 692 send_msg.param[i].int_gl_index = in hclgevf_bind_ring_to_vector() 699 send_msg.ring_num = i; in hclgevf_bind_ring_to_vector() [all …]
|
A D | hclgevf_mbx.c | 99 struct hclge_vf_to_pf_msg *send_msg, bool need_resp, in hclgevf_send_mbx_msg() argument 108 if (!send_msg) { in hclgevf_send_mbx_msg() 118 memcpy(&req->msg, send_msg, sizeof(struct hclge_vf_to_pf_msg)); in hclgevf_send_mbx_msg() 137 status = hclgevf_get_mbx_resp(hdev, send_msg->code, in hclgevf_send_mbx_msg() 138 send_msg->subcode, resp_data, in hclgevf_send_mbx_msg()
|
A D | hclgevf_main.h | 285 struct hclge_vf_to_pf_msg *send_msg, bool need_resp,
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | netns_cookie.c | 20 static const char send_msg[] = "message"; in test_netns_cookie() local 49 ret = send(client_fd, send_msg, sizeof(send_msg), 0); in test_netns_cookie() 50 if (CHECK(ret != sizeof(send_msg), "send(msg)", "ret:%d\n", ret)) in test_netns_cookie()
|
A D | tcp_hdr_options.c | 459 const char send_msg[] = "MISC!!!"; in misc() local 460 char recv_msg[sizeof(send_msg)]; in misc() 482 ret = send(sk_fds.active_fd, send_msg, sizeof(send_msg), in misc() 484 if (!ASSERT_EQ(ret, sizeof(send_msg), "send(msg)")) in misc() 488 if (!ASSERT_EQ(ret, sizeof(send_msg), "read(msg)")) in misc()
|
/linux-6.3-rc2/drivers/connector/ |
A D | cn_proc.c | 51 static inline void send_msg(struct cn_msg *msg) in send_msg() function 96 send_msg(msg); in proc_fork_connector() 120 send_msg(msg); in proc_exec_connector() 158 send_msg(msg); in proc_id_connector() 182 send_msg(msg); in proc_sid_connector() 214 send_msg(msg); in proc_ptrace_connector() 239 send_msg(msg); in proc_comm_connector() 272 send_msg(msg); in proc_coredump_connector() 307 send_msg(msg); in proc_exit_connector() 339 send_msg(msg); in cn_proc_ack()
|
/linux-6.3-rc2/sound/soc/sof/intel/ |
A D | apl.c | 47 sof_apl_ops.send_msg = hda_dsp_ipc_send_msg; in sof_apl_ops_init() 72 sof_apl_ops.send_msg = hda_dsp_ipc4_send_msg; in sof_apl_ops_init()
|
A D | icl.c | 115 sof_icl_ops.send_msg = cnl_ipc_send_msg; in sof_icl_ops_init() 140 sof_icl_ops.send_msg = cnl_ipc4_send_msg; in sof_icl_ops_init()
|
A D | tgl.c | 70 sof_tgl_ops.send_msg = cnl_ipc_send_msg; in sof_tgl_ops_init() 95 sof_tgl_ops.send_msg = cnl_ipc4_send_msg; in sof_tgl_ops_init()
|
A D | skl.c | 82 sof_skl_ops.send_msg = hda_dsp_ipc4_send_msg; in sof_skl_ops_init()
|
A D | byt.c | 243 .send_msg = atom_send_msg, 318 .send_msg = atom_send_msg,
|
A D | cnl.c | 394 sof_cnl_ops.send_msg = cnl_ipc_send_msg; in sof_cnl_ops_init() 419 sof_cnl_ops.send_msg = cnl_ipc4_send_msg; in sof_cnl_ops_init()
|
A D | pci-tng.c | 162 .send_msg = atom_send_msg,
|
/linux-6.3-rc2/sound/pci/mixart/ |
A D | mixart_core.c | 127 static int send_msg( struct mixart_mgr *mgr, in send_msg() function 231 err = send_msg(mgr, request, max_resp_size, 1, &msg_frame); /* send and mark the answer pending */ in snd_mixart_send_msg() 285 …err = send_msg(mgr, request, MSG_DEFAULT_SIZE, 1, ¬if_event); /* send and mark the notificatio… in snd_mixart_send_msg_wait_notif() 315 err = send_msg(mgr, request, MSG_DEFAULT_SIZE, 0, &message_frame); in snd_mixart_send_msg_nonblock()
|
/linux-6.3-rc2/net/tipc/ |
A D | ib_media.c | 90 .send_msg = tipc_l2_send_msg,
|
A D | eth_media.c | 84 .send_msg = tipc_l2_send_msg,
|
A D | bearer.h | 105 int (*send_msg)(struct net *net, struct sk_buff *buf, member
|
/linux-6.3-rc2/drivers/crypto/qat/qat_common/ |
A D | adf_gen2_pfvf.c | 386 pfvf_ops->send_msg = adf_gen2_pf2vf_send; in adf_gen2_init_pf_pfvf_ops() 396 pfvf_ops->send_msg = adf_gen2_vf2pf_send; in adf_gen2_init_vf_pfvf_ops()
|
A D | adf_gen4_pfvf.c | 144 pfvf_ops->send_msg = adf_gen4_pfvf_send; in adf_gen4_init_pf_pfvf_ops()
|
A D | adf_pfvf_vf_proto.c | 38 return pfvf_ops->send_msg(accel_dev, msg, pfvf_offset, in adf_send_vf2pf_msg()
|
A D | adf_pfvf_pf_proto.c | 37 return pfvf_ops->send_msg(accel_dev, msg, pfvf_offset, in adf_send_pf2vf_msg()
|
/linux-6.3-rc2/sound/soc/sof/amd/ |
A D | acp-common.c | 179 .send_msg = acp_sof_ipc_send_msg,
|
/linux-6.3-rc2/sound/soc/sof/imx/ |
A D | imx8.c | 506 .send_msg = imx8_send_msg, 567 .send_msg = imx8_send_msg,
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/ |
A D | cn10k_macsec.c | 634 goto send_msg; in cn10k_mcs_sa_stats() 645 send_msg: in cn10k_mcs_sa_stats() 689 goto send_msg; in cn10k_mcs_sc_stats() 700 send_msg: in cn10k_mcs_sc_stats() 744 goto send_msg; in cn10k_mcs_secy_stats() 755 send_msg: in cn10k_mcs_secy_stats()
|