Lines Matching defs:request

15  * @request: Properly populated MPI3 request
16 * @request_sz: Size of the MPI3 request
24 * This blocks for the completion of request for timeout seconds
25 * and if the request times out this function faults the
28 * On successful completion of the request this function returns
33 static int mpi3mr_post_transport_req(struct mpi3mr_ioc *mrioc, void *request,
42 ioc_err(mrioc, "sending transport request failed due to command in use\n");
53 dprint_cfg_info(mrioc, "posting transport request\n");
55 dprint_dump(request, request_sz, "transport_req");
56 retval = mpi3mr_admin_request_post(mrioc, request, request_sz, 1);
58 ioc_err(mrioc, "posting transport request failed\n");
66 ioc_err(mrioc, "transport request timed out\n");
74 "transport request returned with ioc_status(0x%04x), log_info(0x%08x)\n",
88 /* report manufacture request structure */
184 "sending report manufacturer SMP request to sas_address(0x%016llx), port(%d)\n",
194 "report manufacturer SMP request completed with ioc_status(0x%04x)\n",
2571 "sending phy error log SMP request to sas_address(0x%016llx), phy_id(%d)\n",
2579 "phy error log SMP request completed with ioc_status(0x%04x)\n",
2728 /* phy control request structure */
2763 * Issues SMP passthru phy control request to execute a specific
2836 "sending phy control SMP request to sas_address(0x%016llx), phy_id(%d) opcode(%d)\n",
2845 "phy control SMP request completed with ioc_status(0x%04x)\n",
2909 "sending phy reset request to sas_address(0x%016llx), phy_id(%d) hard_reset(%d)\n",
2920 "phy reset request completed with ioc_status(0x%04x)\n",
3144 /* Check if the request is split across multiple segments */
3246 dprint_transport_info(mrioc, "sending SMP request\n");
3255 "SMP request completed with ioc_status(0x%04x)\n", ioc_status);
3258 "SMP request - reply data transfer size(%d)\n",