Lines Matching defs:request
63 #include "request.h"
260 /* Make sure that we really want to process this IO request */
264 /* Yep this is a valid io request pass it along to the
265 * io request handler
282 dev_warn(&ihost->pdev->dev, "%s: %x for io request %p\n",
285 * request
415 "event 0x%x for io request object "
1504 /* / @todo What timeout value do we want to provide to this request? */
2450 void sci_controller_post_request(struct isci_host *ihost, u32 request)
2453 __func__, ihost->id, request);
2455 writel(request, &ihost->smu_registers->post_context_port);
2628 /* terminate an ongoing (i.e. started) core IO request. This does not
2629 * abort the IO request at the target, but rather removes the IO
2630 * request from the host controller.
2648 * POST_TC_ABORT request sub-type.
2659 * completion operations for an IO request. After this method is invoked,
2660 * the user should consider the IO request as invalid until it is properly
2663 * IO request.
2665 * the IO request.
2666 * @ireq: the handle to the io request object to complete.
2710 * send/start a framework task management request.
2712 * management request.
2714 * the task management request.
2715 * @ireq: the handle to the task request object to start.
2737 * We will let framework know this task request started successfully,
2738 * although core is still woring on starting the request (to post tc when