/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | mac_iop.h | 54 #define IOP_MSGSTATUS_SENT 2 /* message sent, awaiting reply */ 55 #define IOP_MSGSTATUS_COMPLETE 3 /* message complete and reply rcvd */ 146 __u8 reply[IOP_MSG_LEN]; /* the reply to the message */ member 148 /* function to call when reply recvd */
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | mac_iop.h | 54 #define IOP_MSGSTATUS_SENT 2 /* message sent, awaiting reply */ 55 #define IOP_MSGSTATUS_COMPLETE 3 /* message complete and reply rcvd */ 146 __u8 reply[IOP_MSG_LEN]; /* the reply to the message */ member 148 /* function to call when reply recvd */
|
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | qos_defprio.sh | 130 mausezahn -q $h1 -d 100m -c 10 -t arp reply
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/analogix/ |
H A D | analogix-i2c-dptx.c | 147 msg->reply = DP_AUX_I2C_REPLY_ACK; in anx_dp_aux_transfer()
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_api.h | 120 struct ap_message reply; /* Per-device reply structure. */ member
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | mon_client.h | 62 struct ceph_msg *reply; /* and reply */ member
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | mon_client.h | 62 struct ceph_msg *reply; /* and reply */ member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_ddc_types.h | 94 * used to return the reply type of the transaction 97 uint8_t *reply; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_ctrl_net.h | 136 u16 reply; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/analogix/ |
H A D | analogix-i2c-dptx.c | 147 msg->reply = DP_AUX_I2C_REPLY_ACK; in anx_dp_aux_transfer()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_tcpbpf_kern.c | 162 skops->reply = rv; in bpf_testcb()
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_api.h | 117 struct ap_message reply; /* Per-device reply structure. */ member
|
/kernel/linux/linux-5.10/sound/soc/sof/ |
H A D | debug.c | 247 struct sof_ipc_reply reply; in sof_debug_ipc_flood_test() local 268 &reply, sizeof(reply)); in sof_debug_ipc_flood_test()
|
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
H A D | hda-dsp.c | 357 struct sof_ipc_reply reply; in hda_dsp_send_pm_gate_ipc() local 368 &pm_gate, sizeof(pm_gate), &reply, in hda_dsp_send_pm_gate_ipc() 369 sizeof(reply)); in hda_dsp_send_pm_gate_ipc()
|
/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
H A D | xenbus_dev_frontend.c | 70 * still waiting a reply. 95 * reply_mutex protects the reply being built up to return to 297 /* success: pass reply list onto watcher */ in watch_fired() 420 unsigned int msg_type, const char *reply) in xenbus_command_reply() 430 msg.hdr.len = strlen(reply) + 1; in xenbus_command_reply() 433 memcpy(&msg.body, reply, msg.hdr.len); in xenbus_command_reply() 543 /* Success. Synthesize a reply to say all is OK. */ in xenbus_write_watch() 419 xenbus_command_reply(struct xenbus_file_priv *u, unsigned int msg_type, const char *reply) xenbus_command_reply() argument
|
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptbase.h | 278 * In particular, do NOT reply on offset [2] 326 MPIDefaultReply_t reply; member 451 u8 reply[MPT_DEFAULT_FRAME_SIZE]; /* reply frame data */ member 637 int reply_depth; /* Num Allocated reply frames */ 797 typedef int (*MPT_CALLBACK)(MPT_ADAPTER *ioc, MPT_FRAME_HDR *req, MPT_FRAME_HDR *reply);
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptbase.h | 278 * In particular, do NOT reply on offset [2] 326 MPIDefaultReply_t reply; member 451 u8 reply[MPT_DEFAULT_FRAME_SIZE]; /* reply frame data */ member 637 int reply_depth; /* Num Allocated reply frames */ 796 typedef int (*MPT_CALLBACK)(MPT_ADAPTER *ioc, MPT_FRAME_HDR *req, MPT_FRAME_HDR *reply);
|
/kernel/linux/linux-6.6/drivers/xen/xenbus/ |
H A D | xenbus_dev_frontend.c | 70 * still waiting a reply. 95 * reply_mutex protects the reply being built up to return to 297 /* success: pass reply list onto watcher */ in watch_fired() 420 unsigned int msg_type, const char *reply) in xenbus_command_reply() 430 msg.hdr.len = strlen(reply) + 1; in xenbus_command_reply() 433 memcpy(&msg.body, reply, msg.hdr.len); in xenbus_command_reply() 543 /* Success. Synthesize a reply to say all is OK. */ in xenbus_write_watch() 419 xenbus_command_reply(struct xenbus_file_priv *u, unsigned int msg_type, const char *reply) xenbus_command_reply() argument
|
/kernel/linux/linux-6.6/net/vmw_vsock/ |
H A D | virtio_transport.c | 106 bool reply; in virtio_transport_send_pkt_work() local 113 reply = virtio_vsock_skb_reply(skb); in virtio_transport_send_pkt_work() 131 if (reply) { in virtio_transport_send_pkt_work()
|
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_transport.c | 221 * @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 D | mpt3sas_transport.c | 283 * @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 D | pmf.c | 280 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 D | s3c-hsudc.c | 542 __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 D | mesh_hwmp.c | 569 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 D | drm_dp_helper.c | 242 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...] |