Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ethtool/
H A 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 …]
H A Dnetlink.h324 struct ethnl_reply_data *reply_data,
327 const struct ethnl_reply_data *reply_data);
330 const struct ethnl_reply_data *reply_data);
331 void (*cleanup_data)(struct ethnl_reply_data *reply_data);
H A 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()
/OK3568_Linux_fs/kernel/sound/soc/sof/
H A 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()
H A 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);
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_bsg.c1553 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = in qla2x00_update_fru_versions()
1569 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = in qla2x00_update_fru_versions()
1576 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = 0; in qla2x00_update_fru_versions()
1604 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = in qla2x00_read_fru_status()
1618 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = in qla2x00_read_fru_status()
1626 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = 0; in qla2x00_read_fru_status()
1655 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = in qla2x00_write_fru_status()
1669 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = in qla2x00_write_fru_status()
1674 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = 0; in qla2x00_write_fru_status()
1702 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = in qla2x00_write_i2c()
[all …]
H A Dqla_isr.c1919 bsg_reply->reply_data.ctels_reply.status = FC_CTELS_STATUS_OK; in qla2x00_ct_entry()
2049 bsg_reply->reply_data.ctels_reply.status = FC_CTELS_STATUS_OK; in qla24xx_els_ct_entry()
2832 bsg_reply->reply_data.vendor_reply.vendor_rsp[0] = rval; in qla25xx_process_bidir_status_iocb()
/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A 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()
H A Dbdw.c391 memcpy(msg->reply_data, &reply, sizeof(reply)); in bdw_get_reply()
404 msg->reply_data, msg->reply_size); in bdw_get_reply()
H A Dbyt.c271 memcpy(msg->reply_data, &reply, sizeof(reply)); in byt_get_reply()
284 msg->reply_data, msg->reply_size); in byt_get_reply()
/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_bsg_iscsi.h92 } reply_data; member
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Drave-sp.h56 void *reply_data, size_t reply_data_size);
/OK3568_Linux_fs/kernel/sound/soc/sof/imx/
H A Dimx8m.c49 memcpy(msg->reply_data, &reply, sizeof(reply)); in imx8m_get_reply()
62 msg->reply_data, msg->reply_size); in imx8m_get_reply()
H A Dimx8.c76 memcpy(msg->reply_data, &reply, sizeof(reply)); in imx8_get_reply()
89 msg->reply_data, msg->reply_size); in imx8_get_reply()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/
H A Dscsi_bsg_fc.h316 } reply_data; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/
H A Dscsi_bsg_fc.h316 } reply_data; member
/OK3568_Linux_fs/kernel/include/uapi/scsi/
H A Dscsi_bsg_fc.h303 } reply_data; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Daux_engine.h135 uint8_t reply_data[DEFAULT_AUX_MAX_DATA_SIZE]; member
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Drave-sp.c344 void *reply_data, size_t reply_data_size) in rave_sp_exec() argument
347 .data = reply_data, in rave_sp_exec()
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h526 struct aux_reply_data reply_data; member
/OK3568_Linux_fs/kernel/drivers/s390/scsi/
H A Dzfcp_fc.c975 jr->reply_data.ctels_reply.status = FC_CTELS_STATUS_OK; in zfcp_fc_ct_els_job_handler()
/OK3568_Linux_fs/kernel/drivers/scsi/libfc/
H A Dfc_lport.c1907 bsg_reply->reply_data.ctels_reply.status = in fc_lport_bsg_resp()
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A 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()