Lines Matching refs:reply_sz
34 u16 request_sz, void *reply, u16 reply_sz, int timeout, in mpi3mr_post_transport_req() argument
78 memcpy((u8 *)reply, mrioc->transport_cmds.reply, reply_sz); in mpi3mr_post_transport_req()
143 u16 reply_sz = sizeof(struct mpi3_smp_passthrough_reply); in mpi3mr_report_manufacture() local
171 memset(&mpi_reply, 0, reply_sz); in mpi3mr_report_manufacture()
188 &mpi_reply, reply_sz, in mpi3mr_report_manufacture()
2537 u16 reply_sz = sizeof(struct mpi3_smp_passthrough_reply); in mpi3mr_get_expander_phy_error_log() local
2568 memset(&mpi_reply, 0, reply_sz); in mpi3mr_get_expander_phy_error_log()
2585 &mpi_reply, reply_sz, MPI3MR_INTADMCMD_TIMEOUT, &ioc_status)) in mpi3mr_get_expander_phy_error_log()
2795 u16 reply_sz = sizeof(struct mpi3_smp_passthrough_reply); in mpi3mr_expander_phy_control() local
2833 memset(&mpi_reply, 0, reply_sz); in mpi3mr_expander_phy_control()
2851 &mpi_reply, reply_sz, MPI3MR_INTADMCMD_TIMEOUT, &ioc_status)) in mpi3mr_expander_phy_control()
2893 u16 reply_sz = sizeof(struct mpi3_iounit_control_reply); in mpi3mr_transport_phy_reset() local
2924 &mpi_reply, reply_sz, MPI3MR_INTADMCMD_TIMEOUT, &ioc_status)) { in mpi3mr_transport_phy_reset()
3217 u16 reply_sz = sizeof(struct mpi3_smp_passthrough_reply); in mpi3mr_transport_smp_handler() local
3243 memset(&mpi_reply, 0, reply_sz); in mpi3mr_transport_smp_handler()
3259 &mpi_reply, reply_sz, in mpi3mr_transport_smp_handler()
3271 memcpy(job->reply, &mpi_reply, reply_sz); in mpi3mr_transport_smp_handler()
3272 job->reply_len = reply_sz; in mpi3mr_transport_smp_handler()