Home
last modified time | relevance | path

Searched refs:hio (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H A 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 in efc_log_sgl()
270 efct_scsi_io_dispatch_hw_io(struct efct_io *io, struct efct_hw_io *hio) efct_scsi_io_dispatch_hw_io() argument
393 struct efct_hw_io *hio; efct_scsi_dispatch_pending() local
519 struct efct_hw_io *hio; efct_scsi_io_dispatch() local
837 efct_target_bls_resp_cb(struct efct_hw_io *hio, u32 length, int status, u32 ext_status, void *app) efct_target_bls_resp_cb() argument
909 efct_bls_send_rjt_cb(struct efct_hw_io *hio, u32 length, int status, u32 ext_status, void *app) efct_bls_send_rjt_cb() argument
1038 efct_target_abort_cb(struct efct_hw_io *hio, u32 length, int status, u32 ext_status, void *app) efct_target_abort_cb() argument
[all...]
H A 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()
H A 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 in efct_hw_bls_send()
2635 efct_els_ssrs_send_cb(struct efct_hw_io *hio, u32 length, int status, u32 ext_status, void *arg) efct_els_ssrs_send_cb() argument
2697 struct efct_hw_io *hio; efct_els_hw_srrs_send() local
[all...]
H A Defct_io.h66 * @hio: hw io object
119 struct efct_hw_io *hio; member
/kernel/linux/linux-5.10/sound/firewire/digi00x/
H 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()
/kernel/linux/linux-6.6/sound/firewire/digi00x/
H 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 6 milliseconds