| /linux/drivers/net/ovpn/ |
| H A D | tcp.c | 232 kfree_skb(peer->tcp.out_msg.skb); in ovpn_tcp_socket_wait_finish() 233 peer->tcp.out_msg.skb = NULL; in ovpn_tcp_socket_wait_finish() 238 struct sk_buff *skb = peer->tcp.out_msg.skb; in ovpn_tcp_send_sock() 252 peer->tcp.out_msg.offset, in ovpn_tcp_send_sock() 253 peer->tcp.out_msg.len, in ovpn_tcp_send_sock() 277 peer->tcp.out_msg.len -= ret; in ovpn_tcp_send_sock() 278 peer->tcp.out_msg.offset += ret; in ovpn_tcp_send_sock() 279 } while (peer->tcp.out_msg.len > 0); in ovpn_tcp_send_sock() 281 if (!peer->tcp.out_msg.len) { in ovpn_tcp_send_sock() 287 kfree_skb(peer->tcp.out_msg.skb); in ovpn_tcp_send_sock() [all …]
|
| /linux/drivers/tee/qcomtee/ |
| H A D | shm.c | 85 oic->out_msg.addr = tee_shm_get_va(oic->out_shm, 0); in qcomtee_msg_buffers_alloc() 86 oic->out_msg.size = tee_shm_get_size(oic->out_shm); in qcomtee_msg_buffers_alloc() 89 memzero_explicit(oic->out_msg.addr, oic->out_msg.size); in qcomtee_msg_buffers_alloc()
|
| H A D | core.c | 544 msg = oic->out_msg.addr; in qcomtee_prepare_args() 582 msg = oic->out_msg.addr; in qcomtee_update_msg() 693 out_msg_paddr, oic->out_msg.size, in qcomtee_object_invoke_ctx_invoke() 697 oic->out_msg.size, in qcomtee_object_invoke_ctx_invoke() 766 cb_msg = oic->out_msg.addr; in qcomtee_object_do_invoke_internal()
|
| H A D | qcomtee_object.h | 167 struct qcomtee_buffer out_msg; member
|
| /linux/drivers/gpu/drm/amd/display/modules/hdcp/ |
| H A D | hdcp_psp.c | 276 hdcp->auth.id = hdcp_cmd->out_msg.hdcp1_create_session.session_handle; in mod_hdcp_hdcp1_create_session() 281 hdcp->auth.msg.hdcp1.ainfo = hdcp_cmd->out_msg.hdcp1_create_session.ainfo_primary; in mod_hdcp_hdcp1_create_session() 282 memcpy(hdcp->auth.msg.hdcp1.aksv, hdcp_cmd->out_msg.hdcp1_create_session.aksv_primary, in mod_hdcp_hdcp1_create_session() 284 memcpy(hdcp->auth.msg.hdcp1.an, hdcp_cmd->out_msg.hdcp1_create_session.an_primary, in mod_hdcp_hdcp1_create_session() 349 } else if (hdcp_cmd->out_msg.hdcp1_first_part_authentication.authentication_status == in mod_hdcp_hdcp1_validate_rx() 353 } else if (hdcp_cmd->out_msg.hdcp1_first_part_authentication.authentication_status == in mod_hdcp_hdcp1_validate_rx() 356 } else if (hdcp_cmd->out_msg.hdcp1_first_part_authentication.authentication_status == in mod_hdcp_hdcp1_validate_rx() 423 hdcp_cmd->out_msg.hdcp1_second_part_authentication.authentication_status == in mod_hdcp_hdcp1_validate_ksvlist_vp() 426 } else if (hdcp_cmd->out_msg.hdcp1_second_part_authentication.authentication_status == in mod_hdcp_hdcp1_validate_ksvlist_vp() 488 hdcp_cmd->out_msg.hdcp1_get_encryption_status.protection_level = 0; in mod_hdcp_hdcp1_link_maintenance() [all …]
|
| H A D | hdcp_psp.h | 521 union ta_hdcp_cmd_output out_msg; member
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_msg.c | 427 goto out_msg; in vmw_host_get_guestinfo() 448 out_msg: in vmw_host_get_guestinfo() 501 goto out_msg; in vmw_host_printf() 509 out_msg: in vmw_host_printf() 563 goto out_msg; in vmw_msg_ioctl() 572 goto out_msg; in vmw_msg_ioctl() 579 goto out_msg; in vmw_msg_ioctl() 591 out_msg: in vmw_msg_ioctl()
|
| /linux/drivers/acpi/ |
| H A D | acpi_ipmi.c | 387 goto out_msg; in ipmi_msg_handler() 404 goto out_msg; in ipmi_msg_handler() 433 out_msg: in ipmi_msg_handler() 573 goto out_msg; in acpi_ipmi_space_handler() 580 out_msg: in acpi_ipmi_space_handler()
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_hdcp.c | 127 *srm_version = hdcp_cmd->out_msg.hdcp_get_srm.srm_version; in psp_get_srm() 128 *srm_size = hdcp_cmd->out_msg.hdcp_get_srm.srm_buf_size; in psp_get_srm() 130 return hdcp_cmd->out_msg.hdcp_get_srm.srm_buf; in psp_get_srm() 153 hdcp_cmd->out_msg.hdcp_set_srm.valid_signature != 1 || in psp_set_srm() 154 hdcp_cmd->out_msg.hdcp_set_srm.srm_version == PSP_SRM_VERSION_MAX) in psp_set_srm() 157 *srm_version = hdcp_cmd->out_msg.hdcp_set_srm.srm_version; in psp_set_srm()
|
| /linux/drivers/hv/ |
| H A D | hv_kvp.c | 261 static int process_ob_ipinfo(void *in_msg, void *out_msg, int op) in process_ob_ipinfo() argument 264 struct hv_kvp_ip_msg *out = out_msg; in process_ob_ipinfo() 321 static void process_ib_ipinfo(void *in_msg, void *out_msg, int op) in process_ib_ipinfo() argument 324 struct hv_kvp_msg *out = out_msg; in process_ib_ipinfo()
|
| /linux/net/ceph/ |
| H A D | messenger.c | 519 if (con->out_msg) { in ceph_con_reset_protocol() 520 WARN_ON(con->out_msg->con != con); in ceph_con_reset_protocol() 521 ceph_msg_put(con->out_msg); in ceph_con_reset_protocol() 522 con->out_msg = NULL; in ceph_con_reset_protocol() 560 WARN_ON(con->out_msg); in ceph_con_reset_session() 1783 WARN_ON(con->out_msg == msg); in ceph_msg_revoke() 1793 if (con->out_msg == msg) { in ceph_msg_revoke() 1800 ceph_msg_put(con->out_msg); in ceph_msg_revoke() 1801 con->out_msg = NULL; in ceph_msg_revoke() 1804 con, msg, con->out_msg); in ceph_msg_revoke() [all …]
|
| H A D | messenger_v2.c | 3249 dout("%s con %p msg %p\n", __func__, con, con->out_msg); in finish_message() 3260 if (con->out_msg) { in finish_message() 3261 ceph_msg_put(con->out_msg); in finish_message() 3262 con->out_msg = NULL; in finish_message() 3285 WARN_ON(!con->out_msg); in populate_out_iter() 3286 queue_data(con, con->out_msg); in populate_out_iter() 3289 WARN_ON(!con->out_msg); in populate_out_iter() 3290 queue_data_cont(con, con->out_msg); in populate_out_iter() 3296 WARN_ON(con->out_msg); /* revoked */ in populate_out_iter() 3297 queue_zeros(con, con->out_msg); in populate_out_iter()
|
| H A D | messenger_v1.c | 1518 msg = con->out_msg; in ceph_con_v1_try_write() 1522 con->out_msg = NULL; /* we're done with this one */ in ceph_con_v1_try_write()
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_files.py | 228 def out_msg(self, fname, name, arg): 283 m = self.out_msg(fname, arg.name, arg) 227 def out_msg(self, fname, name, arg): global() member in KernelFiles
|
| /linux/drivers/hid/intel-ish-hid/ |
| H A D | ishtp-fw-loader.c | 284 u8 *out_msg, size_t out_size, in loader_cl_send() argument 288 struct loader_msg_hdr *out_hdr = (struct loader_msg_hdr *)out_msg; in loader_cl_send() 304 rv = ishtp_cl_send(loader_ishtp_cl, out_msg, out_size); in loader_cl_send()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | cmd.c | 1342 if (!dbg->in_msg || !dbg->out_msg) in dbg_write() 1356 err = mlx5_cmd_exec(dev, dbg->in_msg, dbg->inlen, dbg->out_msg, dbg->outlen); in dbg_write() 1553 if (!dbg->out_msg) in data_read() 1556 return simple_read_from_buffer(buf, count, pos, dbg->out_msg, in data_read() 1595 kfree(dbg->out_msg); in outlen_write() 1596 dbg->out_msg = NULL; in outlen_write() 1610 dbg->out_msg = ptr; in outlen_write()
|
| /linux/drivers/net/ethernet/marvell/prestera/ |
| H A D | prestera.h | 180 size_t in_size, void *out_msg, size_t out_size,
|
| /linux/include/linux/ceph/ |
| H A D | messenger.h | 500 struct ceph_msg *out_msg; /* sending message (== tail of member
|
| /linux/include/linux/mlx5/ |
| H A D | driver.h | 260 void *out_msg; member
|
| /linux/drivers/scsi/ |
| H A D | advansys.c | 6296 EXT_MSG out_msg; in AscIsrChipHalted() local 6525 (uchar *)&out_msg, in AscIsrChipHalted() 6528 if ((out_msg.msg_type == EXTENDED_MESSAGE) && in AscIsrChipHalted() 6529 (out_msg.msg_len == MS_SDTR_LEN) && in AscIsrChipHalted() 6530 (out_msg.msg_req == EXTENDED_SDTR)) { in AscIsrChipHalted()
|