Searched refs:efct_hw_io (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/scsi/elx/efct/ |
D | efct_hw.h | 173 struct efct_hw_io; 175 typedef int (*efct_hw_done_t)(struct efct_hw_io *, u32 len, int status, 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, 622 efct_hw_io_register_sgl(struct efct_hw *hw, struct efct_hw_io *io, [all …]
|
D | efct_hw.c | 327 efct_hw_init_free_io(struct efct_hw_io *io) in efct_hw_init_free_io() 353 efct_hw_io_restore_sgl(struct efct_hw *hw, struct efct_hw_io *io) in efct_hw_io_restore_sgl() 363 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() 927 temp = list_first_entry(&hw->io_wait_free, struct efct_hw_io, in efct_hw_init() 938 temp = list_first_entry(&hw->io_inuse, struct efct_hw_io, in efct_hw_init() 949 temp = list_first_entry(&hw->io_free, struct efct_hw_io, in efct_hw_init() [all …]
|
D | efct_scsi.c | 107 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()
|
D | efct_io.h | 119 struct efct_hw_io *hio;
|
D | efct_io.c | 150 struct efct_hw_io *hio = NULL; in efct_io_pool_io_free()
|