Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/elx/efct/
Defct_scsi.c107 efct_target_io_cb(struct efct_hw_io *hio, u32 length, int status, in efct_target_io_cb() argument
201 efct_scsi_build_sgls(struct efct_hw *hw, struct efct_hw_io *hio, in efct_scsi_build_sgls() argument
210 rc = efct_hw_io_init_sges(hw, hio, type); in efct_scsi_build_sgls()
218 rc = efct_hw_io_add_sge(hw, hio, sgl[i].addr, sgl[i].len); in efct_scsi_build_sgls()
231 struct efct_hw_io *hio = io->hio; in efc_log_sgl() local
238 upper_32_bits(hio->def_sgl.phys), in efc_log_sgl()
239 lower_32_bits(hio->def_sgl.phys)); in efc_log_sgl()
240 n_sge = (hio->sgl == &hio->def_sgl) ? hio->n_sge : hio->def_sgl_count; in efc_log_sgl()
241 for (i = 0, data = hio->def_sgl.virt; i < n_sge; i++, data++) { in efc_log_sgl()
265 (cb)(io->hio, 0, SLI4_FC_WCQE_STATUS_DISPATCH_ERROR, 0, io); in efct_scsi_check_pending_async_cb()
[all …]
Defct_io.c128 io->hio = NULL; in efct_io_pool_io_alloc()
150 struct efct_hw_io *hio = NULL; in efct_io_pool_io_free() local
156 hio = io->hio; in efct_io_pool_io_free()
157 io->hio = NULL; in efct_io_pool_io_free()
163 if (hio) in efct_io_pool_io_free()
164 efct_hw_io_free(&efct->hw, hio); in efct_io_pool_io_free()
Defct_hw.c2572 struct efct_hw_io *hio; in efct_hw_bls_send() local
2582 hio = efct_hw_io_alloc(hw); in efct_hw_bls_send()
2583 if (!hio) { in efct_hw_bls_send()
2588 hio->done = cb; in efct_hw_bls_send()
2589 hio->arg = arg; in efct_hw_bls_send()
2591 bls_params->xri = hio->indicator; in efct_hw_bls_send()
2592 bls_params->tag = hio->reqtag; in efct_hw_bls_send()
2595 hio->type = EFCT_HW_BLS_ACC; in efct_hw_bls_send()
2599 hio->type = EFCT_HW_BLS_RJT; in efct_hw_bls_send()
2607 if (sli_xmit_bls_rsp64_wqe(&hw->sli, hio->wqe.wqebuf, in efct_hw_bls_send()
[all …]
Defct_io.h119 struct efct_hw_io *hio; member
/linux-6.12.1/sound/firewire/digi00x/
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()