Home
last modified time | relevance | path

Searched refs:in_msg (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/hv/
H A Dhv_kvp.c261 static int process_ob_ipinfo(void *in_msg, void *out_msg, int op) in process_ob_ipinfo() argument
263 struct hv_kvp_msg *in = in_msg; in process_ob_ipinfo()
321 static void process_ib_ipinfo(void *in_msg, void *out_msg, int op) in process_ib_ipinfo() argument
323 struct hv_kvp_ip_msg *in = in_msg; in process_ib_ipinfo()
377 struct hv_kvp_msg *in_msg; in kvp_send_key() local
394 in_msg = kvp_transaction.kvp_msg; in kvp_send_key()
409 process_ib_ipinfo(in_msg, message, KVP_OP_SET_IP_INFO); in kvp_send_key()
416 process_ib_ipinfo(in_msg, message, KVP_OP_GET_IP_INFO); in kvp_send_key()
419 switch (in_msg->body.kvp_set.data.value_type) { in kvp_send_key()
426 (wchar_t *)in_msg->body.kvp_set.data.value, in kvp_send_key()
[all …]
/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.c271 hdcp_cmd->in_msg.hdcp1_create_session.display_handle = display->index; in mod_hdcp_hdcp1_create_session()
304 hdcp_cmd->in_msg.hdcp1_destroy_session.session_handle = hdcp->auth.id; in mod_hdcp_hdcp1_destroy_session()
336 hdcp_cmd->in_msg.hdcp1_first_part_authentication.session_handle = hdcp->auth.id; in mod_hdcp_hdcp1_validate_rx()
338 memcpy(hdcp_cmd->in_msg.hdcp1_first_part_authentication.bksv_primary, hdcp->auth.msg.hdcp1.bksv, in mod_hdcp_hdcp1_validate_rx()
341 hdcp_cmd->in_msg.hdcp1_first_part_authentication.r0_prime_primary = hdcp->auth.msg.hdcp1.r0p; in mod_hdcp_hdcp1_validate_rx()
342 hdcp_cmd->in_msg.hdcp1_first_part_authentication.bcaps = hdcp->auth.msg.hdcp1.bcaps; in mod_hdcp_hdcp1_validate_rx()
381 hdcp_cmd->in_msg.hdcp1_enable_encryption.session_handle = hdcp->auth.id; in mod_hdcp_hdcp1_enable_encryption()
407 hdcp_cmd->in_msg.hdcp1_second_part_authentication.session_handle = hdcp->auth.id; in mod_hdcp_hdcp1_validate_ksvlist_vp()
409 …hdcp_cmd->in_msg.hdcp1_second_part_authentication.ksv_list_size = hdcp->auth.msg.hdcp1.ksvlist_siz… in mod_hdcp_hdcp1_validate_ksvlist_vp()
410 memcpy(hdcp_cmd->in_msg.hdcp1_second_part_authentication.ksv_list, hdcp->auth.msg.hdcp1.ksvlist, in mod_hdcp_hdcp1_validate_ksvlist_vp()
[all …]
H A Dhdcp_psp.h520 union ta_hdcp_cmd_input in_msg; member
/linux/drivers/xen/xenbus/
H A Dxenbus_comms.c214 bool in_msg; in process_msg() member
222 if (!state.in_msg) { in process_msg()
223 state.in_msg = true; in process_msg()
240 state.in_msg = false; in process_msg()
318 state.in_msg = false; in process_msg()
324 state.in_msg = false; in process_msg()
/linux/net/ceph/
H A Dmessenger.c514 if (con->in_msg) { in ceph_con_reset_protocol()
515 WARN_ON(con->in_msg->con != con); in ceph_con_reset_protocol()
516 ceph_msg_put(con->in_msg); in ceph_con_reset_protocol()
517 con->in_msg = NULL; in ceph_con_reset_protocol()
559 WARN_ON(con->in_msg); in ceph_con_reset_session()
1404 struct ceph_msg *msg = con->in_msg; in ceph_con_process_message()
1406 BUG_ON(con->in_msg->con != con); in ceph_con_process_message()
1407 con->in_msg = NULL; in ceph_con_process_message()
1822 if (con->in_msg == msg) { in ceph_msg_revoke_incoming()
1829 ceph_msg_put(con->in_msg); in ceph_msg_revoke_incoming()
[all...]
H A Dmessenger_v2.c661 if (front_len(con->in_msg)) { in verify_epilogue_crcs()
662 con->in_front_crc = crc32c(-1, con->in_msg->front.iov_base, in verify_epilogue_crcs()
663 front_len(con->in_msg)); in verify_epilogue_crcs()
665 WARN_ON(!middle_len(con->in_msg) && !data_len(con->in_msg)); in verify_epilogue_crcs()
669 if (middle_len(con->in_msg)) in verify_epilogue_crcs()
671 con->in_msg->middle->vec.iov_base, in verify_epilogue_crcs()
672 middle_len(con->in_msg)); in verify_epilogue_crcs()
673 else if (data_len(con->in_msg)) in verify_epilogue_crcs()
678 if (!data_len(con->in_msg)) in verify_epilogue_crcs()
681 dout("%s con %p msg %p crcs %u %u %u\n", __func__, con, con->in_msg, in verify_epilogue_crcs()
[all …]
H A Dmessenger_v1.c589 BUG_ON(con->in_msg != NULL); in prepare_read_message()
993 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_sparse_msg_extent()
1028 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_sparse_msg_data()
1065 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_msg_data()
1102 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_msg_data_bounce()
1145 struct ceph_msg *m = con->in_msg; in read_partial_message()
1200 if (!con->in_msg) { in read_partial_message()
1209 BUG_ON((!con->in_msg) ^ skip); in read_partial_message()
1220 BUG_ON(!con->in_msg); in read_partial_message()
1221 BUG_ON(con->in_msg->con != con); in read_partial_message()
[all …]
H A Dosd_client.c5716 req = lookup_request(&o->o_requests, le64_to_cpu(con->in_msg->hdr.tid)); in prep_next_sparse_read()
/linux/drivers/net/ethernet/intel/igbvf/
H A Dvf.c384 u32 in_msg = 0; in e1000_check_for_link_vf() local
405 if (mbx->ops.read(hw, &in_msg, 1)) in e1000_check_for_link_vf()
409 if (!(in_msg & E1000_VT_MSGTYPE_CTS)) { in e1000_check_for_link_vf()
411 if (in_msg & E1000_VT_MSGTYPE_NACK) in e1000_check_for_link_vf()
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.c846 u32 in_msg = 0; in ixgbevf_check_mac_link_vf() local
868 if (mbx->ops.read(hw, &in_msg, 1)) { in ixgbevf_check_mac_link_vf()
874 if (!(in_msg & IXGBE_VT_MSGTYPE_CTS)) { in ixgbevf_check_mac_link_vf()
876 if (in_msg & IXGBE_VT_MSGTYPE_FAILURE) in ixgbevf_check_mac_link_vf()
/linux/drivers/media/cec/usb/extron-da-hd-4k-plus/
H A Dcec-splitter.c146 const struct cec_msg *in_msg) in cec_out_passthrough() argument
158 msg.len = in_msg->len; in cec_out_passthrough()
159 memcpy(msg.msg + 1, in_msg->msg + 1, msg.len - 1); in cec_out_passthrough()
/linux/drivers/tee/qcomtee/
H A Dcore.c405 msg = oic->in_msg.addr; in qcomtee_prepare_msg()
488 msg = oic->in_msg.addr; in qcomtee_update_args()
692 ret = qcom_scm_qtee_invoke_smc(in_msg_paddr, oic->in_msg.size, in qcomtee_object_invoke_ctx_invoke()
/linux/drivers/hid/intel-ish-hid/
H A Dishtp-fw-loader.c285 u8 *in_msg, size_t in_size) in loader_cl_send() argument
299 client_data->response.data = in_msg; in loader_cl_send()
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera.h179 int (*send_req)(struct prestera_device *dev, int qid, void *in_msg,
/linux/include/linux/ceph/
H A Dmessenger.h499 struct ceph_msg *in_msg; member
/linux/fs/ceph/
H A Dmds_client.c6481 if (con->in_msg) in mds_alloc_msg()
6482 return con->in_msg; in mds_alloc_msg()