Lines Matching refs:request_sz

37 	u16 request_sz, void *reply, u16 reply_sz, int timeout,  in mpi3mr_post_transport_req()  argument
58 dprint_dump(request, request_sz, "transport_req"); in mpi3mr_post_transport_req()
59 retval = mpi3mr_admin_request_post(mrioc, request, request_sz, 1); in mpi3mr_post_transport_req()
145 u16 request_sz = sizeof(struct mpi3_smp_passthrough_request); in mpi3mr_report_manufacture() local
173 memset(&mpi_request, 0, request_sz); in mpi3mr_report_manufacture()
190 rc = mpi3mr_post_transport_req(mrioc, &mpi_request, request_sz, in mpi3mr_report_manufacture()
2526 u16 request_sz = sizeof(struct mpi3_smp_passthrough_request); in mpi3mr_get_expander_phy_error_log() local
2557 memset(&mpi_request, 0, request_sz); in mpi3mr_get_expander_phy_error_log()
2574 if (mpi3mr_post_transport_req(mrioc, &mpi_request, request_sz, in mpi3mr_get_expander_phy_error_log()
2784 u16 request_sz = sizeof(struct mpi3_smp_passthrough_request); in mpi3mr_expander_phy_control() local
2822 memset(&mpi_request, 0, request_sz); in mpi3mr_expander_phy_control()
2840 if (mpi3mr_post_transport_req(mrioc, &mpi_request, request_sz, in mpi3mr_expander_phy_control()
2882 u16 request_sz = sizeof(struct mpi3_iounit_control_request); in mpi3mr_transport_phy_reset() local
2898 memset(&mpi_request, 0, request_sz); in mpi3mr_transport_phy_reset()
2913 if (mpi3mr_post_transport_req(mrioc, &mpi_request, request_sz, in mpi3mr_transport_phy_reset()
3206 u16 request_sz = sizeof(struct mpi3_smp_passthrough_request); in mpi3mr_transport_smp_handler() local
3232 memset(&mpi_request, 0, request_sz); in mpi3mr_transport_smp_handler()
3248 rc = mpi3mr_post_transport_req(mrioc, &mpi_request, request_sz, in mpi3mr_transport_smp_handler()