Lines Matching refs:reply_sz
36 u16 request_sz, void *reply, u16 reply_sz, int timeout, in mpi3mr_post_transport_req() argument
80 memcpy((u8 *)reply, mrioc->transport_cmds.reply, reply_sz); in mpi3mr_post_transport_req()
145 u16 reply_sz = sizeof(struct mpi3_smp_passthrough_reply); in mpi3mr_report_manufacture() local
178 memset(&mpi_reply, 0, reply_sz); in mpi3mr_report_manufacture()
195 &mpi_reply, reply_sz, in mpi3mr_report_manufacture()
2566 u16 reply_sz = sizeof(struct mpi3_smp_passthrough_reply); in mpi3mr_get_expander_phy_error_log() local
2602 memset(&mpi_reply, 0, reply_sz); in mpi3mr_get_expander_phy_error_log()
2619 &mpi_reply, reply_sz, MPI3MR_INTADMCMD_TIMEOUT, &ioc_status)) in mpi3mr_get_expander_phy_error_log()
2829 u16 reply_sz = sizeof(struct mpi3_smp_passthrough_reply); in mpi3mr_expander_phy_control() local
2873 memset(&mpi_reply, 0, reply_sz); in mpi3mr_expander_phy_control()
2891 &mpi_reply, reply_sz, MPI3MR_INTADMCMD_TIMEOUT, &ioc_status)) in mpi3mr_expander_phy_control()
2933 u16 reply_sz = sizeof(struct mpi3_iounit_control_reply); in mpi3mr_transport_phy_reset() local
2964 &mpi_reply, reply_sz, MPI3MR_INTADMCMD_TIMEOUT, &ioc_status)) { in mpi3mr_transport_phy_reset()
3257 u16 reply_sz = sizeof(struct mpi3_smp_passthrough_reply); in mpi3mr_transport_smp_handler() local
3289 memset(&mpi_reply, 0, reply_sz); in mpi3mr_transport_smp_handler()
3305 &mpi_reply, reply_sz, in mpi3mr_transport_smp_handler()
3317 memcpy(job->reply, &mpi_reply, reply_sz); in mpi3mr_transport_smp_handler()
3318 job->reply_len = reply_sz; in mpi3mr_transport_smp_handler()