Searched refs:reply (Results 1 - 25 of 296) sorted by last modified time

1234567891011>>

/linux-master/sound/soc/sof/
H A Ddebug.c223 struct sof_ipc_dbg_mem_usage *reply; local
228 reply = kmalloc(SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL);
229 if (!reply)
238 ret = sof_ipc_tx_message(sdev->ipc, &msg, msg.size, reply, SOF_IPC_MSG_MAX_SIZE);
241 if (ret < 0 || reply->rhdr.error < 0) {
242 ret = min(ret, reply->rhdr.error);
247 if (struct_size(reply, elems, reply->num_elems) != reply->rhdr.hdr.size) {
249 reply
[all...]
/linux-master/net/core/
H A Dfilter.c9175 case offsetof(struct bpf_sock_ops, reply):
10424 BUILD_BUG_ON(sizeof_field(struct bpf_sock_ops, reply) !=
10425 sizeof_field(struct bpf_sock_ops_kern, reply));
/linux-master/include/linux/
H A Dfilter.h1348 u32 reply; member in union:bpf_sock_ops_kern::__anon86
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c873 QETH_DBF_MESSAGE(2, "Received data is IPA but not a reply!\n");
960 struct qeth_reply *reply = NULL; local
1000 reply = &request->reply;
1001 if (!reply->callback) {
1011 rc = reply->callback(card, reply, cmd ? (unsigned long)cmd :
1977 struct qeth_cmd_buffer *reply)
1980 return !IS_IPA(reply->data);
2016 * > 0 if more reply block
1976 qeth_mpc_match_reply(struct qeth_cmd_buffer *iob, struct qeth_cmd_buffer *reply) argument
2031 struct qeth_reply *reply = &iob->reply; local
2326 qeth_cm_enable_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
2358 qeth_cm_setup_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
2456 qeth_ulp_enable_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
2521 qeth_ulp_setup_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
3066 qeth_ipa_match_reply(struct qeth_cmd_buffer *iob, struct qeth_cmd_buffer *reply) argument
3104 qeth_send_ipa_cmd_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
3143 qeth_send_startlan_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
3174 qeth_query_setadapterparms_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
3233 qeth_query_ipassists_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
3281 qeth_query_switch_attributes_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
3337 qeth_query_setdiagass_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
3387 qeth_hw_trap_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
4380 qeth_setadp_promisc_mode_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
4417 qeth_setadpparms_change_macaddr_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
4462 qeth_setadpparms_set_access_ctrl_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
4637 qeth_snmp_command_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
4743 qeth_setadpparms_query_oat_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
4827 struct qeth_query_oat_reply *reply; local
6021 qeth_setassparms_get_caps_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
6036 qeth_setassparms_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
6578 qeth_start_csum_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
6665 qeth_start_tso_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
[all...]
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c1887 struct sk_buff *reply; local
1901 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha,
1906 if (reply == NULL)
1909 skb_reset_mac_header(reply);
1910 __skb_pull(reply, skb_network_offset(reply));
1911 reply->ip_summed = CHECKSUM_UNNECESSARY;
1912 reply->pkt_type = PACKET_HOST;
1914 if (netif_rx(reply) == NET_RX_DROP) {
1938 struct sk_buff *reply; local
2051 struct sk_buff *reply; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c11500 payload->reply[0] = adev->dm.dmub_notify->aux_reply.command;
11502 (payload->reply[0] == AUX_TRANSACTION_REPLY_AUX_ACK)) {
/linux-master/tools/net/ynl/lib/
H A Dynl.py275 reply = sock.recv(128 * 1024)
276 nms = NlMsgs(reply)
467 def _recv_dbg_print(self, reply, nl_msgs):
470 print("Recv: read", len(reply), "bytes,",
848 reply = self.sock.recv(self._recv_size, socket.MSG_DONTWAIT)
852 nms = NlMsgs(reply)
853 self._recv_dbg_print(reply, nms)
904 reply = self.sock.recv(self._recv_size)
905 nms = NlMsgs(reply, attr_space=op.attr_set)
906 self._recv_dbg_print(reply, nm
[all...]
/linux-master/net/openvswitch/
H A Dconntrack.c1719 struct sk_buff *reply)
1726 return nla_put_nohdr(reply, sizeof(zone_limit), &zone_limit);
1732 struct sk_buff *reply)
1744 return nla_put_nohdr(reply, sizeof(zone_limit), &zone_limit);
1750 struct sk_buff *reply)
1763 err = ovs_ct_limit_get_default_limit(info, reply);
1775 net, info->data, zone, limit, reply);
1792 struct sk_buff *reply)
1798 err = ovs_ct_limit_get_default_limit(info, reply);
1807 ct_limit->zone, ct_limit->limit, reply);
1718 ovs_ct_limit_get_default_limit(struct ovs_ct_limit_info *info, struct sk_buff *reply) argument
1729 __ovs_ct_limit_get_zone_limit(struct net *net, struct nf_conncount_data *data, u16 zone_id, u32 limit, struct sk_buff *reply) argument
1747 ovs_ct_limit_get_zone_limit(struct net *net, struct nlattr *nla_zone_limit, struct ovs_ct_limit_info *info, struct sk_buff *reply) argument
1790 ovs_ct_limit_get_all_zone_limit(struct net *net, struct ovs_ct_limit_info *info, struct sk_buff *reply) argument
1821 struct sk_buff *reply; local
1855 struct sk_buff *reply; local
1888 struct sk_buff *reply; local
[all...]
/linux-master/net/bluetooth/
H A Dmgmt.c3235 struct hci_cp_pin_code_reply reply; local
3279 bacpy(&reply.bdaddr, &cp->addr.bdaddr);
3280 reply.pin_len = cp->pin_len;
3281 memcpy(reply.pin_code, cp->pin_code, sizeof(reply.pin_code));
3283 err = hci_send_cmd(hdev, HCI_OP_PIN_CODE_REPLY, sizeof(reply), &reply);
7376 /* Cache is valid, just reply with values cached in hci_conn */
/linux-master/drivers/hid/
H A Dhid-nintendo.c1023 u32 start_addr, u8 size, u8 **reply)
1031 if (!reply)
1047 *reply = &report->subcmd_reply.data[5];
1059 u8 *reply; local
1062 JC_CAL_USR_MAGIC_SIZE, &reply);
1066 return reply[0] != JC_CAL_USR_MAGIC_0 || reply[1] != JC_CAL_USR_MAGIC_1;
1022 joycon_request_spi_flash_read(struct joycon_ctlr *ctlr, u32 start_addr, u8 size, u8 **reply) argument
/linux-master/drivers/android/
H A Dbinder.c1617 "send failed reply for transaction %d to %d:%d\n",
1636 pr_warn("Unexpected reply error: %u\n",
1648 "send failed reply for transaction %d, target dead\n",
1654 "reply failed, no target thread at root\n");
1659 "reply failed, no target thread -- retry %d\n",
2285 in_reply_to ? "reply" : "transaction",
2910 struct binder_transaction_data *tr, int reply,
2946 e->call_type = reply ? 2 : !!(tr->flags & TF_ONE_WAY);
2958 if (reply) {
2963 binder_user_error("%d:%d got reply transactio
2908 binder_transaction(struct binder_proc *proc, struct binder_thread *thread, struct binder_transaction_data *tr, int reply, binder_size_t extra_buffers_size) argument
[all...]
/linux-master/fs/ceph/
H A Dmds_client.c72 * mds reply parsing
361 * parse a normal reply, which may contain a (dir+)dentry and/or a
673 /* Malformed reply? */
745 * parse entire mds reply
817 * In async unlink case the kclient won't wait for the first reply
822 * same file names we must wait for the first reply of the inflight
2203 * after dropping auth caps. It doesn't hurt because reply
3716 /* only abort if we didn't race with a real reply */
3787 * Handle mds reply.
3789 * We take the session mutex and parse and process the reply immediatel
4361 struct ceph_msg *reply; local
4737 struct ceph_msg *reply; local
6067 mds_handle_auth_reply_more(struct ceph_connection *con, void *reply, int reply_len, void *buf, int *buf_len, void **authorizer, int *authorizer_len) argument
6087 mds_handle_auth_done(struct ceph_connection *con, u64 global_id, void *reply, int reply_len, u8 *session_key, int *session_key_len, u8 *con_secret, int *con_secret_len) argument
[all...]
/linux-master/include/net/
H A Dip_tunnels.h501 int headroom, bool reply);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_edif.c237 struct fc_bsg_reply *bsg_reply = bsg_job->reply;
257 (struct qla_bsg_auth_els_reply *)bsg_job->reply;
537 struct fc_bsg_reply *bsg_reply = bsg_job->reply;
674 struct fc_bsg_reply *bsg_reply = bsg_job->reply;
758 struct fc_bsg_reply *bsg_reply = bsg_job->reply;
871 struct fc_bsg_reply *bsg_reply = bsg_job->reply;
944 struct fc_bsg_reply *bsg_reply = bsg_job->reply;
1071 struct fc_bsg_reply *bsg_reply = bsg_job->reply;
1139 struct fc_bsg_reply *bsg_reply = bsg_job->reply;
1170 struct fc_bsg_reply *bsg_reply = bsg_job->reply;
[all...]
/linux-master/net/vmw_vsock/
H A Dvirtio_transport.c117 bool reply; local
123 reply = virtio_vsock_skb_reply(skb);
174 if (reply) {
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gt_pagefault.c253 struct xe_guc_pagefault_reply *reply)
257 reply->dw0,
258 reply->dw1,
367 struct xe_guc_pagefault_reply reply = {}; local
382 reply.dw0 = FIELD_PREP(PFR_VALID, 1) |
388 reply.dw1 = FIELD_PREP(PFR_VFID, pf.vfid) |
393 send_pagefault_reply(&gt->uc.guc, &reply);
252 send_pagefault_reply(struct xe_guc *guc, struct xe_guc_pagefault_reply *reply) argument
/linux-master/drivers/usb/dwc2/
H A Dgadget.c1618 * dwc2_hsotg_send_reply - send reply to control request
1622 * @length: Length of reply.
1675 __le16 reply; local
1692 reply = cpu_to_le16(status);
1697 reply = cpu_to_le16(0);
1705 reply = cpu_to_le16(ep->halted ? 1 : 0);
1715 ret = dwc2_hsotg_send_reply(hsotg, ep0, &reply, 2);
1717 dev_err(hsotg->dev, "%s: failed to send reply\n", __func__);
1819 "%s: failed to send reply\n", __func__);
1842 "%s: failed to send reply\
[all...]
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_app.c88 pel_reply = (struct mpi3_pel_reply *)mrioc->pel_abort_cmd.reply;
1203 * if any and reply, sense information to user provided buffers.
1566 memset(mrioc->bsg_cmds.reply, 0, mrioc->reply_sz);
1659 mrioc->bsg_cmds.reply, mrioc->reply_sz);
1933 * reply_queue_count_show - SysFS callback for reply queue count
1938 * Return: sysfs_emit() return after copying reply queue count
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_bsg.c310 bsg_reply = job->reply;
385 struct fc_bsg_reply *bsg_reply = job->reply;
573 bsg_reply = job->reply;
649 struct fc_bsg_reply *bsg_reply = job->reply;
1097 bsg_reply = job->reply;
1254 struct fc_bsg_reply *bsg_reply = job->reply;
1395 bsg_reply = job->reply;
1575 struct fc_bsg_reply *bsg_reply = job->reply;
1738 struct fc_bsg_reply *bsg_reply = job->reply;
2004 struct fc_bsg_reply *bsg_reply = job->reply;
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_sdvo.c560 * reply PENDING and stall for time. TVs are notorious for
566 * to reply within 5*15��s.
2237 * Note! This is in reply order (see loop in get_tv_modes).
2308 u32 reply = 0, format_map = 0; local
2334 if (!intel_sdvo_read_response(intel_sdvo, &reply, 3))
2338 if (reply & (1 << i)) {
3266 struct intel_sdvo_enhancements_reply reply; member in union:__anon92
3281 return intel_sdvo_create_enhance_property_tv(intel_sdvo, intel_sdvo_connector, enhancements.reply);
3283 return intel_sdvo_create_enhance_property_lvds(intel_sdvo, intel_sdvo_connector, enhancements.reply);
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c558 native_reply = msg.reply & DP_AUX_NATIVE_REPLY_MASK;
1625 * In case of i2c defer or short i2c ack reply to a write,
1644 * Calculate the duration of the AUX request/reply in usec. Gives the
1723 * reply field.
1762 switch (msg->reply & DP_AUX_NATIVE_REPLY_MASK) {
1766 * need to check for the I2C ACK reply.
1790 drm_err(aux->drm_dev, "%s: invalid native reply %#04x\n",
1791 aux->name, msg->reply);
1795 switch (msg->reply & DP_AUX_I2C_REPLY_MASK) {
1826 drm_err(aux->drm_dev, "%s: invalid I2C reply
[all...]
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py54 self.reply = False
707 self.reply = False
943 # dict space-name -> 'request': set(attrs), 'reply': set(attrs)
945 # dict space-name -> set('request', 'reply')
979 'reply': {
994 if op_mode in op and 'reply' in op[op_mode]:
995 rsp_attrs.update(set(op[op_mode]['reply']['attributes']))
1000 self.root_sets[op['attribute-set']] = {'request': req_attrs, 'reply': rsp_attrs}
1003 self.root_sets[op['attribute-set']]['reply'].update(rsp_attrs)
1068 if attr in rs_members['reply']
[all...]
/linux-master/drivers/thunderbolt/
H A Dicm.c54 * @reply: Reply from ICM firmware is placed here
59 struct icm_usb4_switch_op_response reply; member in struct:usb4_switch_nvm_auth
458 struct icm_fr_pkg_driver_ready_response reply; local
464 memset(&reply, 0, sizeof(reply));
465 ret = icm_request(tb, &request, sizeof(request), &reply, sizeof(reply),
471 *security_level = reply.security_level & ICM_FR_SLEVEL_MASK;
479 struct icm_fr_pkg_approve_device reply; local
488 memset(&reply,
506 struct icm_fr_pkg_add_device_key_response reply; local
534 struct icm_fr_pkg_challenge_device_response reply; local
564 struct icm_fr_pkg_approve_xdomain_response reply; local
1015 struct icm_tr_pkg_driver_ready_response reply; local
1044 struct icm_tr_pkg_approve_device reply; local
1070 struct icm_tr_pkg_add_device_key_response reply; local
1099 struct icm_tr_pkg_challenge_device_response reply; local
1131 struct icm_tr_pkg_approve_xdomain_response reply; local
1160 struct icm_tr_pkg_disconnect_xdomain_response reply; local
1491 struct icm_ar_pkg_driver_ready_response reply; local
1516 struct icm_ar_pkg_get_route_response reply; local
1538 struct icm_ar_pkg_preboot_acl_response reply; local
1576 struct icm_ar_pkg_preboot_acl_response reply; local
1621 struct icm_tr_pkg_driver_ready_response reply; local
2262 struct icm_usb4_switch_op_response reply; local
[all...]
H A Dctl.c888 * reply (even though the switch will reset). The caller should check for
895 struct tb_cfg_header reply; local
909 req->response = &reply;
910 req->response_size = sizeof(reply);
947 struct cfg_write_pkg reply; local
966 req->response = &reply;
984 res.response_port = reply.addr.port;
985 res.err = check_config_address(reply.addr, space, offset, length);
987 memcpy(buffer, &reply.data, 4 * length);
1018 struct cfg_read_pkg reply; local
[all...]
/linux-master/drivers/mfd/
H A Drave-sp.c95 * @length: Expected reply length
96 * @data: Buffer to store reply payload in
97 * @code: Expected reply code
98 * @ackid: Expected reply ACK ID
99 * @received: Successful reply reception completion
177 * @ackid: ACK ID used in last reply sent to the device
179 * @reply_lock: Lock protecting @reply
180 * @reply: Pointer to memory to store reply payload
194 struct rave_sp_reply *reply; member in struct:rave_sp
346 struct rave_sp_reply reply = { local
407 struct rave_sp_reply *reply; local
[all...]

Completed in 689 milliseconds

1234567891011>>