Lines Matching refs:hio
108 efct_target_io_cb(struct efct_hw_io *hio, u32 length, int status, in efct_target_io_cb() argument
202 efct_scsi_build_sgls(struct efct_hw *hw, struct efct_hw_io *hio, in efct_scsi_build_sgls() argument
211 rc = efct_hw_io_init_sges(hw, hio, type); in efct_scsi_build_sgls()
219 rc = efct_hw_io_add_sge(hw, hio, sgl[i].addr, sgl[i].len); in efct_scsi_build_sgls()
232 struct efct_hw_io *hio = io->hio; in efc_log_sgl() local
239 upper_32_bits(hio->def_sgl.phys), in efc_log_sgl()
240 lower_32_bits(hio->def_sgl.phys)); in efc_log_sgl()
241 n_sge = (hio->sgl == &hio->def_sgl) ? hio->n_sge : hio->def_sgl_count; in efc_log_sgl()
242 for (i = 0, data = hio->def_sgl.virt; i < n_sge; i++, data++) { in efc_log_sgl()
266 (cb)(io->hio, 0, SLI4_FC_WCQE_STATUS_DISPATCH_ERROR, 0, io); in efct_scsi_check_pending_async_cb()
271 efct_scsi_io_dispatch_hw_io(struct efct_io *io, struct efct_hw_io *hio) in efct_scsi_io_dispatch_hw_io() argument
279 io->hio = hio; in efct_scsi_io_dispatch_hw_io()
281 io->tgt_task_tag = hio->indicator; in efct_scsi_io_dispatch_hw_io()
283 io->init_task_tag = hio->indicator; in efct_scsi_io_dispatch_hw_io()
284 io->hw_tag = hio->reqtag; in efct_scsi_io_dispatch_hw_io()
286 hio->eq = io->hw_priv; in efct_scsi_io_dispatch_hw_io()
291 hio->wq_steering = EFCT_HW_WQ_STEERING_CLASS; in efct_scsi_io_dispatch_hw_io()
294 hio->wq_steering = EFCT_HW_WQ_STEERING_REQUEST; in efct_scsi_io_dispatch_hw_io()
297 hio->wq_steering = EFCT_HW_WQ_STEERING_CPU; in efct_scsi_io_dispatch_hw_io()
303 rc = efct_scsi_build_sgls(&efct->hw, io->hio, in efct_scsi_io_dispatch_hw_io()
320 rc = efct_hw_io_send(&io->efct->hw, io->hio_type, io->hio, in efct_scsi_io_dispatch_hw_io()
340 hio_to_abort = io->io_to_abort->hio; in efct_scsi_io_dispatch_no_hw_io()
356 ((efct_hw_done_t)io->hw_cb)(io->hio, 0, in efct_scsi_io_dispatch_no_hw_io()
375 cb(io->hio, 0, status, 0, io); in efct_scsi_io_dispatch_no_hw_io()
394 struct efct_hw_io *hio; in efct_scsi_dispatch_pending() local
412 hio = NULL; in efct_scsi_dispatch_pending()
414 hio = efct_hw_io_alloc(&efct->hw); in efct_scsi_dispatch_pending()
415 if (!hio) { in efct_scsi_dispatch_pending()
423 hio->eq = io->hw_priv; in efct_scsi_dispatch_pending()
438 if (!hio) in efct_scsi_dispatch_pending()
441 status = efct_scsi_io_dispatch_hw_io(io, hio); in efct_scsi_dispatch_pending()
492 if (io->io_type == EFCT_IO_TYPE_ABORT && io->io_to_abort->hio) { in efct_scsi_check_pending()
520 struct efct_hw_io *hio; in efct_scsi_io_dispatch() local
531 if (io->hio) in efct_scsi_io_dispatch()
532 return efct_scsi_io_dispatch_hw_io(io, io->hio); in efct_scsi_io_dispatch()
568 hio = efct_hw_io_alloc(&io->efct->hw); in efct_scsi_io_dispatch()
569 if (!hio) { in efct_scsi_io_dispatch()
582 return efct_scsi_io_dispatch_hw_io(io, hio); in efct_scsi_io_dispatch()
838 efct_target_bls_resp_cb(struct efct_hw_io *hio, u32 length, int status, in efct_target_bls_resp_cb() argument
910 static int efct_bls_send_rjt_cb(struct efct_hw_io *hio, u32 length, int status, in efct_bls_send_rjt_cb() argument
1039 efct_target_abort_cb(struct efct_hw_io *hio, u32 length, int status, in efct_target_abort_cb() argument