Searched refs:xn_params (Results 1 – 1 of 1) sorted by relevance
781 struct idpf_vc_xn_params xn_params = {}; in idpf_send_ver_msg() local795 xn_params.vc_op = VIRTCHNL2_OP_VERSION; in idpf_send_ver_msg()796 xn_params.send_buf.iov_base = &vvi; in idpf_send_ver_msg()797 xn_params.send_buf.iov_len = sizeof(vvi); in idpf_send_ver_msg()798 xn_params.recv_buf = xn_params.send_buf; in idpf_send_ver_msg()799 xn_params.timeout_ms = IDPF_VC_XN_DEFAULT_TIMEOUT_MSEC; in idpf_send_ver_msg()801 reply_sz = idpf_vc_xn_exec(adapter, &xn_params); in idpf_send_ver_msg()843 struct idpf_vc_xn_params xn_params = {}; in idpf_send_get_caps_msg() local901 xn_params.vc_op = VIRTCHNL2_OP_GET_CAPS; in idpf_send_get_caps_msg()902 xn_params.send_buf.iov_base = ∩︀ in idpf_send_get_caps_msg()[all …]