Home
last modified time | relevance | path

Searched refs:hio (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/elx/efct/
A Defct_scsi.c231 struct efct_hw_io *hio = io->hio; in efc_log_sgl() local
240 n_sge = (hio->sgl == &hio->def_sgl) ? hio->n_sge : hio->def_sgl_count; in efc_log_sgl()
278 io->hio = hio; in efct_scsi_io_dispatch_hw_io()
285 hio->eq = io->hw_priv; in efct_scsi_io_dispatch_hw_io()
393 struct efct_hw_io *hio; in efct_scsi_dispatch_pending() local
411 hio = NULL; in efct_scsi_dispatch_pending()
414 if (!hio) { in efct_scsi_dispatch_pending()
437 if (!hio) in efct_scsi_dispatch_pending()
519 struct efct_hw_io *hio; in efct_scsi_io_dispatch() local
530 if (io->hio) in efct_scsi_io_dispatch()
[all …]
A Defct_io.c129 io->hio = NULL; in efct_io_pool_io_alloc()
151 struct efct_hw_io *hio = NULL; in efct_io_pool_io_free() local
157 hio = io->hio; in efct_io_pool_io_free()
158 io->hio = NULL; in efct_io_pool_io_free()
164 if (hio) in efct_io_pool_io_free()
165 efct_hw_io_free(&efct->hw, hio); in efct_io_pool_io_free()
A Defct_hw.c2584 if (!hio) { in efct_hw_bls_send()
2589 hio->done = cb; in efct_hw_bls_send()
2590 hio->arg = arg; in efct_hw_bls_send()
2614 hio->xbusy = true; in efct_hw_bls_send()
2621 rc = efct_hw_wq_write(hio->wq, &hio->wqe); in efct_hw_bls_send()
2709 if (!hio) { in efct_els_hw_srrs_send()
2721 hio->arg = io; in efct_els_hw_srrs_send()
2768 if (sli_els_request64_wqe(&hw->sli, hio->wqe.wqebuf, hio->sgl, in efct_els_hw_srrs_send()
2796 if (sli_gen_request64_wqe(&hw->sli, hio->wqe.wqebuf, hio->sgl, in efct_els_hw_srrs_send()
2810 if (sli_xmit_sequence64_wqe(&hw->sli, hio->wqe.wqebuf, hio->sgl, in efct_els_hw_srrs_send()
[all …]
A Defct_io.h119 struct efct_hw_io *hio; member
/linux/sound/firewire/digi00x/
A Damdtp-dot.c88 static const u8 hio[16] = {0, 11, 12, 6, 7, 5, 1, 4, in dot_scrt() local
93 const u8 hr = (hn == 0x9) ? 0x9 : hir[(hio[hn] + off) % 15]; in dot_scrt()

Completed in 14 milliseconds