| /linux/drivers/connector/ |
| H A D | cn_proc.c | 88 static inline void send_msg(struct cn_msg *msg) in send_msg() function 144 send_msg(msg); in proc_fork_connector() 168 send_msg(msg); in proc_exec_connector() 206 send_msg(msg); in proc_id_connector() 230 send_msg(msg); in proc_sid_connector() 262 send_msg(msg); in proc_ptrace_connector() 287 send_msg(msg); in proc_comm_connector() 320 send_msg(msg); in proc_coredump_connector() 355 send_msg(msg); in proc_exit_connector() 387 send_msg(msg); in cn_proc_ack()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | ns_current_pid_tgid.c | 126 static const char send_msg[] = "message"; in test_current_pid_tgid_sk_msg() local 163 err = send(client_fd, send_msg, sizeof(send_msg), 0); in test_current_pid_tgid_sk_msg() 164 if (!ASSERT_EQ(err, sizeof(send_msg), "send(msg)")) in test_current_pid_tgid_sk_msg()
|
| H 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/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| H A D | hclgevf_mbx.c | 102 struct hclge_vf_to_pf_msg *send_msg, bool need_resp, in hclgevf_send_mbx_msg() argument 111 if (!send_msg) { in hclgevf_send_mbx_msg() 121 memcpy(&req->msg, send_msg, sizeof(struct hclge_vf_to_pf_msg)); in hclgevf_send_mbx_msg() 140 status = hclgevf_get_mbx_resp(hdev, send_msg->code, in hclgevf_send_mbx_msg() 141 send_msg->subcode, resp_data, in hclgevf_send_mbx_msg()
|
| H A D | hclgevf_main.h | 287 struct hclge_vf_to_pf_msg *send_msg, bool need_resp,
|
| /linux/sound/soc/sof/intel/ |
| H A D | apl.c | 46 sof_apl_ops.send_msg = hda_dsp_ipc_send_msg; in sof_apl_ops_init() 73 sof_apl_ops.send_msg = hda_dsp_ipc4_send_msg; in sof_apl_ops_init()
|
| H A D | icl.c | 114 sof_icl_ops.send_msg = cnl_ipc_send_msg; in sof_icl_ops_init() 141 sof_icl_ops.send_msg = cnl_ipc4_send_msg; in sof_icl_ops_init()
|
| H A D | tgl.c | 80 sof_tgl_ops.send_msg = cnl_ipc_send_msg; in sof_tgl_ops_init() 111 sof_tgl_ops.send_msg = cnl_ipc4_send_msg; in sof_tgl_ops_init()
|
| H A D | skl.c | 81 sof_skl_ops.send_msg = hda_dsp_ipc4_send_msg; in sof_skl_ops_init()
|
| H A D | byt.c | 240 .send_msg = atom_send_msg, 315 .send_msg = atom_send_msg,
|
| H A D | cnl.c | 400 sof_cnl_ops.send_msg = cnl_ipc_send_msg; in sof_cnl_ops_init() 427 sof_cnl_ops.send_msg = cnl_ipc4_send_msg; in sof_cnl_ops_init()
|
| /linux/include/linux/net/intel/ |
| H A D | iidc_rdma_idpf.h | 52 u8 *send_msg, u16 msg_size,
|
| /linux/net/tipc/ |
| H A D | ib_media.c | 90 .send_msg = tipc_l2_send_msg,
|
| H A D | eth_media.c | 84 .send_msg = tipc_l2_send_msg,
|
| H A D | bearer.h | 105 int (*send_msg)(struct net *net, struct sk_buff *buf, member
|
| H A D | bearer.c | 575 b->media->send_msg(net, skb, b, dest); in tipc_bearer_xmit_skb() 606 b->media->send_msg(net, skb, b, dst); in tipc_bearer_xmit() 640 b->media->send_msg(net, skb, b, dst); in tipc_bearer_bc_xmit()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_gen2_pfvf.c | 388 pfvf_ops->send_msg = adf_gen2_pf2vf_send; in adf_gen2_init_pf_pfvf_ops() 398 pfvf_ops->send_msg = adf_gen2_vf2pf_send; in adf_gen2_init_vf_pfvf_ops()
|
| H A D | adf_gen4_pfvf.c | 142 pfvf_ops->send_msg = adf_gen4_pfvf_send; in adf_gen4_init_pf_pfvf_ops()
|
| H A D | adf_pfvf_vf_proto.c | 38 return pfvf_ops->send_msg(accel_dev, msg, pfvf_offset, in adf_send_vf2pf_msg()
|
| H A D | adf_pfvf_pf_proto.c | 37 return pfvf_ops->send_msg(accel_dev, msg, pfvf_offset, in adf_send_pf2vf_msg()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | cn10k_macsec.c | 769 goto send_msg; in cn10k_mcs_sa_stats() 780 send_msg: in cn10k_mcs_sa_stats() 824 goto send_msg; in cn10k_mcs_sc_stats() 835 send_msg: in cn10k_mcs_sc_stats() 879 goto send_msg; in cn10k_mcs_secy_stats() 890 send_msg: in cn10k_mcs_secy_stats()
|
| /linux/sound/soc/sof/amd/ |
| H A D | acp-common.c | 220 .send_msg = acp_sof_ipc_send_msg,
|
| /linux/sound/soc/sof/mediatek/mt8195/ |
| H A D | mt8195.c | 430 .send_msg = mtk_adsp_send_msg,
|
| /linux/sound/soc/sof/imx/ |
| H A D | imx-common.c | 452 .send_msg = imx_send_msg,
|
| /linux/tools/testing/selftests/net/ |
| H A D | nettest.c | 1023 static int send_msg(int sd, void *addr, socklen_t alen, struct sock_args *args) in send_msg() function 1265 if (send_msg(sd, addr, alen, args)) in msg_loop() 1326 if (send_msg(sd, addr, alen, args)) { in msg_loop()
|