Home
last modified time | relevance | path

Searched refs:reply_data (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.6.21/net/ethtool/
Dnetlink.c264 struct ethnl_reply_data *reply_data; member
361 static void ethnl_init_reply_data(struct ethnl_reply_data *reply_data, in ethnl_init_reply_data() argument
365 memset(reply_data, 0, ops->reply_data_size); in ethnl_init_reply_data()
366 reply_data->dev = dev; in ethnl_init_reply_data()
372 struct ethnl_reply_data *reply_data = NULL; in ethnl_default_doit() local
390 reply_data = kmalloc(ops->reply_data_size, GFP_KERNEL); in ethnl_default_doit()
391 if (!reply_data) { in ethnl_default_doit()
399 ethnl_init_reply_data(reply_data, ops, req_info->dev); in ethnl_default_doit()
402 ret = ops->prepare_data(req_info, reply_data, info); in ethnl_default_doit()
406 ret = ops->reply_size(req_info, reply_data); in ethnl_default_doit()
[all …]
Dnetlink.h357 struct ethnl_reply_data *reply_data,
360 const struct ethnl_reply_data *reply_data);
363 const struct ethnl_reply_data *reply_data);
364 void (*cleanup_data)(struct ethnl_reply_data *reply_data);
Dprivflags.c114 static void privflags_cleanup_data(struct ethnl_reply_data *reply_data) in privflags_cleanup_data() argument
116 struct privflags_reply_data *data = PRIVFLAGS_REPDATA(reply_data); in privflags_cleanup_data()
/linux-6.6.21/sound/soc/sof/
Dipc4.c264 ipc4_reply = msg->reply_data; in sof_ipc4_get_reply()
285 static int ipc4_wait_tx_done(struct snd_sof_ipc *ipc, void *reply_data) in ipc4_wait_tx_done() argument
307 if (reply_data) { in ipc4_wait_tx_done()
308 struct sof_ipc4_msg *ipc4_reply = msg->reply_data; in ipc4_wait_tx_done()
309 struct sof_ipc4_msg *ipc4_reply_data = reply_data; in ipc4_wait_tx_done()
336 void *reply_data, size_t reply_bytes) in ipc4_tx_msg_unlocked() argument
356 return ipc4_wait_tx_done(ipc, reply_data); in ipc4_tx_msg_unlocked()
360 void *reply_data, size_t reply_bytes, bool no_pm) in sof_ipc4_tx_msg() argument
382 ret = ipc4_tx_msg_unlocked(ipc, msg_data, msg_bytes, reply_data, reply_bytes); in sof_ipc4_tx_msg()
391 msg = reply_data; in sof_ipc4_tx_msg()
[all …]
Dipc.c76 void *reply_data, size_t reply_bytes) in sof_ipc_tx_message() argument
82 return ipc->ops->tx_msg(ipc->sdev, msg_data, msg_bytes, reply_data, in sof_ipc_tx_message()
101 void *reply_data, size_t reply_bytes) in sof_ipc_tx_message_no_pm() argument
107 return ipc->ops->tx_msg(ipc->sdev, msg_data, msg_bytes, reply_data, in sof_ipc_tx_message_no_pm()
Dipc3.c241 reply = msg->reply_data; in sof_ipc3_get_reply()
282 msg->reply_data, msg->reply_size); in sof_ipc3_get_reply()
289 static int ipc3_wait_tx_done(struct snd_sof_ipc *ipc, void *reply_data) in ipc3_wait_tx_done() argument
315 if (reply_data && msg->reply_size) in ipc3_wait_tx_done()
317 memcpy(reply_data, msg->reply_data, in ipc3_wait_tx_done()
334 void *reply_data, size_t reply_bytes) in ipc3_tx_msg_unlocked() argument
352 return ipc3_wait_tx_done(ipc, reply_data); in ipc3_tx_msg_unlocked()
356 void *reply_data, size_t reply_bytes, bool no_pm) in sof_ipc3_tx_msg() argument
383 ret = ipc3_tx_msg_unlocked(ipc, msg_data, msg_bytes, reply_data, reply_bytes); in sof_ipc3_tx_msg()
396 payload = reply_data; in sof_ipc3_tx_msg()
[all …]
Dsof-priv.h399 void *reply_data; member
498 void *reply_data, size_t reply_bytes, bool no_pm);
716 void *reply_data, size_t reply_bytes);
725 void *reply_data, size_t reply_bytes);
Dsof-client.h41 void *reply_data, size_t reply_bytes);
Dsof-client.c288 void *reply_data, size_t reply_bytes) in sof_client_ipc_tx_message() argument
294 reply_data, reply_bytes); in sof_client_ipc_tx_message()
299 reply_data, reply_bytes); in sof_client_ipc_tx_message()
/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_bsg.c1576 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = in qla2x00_update_fru_versions()
1592 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = in qla2x00_update_fru_versions()
1599 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = 0; in qla2x00_update_fru_versions()
1627 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = in qla2x00_read_fru_status()
1641 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = in qla2x00_read_fru_status()
1649 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = 0; in qla2x00_read_fru_status()
1678 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = in qla2x00_write_fru_status()
1692 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = in qla2x00_write_fru_status()
1697 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = 0; in qla2x00_write_fru_status()
1725 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = in qla2x00_write_i2c()
[all …]
/linux-6.6.21/sound/soc/sof/amd/
Dacp-ipc.c124 memcpy(msg->reply_data, &reply, sizeof(reply)); in acp_dsp_ipc_get_reply()
130 memcpy(msg->reply_data, &reply, sizeof(reply)); in acp_dsp_ipc_get_reply()
149 acp_mailbox_read(sdev, offset, msg->reply_data, msg->reply_size); in acp_dsp_ipc_get_reply()
/linux-6.6.21/include/scsi/
Dscsi_bsg_iscsi.h92 } reply_data; member
/linux-6.6.21/include/linux/mfd/
Drave-sp.h56 void *reply_data, size_t reply_data_size);
/linux-6.6.21/include/uapi/scsi/
Dscsi_bsg_fc.h303 } reply_data; member
/linux-6.6.21/sound/soc/sof/intel/
Dhda-ipc.c149 memcpy(msg->reply_data, &reply, sizeof(reply)); in hda_dsp_ipc_get_reply()
192 struct sof_ipc4_msg *data = sdev->ipc->msg.reply_data; in hda_dsp_ipc4_irq_thread()
Dcnl.c67 struct sof_ipc4_msg *data = sdev->ipc->msg.reply_data; in cnl_ipc4_irq_thread()
Dmtl.c534 struct sof_ipc4_msg *data = sdev->ipc->msg.reply_data; in mtl_ipc_irq_thread()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/hw/
Daux_engine.h141 uint8_t reply_data[DEFAULT_AUX_MAX_DATA_SIZE]; member
/linux-6.6.21/drivers/gpu/drm/amd/display/dmub/src/
Ddmub_srv_stat.c77 (void *)&cmd.dp_aux_reply.reply_data, sizeof(struct aux_reply_data)); in dmub_srv_stat_get_notification()
/linux-6.6.21/drivers/mfd/
Drave-sp.c344 void *reply_data, size_t reply_data_size) in rave_sp_exec() argument
347 .data = reply_data, in rave_sp_exec()
/linux-6.6.21/sound/soc/intel/avs/
Dmessages.c376 u8 **reply_data, size_t *reply_size) in avs_ipc_get_large_config() argument
414 *reply_data = buf; in avs_ipc_get_large_config()
Dmessages.h322 u8 **reply_data, size_t *reply_size);
/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_bsg.c607 els_reply = &bsg_reply->reply_data.ctels_reply; in lpfc_bsg_rport_els_cmp()
1275 bsg_reply->reply_data.vendor_reply.vendor_rsp; in lpfc_bsg_hba_get_event()
2438 bsg_reply->reply_data.vendor_reply.vendor_rsp; in lpfc_sli4_bsg_link_diag_test()
3338 bsg_reply->reply_data.vendor_reply.vendor_rsp; in lpfc_bsg_get_dfc_rev()
4995 bsg_reply->reply_data.vendor_reply.vendor_rsp; in lpfc_forced_link_speed()
5070 bsg_reply->reply_data.vendor_reply.vendor_rsp; in lpfc_bsg_get_ras_config()
5215 bsg_reply->reply_data.vendor_reply.vendor_rsp; in lpfc_bsg_get_ras_lwpd()
5349 bsg_reply->reply_data.vendor_reply.vendor_rsp; in lpfc_get_trunk_info()
/linux-6.6.21/drivers/s390/scsi/
Dzfcp_fc.c971 jr->reply_data.ctels_reply.status = FC_CTELS_STATUS_OK; in zfcp_fc_ct_els_job_handler()
/linux-6.6.21/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h1783 struct aux_reply_data reply_data; member

12