Home
last modified time | relevance | path

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

/Linux-v5.10/net/ethtool/
Dnetlink.c227 struct ethnl_reply_data *reply_data; member
300 static void ethnl_init_reply_data(struct ethnl_reply_data *reply_data, in ethnl_init_reply_data() argument
304 memset(reply_data, 0, ops->reply_data_size); in ethnl_init_reply_data()
305 reply_data->dev = dev; in ethnl_init_reply_data()
311 struct ethnl_reply_data *reply_data = NULL; in ethnl_default_doit() local
326 reply_data = kmalloc(ops->reply_data_size, GFP_KERNEL); in ethnl_default_doit()
327 if (!reply_data) { in ethnl_default_doit()
336 ethnl_init_reply_data(reply_data, ops, req_info->dev); in ethnl_default_doit()
339 ret = ops->prepare_data(req_info, reply_data, info); in ethnl_default_doit()
343 ret = ops->reply_size(req_info, reply_data); in ethnl_default_doit()
[all …]
Dnetlink.h321 struct ethnl_reply_data *reply_data,
324 const struct ethnl_reply_data *reply_data);
327 const struct ethnl_reply_data *reply_data);
328 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-v5.10/sound/soc/sof/
Dipc.c207 void *reply_data) in tx_wait_done() argument
231 memcpy(reply_data, msg->reply_data, in tx_wait_done()
242 void *reply_data, size_t reply_bytes) in sof_ipc_tx_message_unlocked() argument
289 ret = tx_wait_done(ipc, msg, reply_data); in sof_ipc_tx_message_unlocked()
296 void *msg_data, size_t msg_bytes, void *reply_data, in sof_ipc_tx_message() argument
312 reply_data, reply_bytes); in sof_ipc_tx_message()
323 void *reply_data, size_t reply_bytes) in sof_ipc_tx_message_no_pm() argument
335 reply_data, reply_bytes); in sof_ipc_tx_message_no_pm()
843 msg->reply_data = devm_kzalloc(sdev->dev, SOF_IPC_MSG_MAX_SIZE, in snd_sof_ipc_init()
845 if (!msg->reply_data) in snd_sof_ipc_init()
Dsof-priv.h335 void *reply_data; member
496 void *msg_data, size_t msg_bytes, void *reply_data,
500 void *reply_data, size_t reply_bytes);
/Linux-v5.10/sound/soc/sof/intel/
Dhda-ipc.c96 memcpy(msg->reply_data, &reply, sizeof(reply)); in hda_dsp_ipc_get_reply()
105 memcpy(msg->reply_data, &reply, sizeof(reply)); in hda_dsp_ipc_get_reply()
120 msg->reply_data, msg->reply_size); in hda_dsp_ipc_get_reply()
Dbdw.c391 memcpy(msg->reply_data, &reply, sizeof(reply)); in bdw_get_reply()
404 msg->reply_data, msg->reply_size); in bdw_get_reply()
Dbyt.c271 memcpy(msg->reply_data, &reply, sizeof(reply)); in byt_get_reply()
284 msg->reply_data, msg->reply_size); in byt_get_reply()
/Linux-v5.10/drivers/scsi/qla2xxx/
Dqla_bsg.c1552 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = in qla2x00_update_fru_versions()
1568 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = in qla2x00_update_fru_versions()
1575 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = 0; in qla2x00_update_fru_versions()
1603 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = in qla2x00_read_fru_status()
1617 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = in qla2x00_read_fru_status()
1625 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = 0; in qla2x00_read_fru_status()
1654 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = in qla2x00_write_fru_status()
1668 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = in qla2x00_write_fru_status()
1673 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = 0; in qla2x00_write_fru_status()
1701 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = in qla2x00_write_i2c()
[all …]
Dqla_isr.c1921 bsg_reply->reply_data.ctels_reply.status = FC_CTELS_STATUS_OK; in qla2x00_ct_entry()
2051 bsg_reply->reply_data.ctels_reply.status = FC_CTELS_STATUS_OK; in qla24xx_els_ct_entry()
2833 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = rval; in qla25xx_process_bidir_status_iocb()
/Linux-v5.10/include/scsi/
Dscsi_bsg_iscsi.h92 } reply_data; member
/Linux-v5.10/include/linux/mfd/
Drave-sp.h56 void *reply_data, size_t reply_data_size);
/Linux-v5.10/sound/soc/sof/imx/
Dimx8m.c49 memcpy(msg->reply_data, &reply, sizeof(reply)); in imx8m_get_reply()
62 msg->reply_data, msg->reply_size); in imx8m_get_reply()
Dimx8.c76 memcpy(msg->reply_data, &reply, sizeof(reply)); in imx8_get_reply()
89 msg->reply_data, msg->reply_size); in imx8_get_reply()
/Linux-v5.10/include/uapi/scsi/
Dscsi_bsg_fc.h303 } reply_data; member
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
Daux_engine.h135 uint8_t reply_data[DEFAULT_AUX_MAX_DATA_SIZE]; member
/Linux-v5.10/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-v5.10/drivers/scsi/lpfc/
Dlpfc_bsg.c632 els_reply = &bsg_reply->reply_data.ctels_reply; in lpfc_bsg_rport_els_cmp()
1315 bsg_reply->reply_data.vendor_reply.vendor_rsp; in lpfc_bsg_hba_get_event()
2495 bsg_reply->reply_data.vendor_reply.vendor_rsp; in lpfc_sli4_bsg_link_diag_test()
3418 bsg_reply->reply_data.vendor_reply.vendor_rsp; in lpfc_bsg_get_dfc_rev()
5119 bsg_reply->reply_data.vendor_reply.vendor_rsp; in lpfc_bsg_menlo_cmd_cmp()
5358 bsg_reply->reply_data.vendor_reply.vendor_rsp; in lpfc_forced_link_speed()
5433 bsg_reply->reply_data.vendor_reply.vendor_rsp; in lpfc_bsg_get_ras_config()
5578 bsg_reply->reply_data.vendor_reply.vendor_rsp; in lpfc_bsg_get_ras_lwpd()
5712 bsg_reply->reply_data.vendor_reply.vendor_rsp; in lpfc_get_trunk_info()
/Linux-v5.10/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h526 struct aux_reply_data reply_data; member
/Linux-v5.10/drivers/s390/scsi/
Dzfcp_fc.c953 jr->reply_data.ctels_reply.status = FC_CTELS_STATUS_OK; in zfcp_fc_ct_els_job_handler()
/Linux-v5.10/drivers/scsi/libfc/
Dfc_lport.c1907 bsg_reply->reply_data.ctels_reply.status = in fc_lport_bsg_resp()
/Linux-v5.10/drivers/scsi/bfa/
Dbfad_bsg.c3510 bsg_reply->reply_data.ctels_reply.status = FC_CTELS_STATUS_OK; in bfad_im_bsg_els_ct_request()
3515 bsg_reply->reply_data.ctels_reply.status = in bfad_im_bsg_els_ct_request()