Home
last modified time | relevance | path

Searched refs:reply (Results 551 - 575 of 814) sorted by relevance

1...<<21222324252627282930>>...33

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dctrl_iface.h146 void wpas_ctrl_scan(struct wpa_supplicant *wpa_s, char *params, char *reply, int reply_size, int *reply_len);
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c221 * @reply: reply message frame(lower 32bit addr)
231 u32 reply) in mpt3sas_transport_done()
235 mpi_reply = mpt3sas_base_get_reply_virt_addr(ioc, reply); in mpt3sas_transport_done()
242 memcpy(ioc->transport_cmds.reply, mpi_reply, in mpt3sas_transport_done()
259 /* report manufacture reply structure */
387 mpi_reply = ioc->transport_cmds.reply; in _transport_expander_report_manufacture()
390 ioc_info(ioc, "report_manufacture - reply data transfer size(%d)\n", in _transport_expander_report_manufacture()
416 ioc_info(ioc, "report_manufacture - no reply\n")); in _transport_expander_report_manufacture()
1046 /* report phy error log reply structur
230 mpt3sas_transport_done(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, u32 reply) mpt3sas_transport_done() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c283 * @reply: reply message frame(lower 32bit addr)
293 u32 reply) in mpt3sas_transport_done()
297 mpi_reply = mpt3sas_base_get_reply_virt_addr(ioc, reply); in mpt3sas_transport_done()
304 memcpy(ioc->transport_cmds.reply, mpi_reply, in mpt3sas_transport_done()
321 /* report manufacture reply structure */
450 mpi_reply = ioc->transport_cmds.reply; in _transport_expander_report_manufacture()
453 ioc_info(ioc, "report_manufacture - reply data transfer size(%d)\n", in _transport_expander_report_manufacture()
479 ioc_info(ioc, "report_manufacture - no reply\n")); in _transport_expander_report_manufacture()
1245 /* report phy error log reply structur
292 mpt3sas_transport_done(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, u32 reply) mpt3sas_transport_done() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
H A Dpmf.c280 SMbuf *reply ; in smt_pmf_received_pack() local
295 reply = smt_build_pmf_response(smc,sm, in smt_pmf_received_pack()
297 if (reply) { in smt_pmf_received_pack()
298 sm = smtod(reply,struct smt_header *) ; in smt_pmf_received_pack()
302 smt_send_frame(smc,reply,FC_SMT_INFO,local) ; in smt_pmf_received_pack()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Ds3c-hsudc.c542 __le16 reply; in s3c_hsudc_process_req_status() local
547 reply = cpu_to_le16(0); in s3c_hsudc_process_req_status()
551 reply = cpu_to_le16(0); in s3c_hsudc_process_req_status()
557 reply = cpu_to_le16(hsep->stopped ? 1 : 0); in s3c_hsudc_process_req_status()
563 hsreq.req.buf = &reply; in s3c_hsudc_process_req_status()
/kernel/linux/linux-5.10/net/mac80211/
H A Dmesh_hwmp.c569 bool reply = false; in hwmp_preq_frame_process() local
588 reply = true; in hwmp_preq_frame_process()
607 reply = true; in hwmp_preq_frame_process()
627 reply = true; in hwmp_preq_frame_process()
637 if (reply) { in hwmp_preq_frame_process()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_dp_helper.c242 native_reply = msg.reply & DP_AUX_NATIVE_REPLY_MASK; in drm_dp_dpcd_access()
1180 * In case of i2c defer or short i2c ack reply to a write, in drm_dp_i2c_msg_write_status_update()
1199 * Calculate the duration of the AUX request/reply in usec. Gives the
1278 * reply field.
1317 switch (msg->reply & DP_AUX_NATIVE_REPLY_MASK) { in drm_dp_i2c_do_msg()
1321 * need to check for the I2C ACK reply. in drm_dp_i2c_do_msg()
1345 DRM_ERROR("%s: invalid native reply %#04x\n", in drm_dp_i2c_do_msg()
1346 aux->name, msg->reply); in drm_dp_i2c_do_msg()
1350 switch (msg->reply & DP_AUX_I2C_REPLY_MASK) { in drm_dp_i2c_do_msg()
1381 DRM_ERROR("%s: invalid I2C reply in drm_dp_i2c_do_msg()
[all...]
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/
H A Dpmf.c276 SMbuf *reply ; in smt_pmf_received_pack() local
291 reply = smt_build_pmf_response(smc,sm, in smt_pmf_received_pack()
293 if (reply) { in smt_pmf_received_pack()
294 sm = smtod(reply,struct smt_header *) ; in smt_pmf_received_pack()
298 smt_send_frame(smc,reply,FC_SMT_INFO,local) ; in smt_pmf_received_pack()
/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh_hwmp.c583 bool reply = false; in hwmp_preq_frame_process() local
602 reply = true; in hwmp_preq_frame_process()
621 reply = true; in hwmp_preq_frame_process()
641 reply = true; in hwmp_preq_frame_process()
651 if (reply) { in hwmp_preq_frame_process()
/third_party/pulseaudio/src/modules/dbus/
H A Diface-stream.c514 DBusMessage *reply = NULL; in handle_get_all() local
572 pa_assert_se((reply = dbus_message_new_method_return(msg))); in handle_get_all()
574 dbus_message_iter_init_append(reply, &msg_iter); in handle_get_all()
604 pa_assert_se(dbus_connection_send(conn, reply, NULL)); in handle_get_all()
605 dbus_message_unref(reply); in handle_get_all()
/kernel/linux/linux-5.10/fs/ceph/
H A Dmds_client.c69 * mds reply parsing
285 * parse a normal reply, which may contain a (dir+)dentry and/or a
523 /* Malformed reply? */ in parse_reply_info_create()
574 * parse entire mds reply
2009 * after dropping auth caps. It doesn't hurt because reply in trim_caps_cb()
3049 /* only abort if we didn't race with a real reply */ in ceph_mdsc_wait_request()
3117 * Handle mds reply.
3119 * We take the session mutex and parse and process the reply immediately.
3128 struct ceph_mds_reply_info_parsed *rinfo; /* parsed reply info */ in handle_reply()
3135 pr_err("mdsc_handle_reply got corrupt (short) reply\ in handle_reply()
3615 struct ceph_msg *reply; send_reconnect_partial() local
3977 struct ceph_msg *reply; send_mds_reconnect() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_tcpbpf_kern.c192 skops->reply = rv; in bpf_testcb()
/kernel/linux/linux-5.10/drivers/macintosh/
H A Dvia-pmu-backlight.c181 (req.reply[0] >> 4) * in pmu_backlight_init()
/kernel/linux/linux-5.10/drivers/macintosh/ams/
H A Dams-pmu.c73 return req.reply[0]; in ams_pmu_get_register()
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dzcrypt_cex2a.c177 ap_queue_init_reply(aq, &zq->reply); in zcrypt_cex2a_queue_probe()
/kernel/linux/linux-5.10/include/uapi/drm/
H A Dvia_drm.h248 struct drm_wait_vblank_reply reply; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dfd.h368 /* The command may take up the space initially intended for the reply
369 * and the reply count. Needed for long 82078 commands such as RESTORE,
378 unsigned char reply[FD_RAW_REPLY_SIZE]; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Dintel_sideband.h139 u32 reply_mask, u32 reply, int timeout_base_ms);
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_dp_auxch.c202 msg->reply = ack >> 4; in radeon_dp_aux_transfer_native()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dfd.h368 /* The command may take up the space initially intended for the reply
369 * and the reply count. Needed for long 82078 commands such as RESTORE,
378 unsigned char reply[FD_RAW_REPLY_SIZE]; member
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_dp_auxch.c201 msg->reply = ack >> 4; in radeon_dp_aux_transfer_native()
/kernel/linux/linux-6.6/drivers/macintosh/ams/
H A Dams-pmu.c73 return req.reply[0]; in ams_pmu_get_register()
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dvia-pmu-backlight.c175 (req.reply[0] >> 4) * in pmu_backlight_init()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H A Dvia_drm.h182 struct drm_wait_vblank_reply reply; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H A Dvia_drm.h182 struct drm_wait_vblank_reply reply; member

Completed in 27 milliseconds

1...<<21222324252627282930>>...33