Home
last modified time | relevance | path

Searched refs:reply (Results 1 – 25 of 599) sorted by relevance

12345678910>>...24

/openbmc/qemu/hw/scsi/
H A Dmptendian.c65 reply->MsgContext = cpu_to_le32(reply->MsgContext); in mptsas_fix_scsi_io_reply_endianness()
66 reply->IOCStatus = cpu_to_le16(reply->IOCStatus); in mptsas_fix_scsi_io_reply_endianness()
67 reply->IOCLogInfo = cpu_to_le32(reply->IOCLogInfo); in mptsas_fix_scsi_io_reply_endianness()
69 reply->SenseCount = cpu_to_le32(reply->SenseCount); in mptsas_fix_scsi_io_reply_endianness()
71 reply->TaskTag = cpu_to_le16(reply->TaskTag); in mptsas_fix_scsi_io_reply_endianness()
82 reply->MsgContext = cpu_to_le32(reply->MsgContext); in mptsas_fix_scsi_task_mgmt_reply_endianness()
83 reply->IOCStatus = cpu_to_le16(reply->IOCStatus); in mptsas_fix_scsi_task_mgmt_reply_endianness()
104 reply->IOCStatus = cpu_to_le16(reply->IOCStatus); in mptsas_fix_ioc_init_reply_endianness()
119 reply->IOCStatus = cpu_to_le16(reply->IOCStatus); in mptsas_fix_ioc_facts_reply_endianness()
123 reply->ProductID = cpu_to_le16(reply->ProductID); in mptsas_fix_ioc_facts_reply_endianness()
[all …]
H A Dmptsas.c365 memset(&reply, 0, sizeof(reply)); in mptsas_process_scsi_io_request()
419 memset(&reply, 0, sizeof(reply)); in mptsas_process_scsi_task_mgmt()
422 reply.MsgLength = sizeof(reply) / 4; in mptsas_process_scsi_task_mgmt()
581 memset(&reply, 0, sizeof(reply)); in mptsas_process_ioc_init()
583 reply.MsgLength = sizeof(reply) / 4; in mptsas_process_ioc_init()
604 memset(&reply, 0, sizeof(reply)); in mptsas_process_ioc_facts()
644 memset(&reply, 0, sizeof(reply)); in mptsas_process_port_facts()
645 reply.MsgLength = sizeof(reply) / 4; in mptsas_process_port_facts()
672 memset(&reply, 0, sizeof(reply)); in mptsas_process_port_enable()
697 memset(&reply, 0, sizeof(reply)); in mptsas_process_event_notification()
[all …]
H A Dmptsas.h85 void mptsas_fix_scsi_io_reply_endianness(MPIMsgSCSIIOReply *reply);
87 void mptsas_fix_scsi_task_mgmt_reply_endianness(MPIMsgSCSITaskMgmtReply *reply);
89 void mptsas_fix_ioc_init_reply_endianness(MPIMsgIOCInitReply *reply);
91 void mptsas_fix_ioc_facts_reply_endianness(MPIMsgIOCFactsReply *reply);
93 void mptsas_fix_config_reply_endianness(MPIMsgConfigReply *reply);
95 void mptsas_fix_port_facts_reply_endianness(MPIMsgPortFactsReply *reply);
97 void mptsas_fix_port_enable_reply_endianness(MPIMsgPortEnableReply *reply);
99 void mptsas_fix_event_notification_reply_endianness(MPIMsgEventNotifyReply *reply);
101 void mptsas_reply(MPTSASState *s, MPIDefaultReply *reply);
/openbmc/u-boot/net/
H A Dnfs.c446 rpc_pkt.u.reply.astatus) in rpc_lookup_reply()
477 rpc_pkt.u.reply.data[0]) in nfs_mount_reply()
502 rpc_pkt.u.reply.astatus) in nfs_umountall_reply()
527 rpc_pkt.u.reply.data[0]) { in nfs_lookup_reply()
626 rpc_pkt.u.reply.data[0]) in nfs_readlink_reply()
673 rpc_pkt.u.reply.data[0]) { in nfs_read_reply()
674 if (rpc_pkt.u.reply.rstatus) in nfs_read_reply()
676 if (rpc_pkt.u.reply.astatus) in nfs_read_reply()
731 int reply; in nfs_handler() local
755 if (reply == -NFS_RPC_DROP) { in nfs_handler()
[all …]
/openbmc/qemu/nbd/
H A Dclient.c122 reply->magic = be64_to_cpu(reply->magic); in nbd_receive_option_reply()
123 reply->option = be32_to_cpu(reply->option); in nbd_receive_option_reply()
124 reply->type = be32_to_cpu(reply->type); in nbd_receive_option_reply()
125 reply->length = be32_to_cpu(reply->length); in nbd_receive_option_reply()
138 reply->option, nbd_opt_lookup(reply->option), in nbd_receive_option_reply()
278 reply.type, nbd_rep_lookup(reply.type), in nbd_receive_list()
583 reply.type, nbd_rep_lookup(reply.type)); in nbd_request_simple_option()
724 reply.type, nbd_rep_lookup(reply.type), in nbd_receive_one_meta_context()
1402 reply->error = be32_to_cpu(reply->error); in nbd_receive_simple_reply()
1403 reply->cookie = be64_to_cpu(reply->cookie); in nbd_receive_simple_reply()
[all …]
/openbmc/linux/Documentation/netlink/specs/
H A Ddevlink.yaml270 reply: &get-reply
279 reply: *get-reply
325 reply: &sb-get-reply
331 reply: *sb-get-reply
435 reply: &param-get-reply
441 reply: *param-get-reply
486 reply: &info-get-reply
497 reply: *info-get-reply
540 reply: &trap-get-reply
546 reply: *trap-get-reply
[all …]
/openbmc/linux/net/openvswitch/
H A Dmeter.c278 struct sk_buff *reply; in ovs_meter_cmd_features() local
284 if (IS_ERR(reply)) in ovs_meter_cmd_features()
322 nlmsg_free(reply); in ovs_meter_cmd_features()
410 struct sk_buff *reply; in ovs_meter_cmd_set() local
428 if (IS_ERR(reply)) { in ovs_meter_cmd_set()
429 err = PTR_ERR(reply); in ovs_meter_cmd_set()
477 nlmsg_free(reply); in ovs_meter_cmd_set()
501 if (IS_ERR(reply)) in ovs_meter_cmd_get()
532 nlmsg_free(reply); in ovs_meter_cmd_get()
552 if (IS_ERR(reply)) in ovs_meter_cmd_del()
[all …]
/openbmc/phosphor-host-ipmid/test/
H A Doemrouter_unittest.cpp113 uint8_t reply[256]; in TEST() local
122 EXPECT_EQ(replyPlain[0], reply[0]); in TEST()
123 EXPECT_EQ(replyPlain[1], reply[1]); in TEST()
124 EXPECT_EQ(replyPlain[2], reply[2]); in TEST()
125 EXPECT_EQ(replyPlain[3], reply[3]); in TEST()
126 EXPECT_EQ(replyPlain[4], reply[4]); in TEST()
132 uint8_t reply[256]; in TEST() local
154 uint8_t reply[256]; in TEST() local
162 wildHandler(NETFUN_OEM_GROUP, 0x78, msgPlain, reply, &dataLen, in TEST()
168 reply, &dataLen, nullptr)); in TEST()
[all …]
/openbmc/linux/net/bridge/
H A Dbr_arp_nd_proxy.c255 struct sk_buff *reply; in br_nd_send() local
271 if (!reply) in br_nd_send()
275 reply->dev = dev; in br_nd_send()
278 skb_set_mac_header(reply, 0); in br_nd_send()
287 kfree_skb(reply); in br_nd_send()
307 pip6 = ipv6_hdr(reply); in br_nd_send()
360 dev_queue_xmit(reply); in br_nd_send()
362 skb_reset_mac_header(reply); in br_nd_send()
363 __skb_pull(reply, skb_network_offset(reply)); in br_nd_send()
365 reply->pkt_type = PACKET_HOST; in br_nd_send()
[all …]
/openbmc/linux/drivers/thunderbolt/
H A Dicm.c464 memset(&reply, 0, sizeof(reply)); in icm_fr_driver_ready()
488 memset(&reply, 0, sizeof(reply)); in icm_fr_approve_switch()
516 memset(&reply, 0, sizeof(reply)); in icm_fr_add_switch_key()
544 memset(&reply, 0, sizeof(reply)); in icm_fr_challenge_switch_key()
578 memset(&reply, 0, sizeof(reply)); in icm_fr_approve_xdomain_paths()
1021 memset(&reply, 0, sizeof(reply)); in icm_tr_driver_ready()
1054 memset(&reply, 0, sizeof(reply)); in icm_tr_approve_switch()
1082 memset(&reply, 0, sizeof(reply)); in icm_tr_add_switch_key()
1111 memset(&reply, 0, sizeof(reply)); in icm_tr_challenge_switch_key()
1145 memset(&reply, 0, sizeof(reply)); in icm_tr_approve_xdomain_paths()
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dcmsg.c72 rc = be32_to_cpu(reply->rc); in nfp_bpf_ctrl_rc_to_errno()
102 sizeof(*reply)); in nfp_bpf_ctrl_alloc_map()
106 reply = (void *)skb->data; in nfp_bpf_ctrl_alloc_map()
111 tid = be32_to_cpu(reply->tid); in nfp_bpf_ctrl_alloc_map()
137 sizeof(*reply)); in nfp_bpf_ctrl_free_map()
143 reply = (void *)skb->data; in nfp_bpf_ctrl_free_map()
205 struct cmsg_reply_map_op *reply; in nfp_bpf_ctrl_op_cache_get() local
225 count = be32_to_cpu(reply->count); in nfp_bpf_ctrl_op_cache_get()
299 struct cmsg_reply_map_op *reply; in nfp_bpf_ctrl_entry_op() local
339 if (skb->len < sizeof(*reply)) { in nfp_bpf_ctrl_entry_op()
[all …]
/openbmc/linux/tools/net/ynl/
H A Dethtool.py39 def print_field(reply, *desc): argument
45 return print_field(reply, *zip(reply.keys(), reply.keys()))
54 value = reply.get(field, None)
91 if not reply:
94 for msg in reply:
224 available = bits_to_dict(reply['hw'])
254 print_field(reply,
261 print_field(reply,
275 print_field(reply,
282 print_field(reply,
[all …]
/openbmc/linux/arch/um/drivers/
H A Dmconsole_user.c45 iov.iov_base = reply; in mconsole_reply_v0()
46 iov.iov_len = strlen(reply); in mconsole_reply_v0()
134 struct mconsole_reply reply; in mconsole_reply_len() local
138 reply.err = err; in mconsole_reply_len()
145 if (len == total) reply.more = more; in mconsole_reply_len()
146 else reply.more = 1; in mconsole_reply_len()
148 memcpy(reply.data, str, len); in mconsole_reply_len()
149 reply.data[len] = '\0'; in mconsole_reply_len()
152 reply.len = len + 1; in mconsole_reply_len()
154 len = sizeof(reply) + reply.len - sizeof(reply.data); in mconsole_reply_len()
[all …]
/openbmc/google-ipmi-sys/test/
H A Dgoogle_accel_oob_unittest.cpp61 EXPECT_EQ(reply->count, kTestDeviceCount); in TEST()
103 EXPECT_EQ(reply->index, kTestDeviceIndex); in TEST()
165 EXPECT_EQ(std::string_view(reply->name, reply->nameLength), in TEST()
167 EXPECT_EQ(reply->token, kTestToken); in TEST()
168 EXPECT_EQ(reply->address, kTestAddress); in TEST()
169 EXPECT_EQ(reply->num_bytes, kTestReadSize); in TEST()
170 EXPECT_EQ(reply->data, kTestData); in TEST()
231 EXPECT_EQ(std::string_view(reply->name, reply->nameLength), in TEST()
233 EXPECT_EQ(reply->token, kTestToken); in TEST()
234 EXPECT_EQ(reply->address, kTestAddress); in TEST()
[all …]
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.c2303 memset(&reply, 0, sizeof(reply)); in wmi_get_ssid()
2306 WMI_GET_SSID_EVENTID, &reply, sizeof(reply), in wmi_get_ssid()
2341 memset(&reply, 0, sizeof(reply)); in wmi_get_channel()
2598 &reply, sizeof(reply), in wmi_rxon()
2691 memset(&reply, 0, sizeof(reply)); in wmi_get_temperature()
2728 memset(&reply, 0, sizeof(reply)); in wmi_get_all_temperatures()
2741 memcpy(sense_all_evt, &reply.evt, sizeof(reply.evt)); in wmi_get_all_temperatures()
2763 memset(&reply, 0, sizeof(reply)); in wmi_disconnect_sta()
2769 &reply, sizeof(reply), 1000); in wmi_disconnect_sta()
2775 &reply, sizeof(reply), 1000); in wmi_disconnect_sta()
[all …]
/openbmc/google-ipmi-sys/
H A Deth.cpp60 std::vector<std::uint8_t> reply; in getEthDevice() local
61 reply.reserve(device.length() + sizeof(struct EthDeviceReply)); in getEthDevice()
62 reply.emplace_back(std::get<0>(details)); /* channel */ in getEthDevice()
63 reply.emplace_back(device.length()); /* ifNameLength */ in getEthDevice()
64 reply.insert(reply.end(), device.begin(), device.end()); /* name */ in getEthDevice()
66 return ::ipmi::responseSuccess(SysOEMCommands::SysGetEthDevice, reply); in getEthDevice()
H A Dmachine_name.cpp58 std::vector<std::uint8_t> reply; in getMachineName() local
59 reply.reserve(len); in getMachineName()
60 reply.emplace_back(machineName->size()); /* machineNameLength */ in getMachineName()
61 reply.insert(reply.end(), machineName->begin(), in getMachineName()
64 return ::ipmi::responseSuccess(SysOEMCommands::SysMachineName, reply); in getMachineName()
H A Dpcie_bifurcation.cpp65 std::vector<std::uint8_t> reply; in pcieBifurcation() local
66 reply.reserve(bifurcation.size() + sizeof(struct PcieBifurcationReply)); in pcieBifurcation()
67 reply.emplace_back(bifurcation.size()); /* bifurcationLength */ in pcieBifurcation()
68 reply.insert(reply.end(), bifurcation.begin(), in pcieBifurcation()
72 reply); in pcieBifurcation()
H A Dbm_instance.cpp66 std::vector<std::uint8_t> reply; in getBMInstanceProperty() local
67 reply.reserve(length); in getBMInstanceProperty()
68 reply.emplace_back(bmInstanceProperty.size()); in getBMInstanceProperty()
69 reply.insert(reply.end(), bmInstanceProperty.begin(), in getBMInstanceProperty()
73 reply); in getBMInstanceProperty()
/openbmc/linux/sound/soc/sof/
H A Dsof-client-probes-ipc3.c107 struct sof_ipc_probe_info_params *reply; in ipc3_probes_info() local
114 reply = kzalloc(max_msg_size, GFP_KERNEL); in ipc3_probes_info()
115 if (!reply) in ipc3_probes_info()
121 if (ret < 0 || reply->rhdr.error < 0) in ipc3_probes_info()
124 if (!reply->num_elems) in ipc3_probes_info()
128 bytes = sizeof(reply->dma[0]); in ipc3_probes_info()
130 bytes = sizeof(reply->desc[0]); in ipc3_probes_info()
131 bytes *= reply->num_elems; in ipc3_probes_info()
132 *params = kmemdup(&reply->dma[0], bytes, GFP_KERNEL); in ipc3_probes_info()
137 *num_params = reply->num_elems; in ipc3_probes_info()
[all …]
/openbmc/linux/include/uapi/linux/
H A Dcec-funcs.h64 msg->reply = reply ? CEC_MSG_ACTIVE_SOURCE : 0; in cec_msg_request_active_source()
95 msg->reply = reply ? CEC_MSG_ROUTING_INFORMATION : 0; in cec_msg_routing_change()
135 msg->reply = reply ? CEC_MSG_RECORD_STATUS : 0; in cec_msg_record_off()
317 msg->reply = reply ? CEC_MSG_RECORD_STATUS : 0; in cec_msg_record_on()
364 msg->reply = reply ? CEC_MSG_RECORD_ON : 0; in cec_msg_record_tv_screen()
616 msg->reply = reply ? CEC_MSG_TIMER_STATUS : 0; in cec_msg_set_analogue_timer()
656 msg->reply = reply ? CEC_MSG_TIMER_STATUS : 0; in cec_msg_set_digital_timer()
717 msg->reply = reply ? CEC_MSG_TIMER_STATUS : 0; in cec_msg_set_ext_timer()
787 msg->reply = reply ? CEC_MSG_CEC_VERSION : 0; in cec_msg_get_cec_version()
1249 msg->reply = reply ? CEC_MSG_SET_OSD_NAME : 0; in cec_msg_give_osd_name()
[all …]
/openbmc/phosphor-objmgr/fail-monitor/
H A Dmonitor.cpp56 auto reply = bus.call(method); in inFailedState() local
57 if (reply.is_method_error()) in inFailedState()
65 reply.read(property); in inFailedState()
78 auto reply = bus.call(method); in getSourceUnitPath() local
80 if (reply.is_method_error()) in getSourceUnitPath()
88 reply.read(path); in getSourceUnitPath()
110 auto reply = bus.call(method); in runTargetAction() local
112 if (reply.is_method_error()) in runTargetAction()
/openbmc/linux/sound/soc/intel/catpt/
H A Dipc.c45 struct catpt_ipc_msg *reply) in catpt_ipc_msg_init() argument
50 ipc->rx.size = reply ? reply->size : 0; in catpt_ipc_msg_init()
87 struct catpt_ipc_msg *reply, int timeout) in catpt_dsp_do_send_msg() argument
96 (reply && reply->size > ipc->config.outbox_size)) in catpt_dsp_do_send_msg()
100 catpt_ipc_msg_init(ipc, reply); in catpt_dsp_do_send_msg()
114 if (reply) { in catpt_dsp_do_send_msg()
115 reply->header = ipc->rx.header; in catpt_dsp_do_send_msg()
117 if (!ret && reply->data) in catpt_dsp_do_send_msg()
118 memcpy(reply->data, ipc->rx.data, reply->size); in catpt_dsp_do_send_msg()
126 struct catpt_ipc_msg *reply, int timeout) in catpt_dsp_send_msg_timeout() argument
[all …]
/openbmc/linux/sound/soc/sof/amd/
H A Dacp-ipc.c99 struct sof_ipc_reply reply; in acp_dsp_ipc_get_reply() local
121 reply.error = 0; in acp_dsp_ipc_get_reply()
122 reply.hdr.cmd = SOF_IPC_GLB_REPLY; in acp_dsp_ipc_get_reply()
123 reply.hdr.size = sizeof(reply); in acp_dsp_ipc_get_reply()
124 memcpy(msg->reply_data, &reply, sizeof(reply)); in acp_dsp_ipc_get_reply()
128 acp_mailbox_read(sdev, offset, &reply, sizeof(reply)); in acp_dsp_ipc_get_reply()
129 if (reply.error < 0) { in acp_dsp_ipc_get_reply()
130 memcpy(msg->reply_data, &reply, sizeof(reply)); in acp_dsp_ipc_get_reply()
131 ret = reply.error; in acp_dsp_ipc_get_reply()
141 if (reply.hdr.size != msg->reply_size && in acp_dsp_ipc_get_reply()
[all …]
/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c628 char *data = reply->msg; in convert_type86_xcrb()
673 char *data = reply->msg; in convert_type86_ep11_xcrb()
699 char *data = reply->msg; in convert_type86_rng()
708 struct ap_message *reply, in convert_response_ica() argument
868 if (!reply) in zcrypt_msgtype6_receive()
870 t86r = reply->msg; in zcrypt_msgtype6_receive()
877 len != reply->len) { in zcrypt_msgtype6_receive()
891 len != reply->len) { in zcrypt_msgtype6_receive()
932 if (!reply) in zcrypt_msgtype6_receive_ep11()
934 t86r = reply->msg; in zcrypt_msgtype6_receive_ep11()
[all …]

12345678910>>...24