Searched refs:reply (Results 76 - 100 of 296) sorted by relevance

1234567891011>>

/linux-master/samples/bpf/
H A Dtcp_tos_reflect_kern.c77 skops->reply = rv;
H A Dtcp_basertt_kern.c68 skops->reply = rv;
/linux-master/drivers/macintosh/
H A Dadb-iop.c127 memcpy(req->reply, &amsg->cmd, req->reply_len);
139 msg->reply[0] = autopoll_addr ? ADB_IOP_AUTOPOLL : 0;
140 msg->reply[1] = 0;
141 msg->reply[2] = autopoll_addr ? ADB_READREG(autopoll_addr, 0) : 0;
H A Dadbhid.c1045 (req.reply[1] == 0x9a) && ((req.reply[2] == 0x21)
1046 || (req.reply[2] == 0x20))) {
1052 (req.reply[1] == 0x74) && (req.reply[2] == 0x70) &&
1053 (req.reply[3] == 0x61) && (req.reply[4] == 0x64)) {
1059 (req.reply[1] == 0x4b) && (req.reply[2] == 0x4d) &&
1060 (req.reply[
[all...]
H A Dvia-cuda.c605 /* System controller has reply data for us */
609 reply_ptr = current_req->reply;
657 full = reading_reply ? ARRAY_FULL(current_req->reply, reply_ptr)
684 req->reply_len = reply_ptr - req->reply;
686 /* Have to adjust the reply from ADB commands */
687 if (req->reply_len <= 2 || (req->reply[1] & 2) != 0) {
691 /* leave just the command and result bytes in the reply */
693 memmove(req->reply, req->reply + 2, req->reply_len);
782 pr_err("%s: got %d byte reply\
[all...]
H A Dadb.c119 printk("adb reply (%d)", req->reply_len);
121 printk(" %x", req->reply[i]);
213 adb_handler[i].handler_id = req.reply[2];
569 if (req.reply[2] != new_id)
571 adb_handler[address].handler_id = req.reply[2];
655 req->reply[0] = adb_handler[req->data[2]].original_address;
656 req->reply[1] = adb_handler[req->data[2]].handler_id;
727 if (count > sizeof(req->reply))
728 count = sizeof(req->reply);
767 if (ret > 0 && copy_to_user(buf, req->reply, re
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Dintel_pcode.c132 u32 request, u32 reply_mask, u32 reply,
137 return (*status == 0) && ((request & reply_mask) == reply);
146 * @reply: value used to check for request acknowledgment
151 * The request is acknowledged once the PCODE reply dword equals @reply after
160 u32 reply_mask, u32 reply, int timeout_base_ms)
168 skl_pcode_try_request(uncore, mbox, request, reply_mask, reply, &status)
131 skl_pcode_try_request(struct intel_uncore *uncore, u32 mbox, u32 request, u32 reply_mask, u32 reply, u32 *status) argument
159 skl_pcode_request(struct intel_uncore *uncore, u32 mbox, u32 request, u32 reply_mask, u32 reply, int timeout_base_ms) argument
/linux-master/drivers/s390/crypto/
H A Dzcrypt_queue.c121 zq->reply.msg = kmalloc(reply_buf_size, GFP_KERNEL);
122 if (!zq->reply.msg)
124 zq->reply.bufsize = reply_buf_size;
137 kfree(zq->reply.msg);
H A Dap_queue.c108 * ap_sm_recv(): Receive pending reply messages from an AP queue but do
131 status = ap_dqap(aq->qid, &aq->reply->psmid,
132 aq->reply->msg, aq->reply->bufsize,
133 &aq->reply->len, &reslen, &resgr0);
140 aq->reply->msg, aq->reply->len, false);
148 if (ap_msg->psmid != aq->reply->psmid)
156 ap_msg->receive(aq, ap_msg, aq->reply);
162 AP_DBF_WARN("%s unassociated reply psmi
1129 ap_queue_init_reply(struct ap_queue *aq, struct ap_message *reply) argument
[all...]
/linux-master/include/linux/
H A Dvirtio_vsock.h13 bool reply; member in struct:virtio_vsock_skb_cb
27 return VIRTIO_VSOCK_SKB_CB(skb)->reply;
32 VIRTIO_VSOCK_SKB_CB(skb)->reply = true;
154 bool reply; member in struct:virtio_vsock_pkt_info
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_relay.c173 * @reply: status of the reply, 0 means that data pointed by the
176 int reply; member in struct:relay_transaction
247 txn->reply = -ENOMSG;
276 txn->reply = -ESTALE;
435 if (unlikely(n == 0 && txn->reply)) {
440 relay_debug(relay, "%u.%u reply %d after %u msec\n",
441 txn->remote, txn->rid, txn->reply, jiffies_to_msecs(timeout - n));
442 if (unlikely(txn->reply)) {
444 if (txn->reply
559 relay_handle_reply(struct xe_guc_relay *relay, u32 origin, u32 rid, int reply, const u32 *msg, u32 len) argument
[all...]
/linux-master/tools/usb/usbip/src/
H A Dusbipd.c162 struct op_devlist_reply reply; local
175 reply.ndev = 0;
180 reply.ndev += 1;
182 info("exportable devices: %d", reply.ndev);
189 PACK_OP_DEVLIST_REPLY(1, &reply);
191 rc = usbip_net_send(connfd, &reply, sizeof(reply));
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dhif_tx.c67 void *reply, size_t reply_len, bool no_reply)
75 /* Do not wait for any reply if chip is frozen */
86 wdev->hif_cmd.buf_recv = reply;
93 /* Chip won't reply. Ensure the wq has send the buffer before to continue. */
137 /* This function is special. After HIF_REQ_ID_SHUT_DOWN, chip won't reply to any request anymore.
196 struct wfx_hif_cnf_read_mib *reply = kmalloc(buf_len, GFP_KERNEL); local
198 if (!body || !reply) {
204 ret = wfx_cmd_send(wdev, hif, reply, buf_len, false);
206 if (!ret && mib_id != le16_to_cpu(reply->mib_id)) {
212 wfx_get_mib_name(mib_id), val_len, le16_to_cpu(reply
66 wfx_cmd_send(struct wfx_dev *wdev, struct wfx_hif_msg *request, void *reply, size_t reply_len, bool no_reply) argument
[all...]
/linux-master/drivers/media/cec/usb/rainshadow/
H A Drainshadow-cec.c59 /* reply to a command, only used to store the firmware version */
213 const char *cmd, const char *reply)
228 if (reply && strncmp(rain->cmd_reply, reply, strlen(reply))) {
231 cmd, rain->cmd_reply, reply);
212 rain_send_and_wait(struct rain *rain, const char *cmd, const char *reply) argument
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgt215.c30 gt215_pmu_send(struct nvkm_pmu *pmu, u32 reply[2], argument
50 * on a synchronous reply, take the PMU mutex and tell the
53 if (reply) {
75 /* wait for reply, if requested */
76 if (reply) {
78 reply[0] = pmu->recv.data[0];
79 reply[1] = pmu->recv.data[1];
115 /* wake process if it's waiting on a synchronous reply */
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Dec168.c188 u8 reply; local
189 struct ec168_req req = {GET_CONFIG, 0, 1, sizeof(reply), &reply};
196 dev_dbg(&d->udev->dev, "%s: reply=%02x\n", __func__, reply);
198 if (reply == 0x01)
/linux-master/net/ceph/
H A Dmon_client.c586 dout("%s greq %p request %p reply %p\n", __func__, req, req->request,
587 req->reply);
590 if (req->reply)
591 ceph_msg_put(req->reply);
656 ceph_msg_revoke_incoming(req->reply);
722 dout("get_generic_reply %lld got %p\n", tid, req->reply);
724 m = ceph_msg_get(req->reply);
727 * this reply because we only have one open connection
742 struct ceph_mon_statfs_reply *reply = msg->front.iov_base; local
747 if (msg->front.iov_len != sizeof(*reply))
1369 mon_handle_auth_reply_more(struct ceph_connection *con, void *reply, int reply_len, void *buf, int *buf_len, void **authorizer, int *authorizer_len) argument
1390 mon_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/drivers/infiniband/hw/qib/
H A Dqib_mad.c40 static int reply(struct ib_smp *smp) function
275 return reply(smp);
310 return reply(smp);
343 return reply(smp);
471 ret = reply(smp);
569 ret = reply(smp);
617 return reply(smp);
850 * Don't send a reply if the response would be sent
1072 return reply(smp);
1084 return reply(sm
[all...]
/linux-master/drivers/usb/storage/
H A Djumpshot.c325 unsigned char *reply; local
333 reply = kmalloc(512, GFP_NOIO);
334 if (!reply)
347 // read the reply
348 rc = jumpshot_bulk_read(us, reply, 512);
354 info->sectors = ((u32)(reply[117]) << 24) |
355 ((u32)(reply[116]) << 16) |
356 ((u32)(reply[115]) << 8) |
357 ((u32)(reply[114]) );
362 kfree(reply);
[all...]
/linux-master/drivers/gpu/drm/tegra/
H A Ddpaux.c132 u8 reply = 0; local
227 reply = DP_AUX_NATIVE_REPLY_ACK;
231 reply = DP_AUX_NATIVE_REPLY_NACK;
235 reply = DP_AUX_NATIVE_REPLY_DEFER;
239 reply = DP_AUX_I2C_REPLY_NACK;
243 reply = DP_AUX_I2C_REPLY_DEFER;
247 if ((msg->size > 0) && (msg->reply == DP_AUX_NATIVE_REPLY_ACK)) {
266 msg->reply = reply;
/linux-master/drivers/soc/apple/
H A Drtkit.c110 u64 reply; local
134 reply = FIELD_PREP(APPLE_RTKIT_MGMT_HELLO_MINVER, want_ver);
135 reply |= FIELD_PREP(APPLE_RTKIT_MGMT_HELLO_MAXVER, want_ver);
136 apple_rtkit_management_send(rtk, APPLE_RTKIT_MGMT_HELLO_REPLY, reply);
148 u64 reply; local
162 reply = FIELD_PREP(APPLE_RTKIT_MGMT_EPMAP_BASE, base);
164 reply |= APPLE_RTKIT_MGMT_EPMAP_LAST;
166 reply |= APPLE_RTKIT_MGMT_EPMAP_REPLY_MORE;
168 apple_rtkit_management_send(rtk, APPLE_RTKIT_MGMT_EPMAP_REPLY, reply);
255 u64 reply; local
[all...]
/linux-master/net/sctp/
H A Dsm_statefuns.c672 * D) Upon reception of the COOKIE ECHO chunk, Endpoint "Z" will reply
753 * "Z" will reply with a COOKIE ACK chunk after building a TCB
1020 struct sctp_chunk *reply; local
1023 reply = sctp_make_heartbeat(asoc, transport, 0);
1024 if (!reply)
1033 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(reply));
1123 struct sctp_chunk *reply; local
1129 reply = sctp_make_heartbeat(asoc, transport, transport->pl.probe_size);
1130 if (!reply)
1132 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(reply));
1171 struct sctp_chunk *reply; local
2525 struct sctp_chunk *chunk = arg, *reply; local
2992 struct sctp_chunk *reply; local
3604 struct sctp_chunk *reply; local
4144 struct sctp_chunk *reply = NULL; local
5614 struct sctp_chunk *reply; local
5685 struct sctp_chunk *reply; local
6021 struct sctp_chunk *reply = NULL; local
6164 struct sctp_chunk *reply = NULL; local
[all...]
/linux-master/drivers/android/
H A Dbinder_trace.h128 TP_PROTO(bool reply, struct binder_transaction *t,
130 TP_ARGS(reply, t, target_node),
136 __field(int, reply)
145 __entry->reply = reply;
149 TP_printk("transaction=%d dest_node=%d dest_proc=%d dest_thread=%d reply=%d flags=0x%x code=0x%x",
152 __entry->reply, __entry->flags, __entry->code)
/linux-master/sound/soc/sof/
H A Dipc3.c237 struct sof_ipc_reply *reply; local
240 /* get the generic reply */
241 reply = msg->reply_data;
242 snd_sof_dsp_mailbox_read(sdev, sdev->host_box.offset, reply, sizeof(*reply));
244 if (reply->error < 0)
245 return reply->error;
247 if (!reply->hdr.size) {
251 "empty reply received, expected %zu bytes\n",
254 dev_err(sdev->dev, "empty reply receive
[all...]
/linux-master/sound/soc/intel/avs/
H A Dmessages.c112 struct avs_ipc_msg reply = {{0}}; local
118 ret = avs_dsp_send_msg(adev, &request, &reply, "get pipeline state");
120 *state = reply.rsp.ext.get_ppl_state.state;
317 struct avs_ipc_msg reply = {{0}}; local
321 reply.data = kzalloc(AVS_MAILBOX_SIZE, GFP_KERNEL);
322 if (!reply.data)
329 /* final_block is always 0 on request. Updated by fw on reply. */
336 reply.size = AVS_MAILBOX_SIZE;
338 ret = avs_dsp_send_msg(adev, &request, &reply, "large config get");
340 kfree(reply
[all...]

Completed in 297 milliseconds

1234567891011>>