Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.h173 struct efct_hw_io;
215 struct efct_hw_io { struct
431 struct efct_hw_io **io;
531 struct efct_hw_io *send_frame_io;
614 struct efct_hw_io *efct_hw_io_alloc(struct efct_hw *hw);
615 int efct_hw_io_free(struct efct_hw *hw, struct efct_hw_io *io);
616 u8 efct_hw_io_inuse(struct efct_hw *hw, struct efct_hw_io *io);
619 struct efct_hw_io *io, union efct_hw_io_param_u *iparam,
627 struct efct_hw_io *io, enum efct_hw_io_type type);
630 efct_hw_io_add_sge(struct efct_hw *hw, struct efct_hw_io *io,
[all …]
H A Defct_hw.c363 struct efct_hw_io *io = arg; in efct_hw_wq_process_io()
481 struct efct_hw_io *io = NULL; in efct_hw_setup_io()
604 struct efct_hw_io *io = NULL; in efct_hw_init_prereg_io()
677 struct efct_hw_io *io = NULL; in efct_hw_init_io()
888 struct efct_hw_io *temp; in efct_hw_init()
1606 struct efct_hw_io *
1621 struct efct_hw_io *io) in efct_hw_io_free_move_correct_list()
1657 struct efct_hw_io *io = container_of(arg, struct efct_hw_io, ref); in efct_hw_io_free_internal()
1678 struct efct_hw_io *
2572 struct efct_hw_io *hio; in efct_hw_bls_send()
[all …]
H A Defct_scsi.c107 efct_target_io_cb(struct efct_hw_io *hio, u32 length, int status, in efct_target_io_cb()
201 efct_scsi_build_sgls(struct efct_hw *hw, struct efct_hw_io *hio, in efct_scsi_build_sgls()
231 struct efct_hw_io *hio = io->hio; in efc_log_sgl()
270 efct_scsi_io_dispatch_hw_io(struct efct_io *io, struct efct_hw_io *hio) in efct_scsi_io_dispatch_hw_io()
337 struct efct_hw_io *hio_to_abort = NULL; in efct_scsi_io_dispatch_no_hw_io()
393 struct efct_hw_io *hio; in efct_scsi_dispatch_pending()
519 struct efct_hw_io *hio; in efct_scsi_io_dispatch()
837 efct_target_bls_resp_cb(struct efct_hw_io *hio, u32 length, int status, in efct_target_bls_resp_cb()
909 static int efct_bls_send_rjt_cb(struct efct_hw_io *hio, u32 length, int status, in efct_bls_send_rjt_cb()
1038 efct_target_abort_cb(struct efct_hw_io *hio, u32 length, int status, in efct_target_abort_cb()
H A Defct_io.h119 struct efct_hw_io *hio;
H A Defct_io.c150 struct efct_hw_io *hio = NULL; in efct_io_pool_io_free()