Lines Matching refs:reply_sz

37 	u16 request_sz, void *reply, u16 reply_sz, int timeout,  in mpi3mr_post_transport_req()  argument
81 memcpy((u8 *)reply, mrioc->transport_cmds.reply, reply_sz); in mpi3mr_post_transport_req()
146 u16 reply_sz = sizeof(struct mpi3_smp_passthrough_reply); in mpi3mr_report_manufacture() local
174 memset(&mpi_reply, 0, reply_sz); in mpi3mr_report_manufacture()
191 &mpi_reply, reply_sz, in mpi3mr_report_manufacture()
2527 u16 reply_sz = sizeof(struct mpi3_smp_passthrough_reply); in mpi3mr_get_expander_phy_error_log() local
2558 memset(&mpi_reply, 0, reply_sz); in mpi3mr_get_expander_phy_error_log()
2575 &mpi_reply, reply_sz, MPI3MR_INTADMCMD_TIMEOUT, &ioc_status)) in mpi3mr_get_expander_phy_error_log()
2785 u16 reply_sz = sizeof(struct mpi3_smp_passthrough_reply); in mpi3mr_expander_phy_control() local
2823 memset(&mpi_reply, 0, reply_sz); in mpi3mr_expander_phy_control()
2841 &mpi_reply, reply_sz, MPI3MR_INTADMCMD_TIMEOUT, &ioc_status)) in mpi3mr_expander_phy_control()
2883 u16 reply_sz = sizeof(struct mpi3_iounit_control_reply); in mpi3mr_transport_phy_reset() local
2914 &mpi_reply, reply_sz, MPI3MR_INTADMCMD_TIMEOUT, &ioc_status)) { in mpi3mr_transport_phy_reset()
3207 u16 reply_sz = sizeof(struct mpi3_smp_passthrough_reply); in mpi3mr_transport_smp_handler() local
3233 memset(&mpi_reply, 0, reply_sz); in mpi3mr_transport_smp_handler()
3249 &mpi_reply, reply_sz, in mpi3mr_transport_smp_handler()
3261 memcpy(job->reply, &mpi_reply, reply_sz); in mpi3mr_transport_smp_handler()
3262 job->reply_len = reply_sz; in mpi3mr_transport_smp_handler()