Symbol: efct_hw_io
drivers/scsi/elx/efct/efct_hw.c
1576
static inline struct efct_hw_io *
drivers/scsi/elx/efct/efct_hw.c
1579
struct efct_hw_io *io = NULL;
drivers/scsi/elx/efct/efct_hw.c
1582
io = list_first_entry(&hw->io_free, struct efct_hw_io,
drivers/scsi/elx/efct/efct_hw.c
1606
struct efct_hw_io *
drivers/scsi/elx/efct/efct_hw.c
1609
struct efct_hw_io *io = NULL;
drivers/scsi/elx/efct/efct_hw.c
1621
struct efct_hw_io *io)
drivers/scsi/elx/efct/efct_hw.c
1644
efct_hw_io_free_common(struct efct_hw *hw, struct efct_hw_io *io)
drivers/scsi/elx/efct/efct_hw.c
1657
struct efct_hw_io *io = container_of(arg, struct efct_hw_io, ref);
drivers/scsi/elx/efct/efct_hw.c
1673
efct_hw_io_free(struct efct_hw *hw, struct efct_hw_io *io)
drivers/scsi/elx/efct/efct_hw.c
1678
struct efct_hw_io *
drivers/scsi/elx/efct/efct_hw.c
1688
efct_hw_io_init_sges(struct efct_hw *hw, struct efct_hw_io *io,
drivers/scsi/elx/efct/efct_hw.c
1777
efct_hw_io_add_sge(struct efct_hw *hw, struct efct_hw_io *io,
drivers/scsi/elx/efct/efct_hw.c
1837
struct efct_hw_io *io_to_abort = NULL;
drivers/scsi/elx/efct/efct_hw.c
1838
struct efct_hw_io *next_io = NULL;
drivers/scsi/elx/efct/efct_hw.c
1849
struct efct_hw_io *io = arg;
drivers/scsi/elx/efct/efct_hw.c
1930
efct_hw_io_abort(struct efct_hw *hw, struct efct_hw_io *io_to_abort,
drivers/scsi/elx/efct/efct_hw.c
2443
struct efct_hw_io *io = NULL;
drivers/scsi/elx/efct/efct_hw.c
2572
struct efct_hw_io *hio;
drivers/scsi/elx/efct/efct_hw.c
2635
efct_els_ssrs_send_cb(struct efct_hw_io *hio, u32 length, int status,
drivers/scsi/elx/efct/efct_hw.c
2697
struct efct_hw_io *hio;
drivers/scsi/elx/efct/efct_hw.c
2846
struct efct_hw_io *io, union efct_hw_io_param_u *iparam,
drivers/scsi/elx/efct/efct_hw.c
327
efct_hw_init_free_io(struct efct_hw_io *io)
drivers/scsi/elx/efct/efct_hw.c
353
efct_hw_io_restore_sgl(struct efct_hw *hw, struct efct_hw_io *io)
drivers/scsi/elx/efct/efct_hw.c
363
struct efct_hw_io *io = arg;
drivers/scsi/elx/efct/efct_hw.c
481
struct efct_hw_io *io = NULL;
drivers/scsi/elx/efct/efct_hw.c
604
struct efct_hw_io *io = NULL;
drivers/scsi/elx/efct/efct_hw.c
677
struct efct_hw_io *io = NULL;
drivers/scsi/elx/efct/efct_hw.c
888
struct efct_hw_io *temp;
drivers/scsi/elx/efct/efct_hw.c
927
temp = list_first_entry(&hw->io_wait_free, struct efct_hw_io,
drivers/scsi/elx/efct/efct_hw.c
938
temp = list_first_entry(&hw->io_inuse, struct efct_hw_io,
drivers/scsi/elx/efct/efct_hw.c
949
temp = list_first_entry(&hw->io_free, struct efct_hw_io,
drivers/scsi/elx/efct/efct_hw.h
173
struct efct_hw_io;
drivers/scsi/elx/efct/efct_hw.h
175
typedef int (*efct_hw_done_t)(struct efct_hw_io *, u32 len, int status,
drivers/scsi/elx/efct/efct_hw.h
431
struct efct_hw_io **io;
drivers/scsi/elx/efct/efct_hw.h
531
struct efct_hw_io *send_frame_io;
drivers/scsi/elx/efct/efct_hw.h
614
struct efct_hw_io *efct_hw_io_alloc(struct efct_hw *hw);
drivers/scsi/elx/efct/efct_hw.h
615
int efct_hw_io_free(struct efct_hw *hw, struct efct_hw_io *io);
drivers/scsi/elx/efct/efct_hw.h
616
u8 efct_hw_io_inuse(struct efct_hw *hw, struct efct_hw_io *io);
drivers/scsi/elx/efct/efct_hw.h
619
struct efct_hw_io *io, union efct_hw_io_param_u *iparam,
drivers/scsi/elx/efct/efct_hw.h
622
efct_hw_io_register_sgl(struct efct_hw *hw, struct efct_hw_io *io,
drivers/scsi/elx/efct/efct_hw.h
627
struct efct_hw_io *io, enum efct_hw_io_type type);
drivers/scsi/elx/efct/efct_hw.h
630
efct_hw_io_add_sge(struct efct_hw *hw, struct efct_hw_io *io,
drivers/scsi/elx/efct/efct_hw.h
633
efct_hw_io_abort(struct efct_hw *hw, struct efct_hw_io *io_to_abort,
drivers/scsi/elx/efct/efct_hw.h
638
struct efct_hw_io
drivers/scsi/elx/efct/efct_io.c
150
struct efct_hw_io *hio = NULL;
drivers/scsi/elx/efct/efct_io.h
119
struct efct_hw_io *hio;
drivers/scsi/elx/efct/efct_scsi.c
1038
efct_target_abort_cb(struct efct_hw_io *hio, u32 length, int status,
drivers/scsi/elx/efct/efct_scsi.c
107
efct_target_io_cb(struct efct_hw_io *hio, u32 length, int status,
drivers/scsi/elx/efct/efct_scsi.c
201
efct_scsi_build_sgls(struct efct_hw *hw, struct efct_hw_io *hio,
drivers/scsi/elx/efct/efct_scsi.c
231
struct efct_hw_io *hio = io->hio;
drivers/scsi/elx/efct/efct_scsi.c
270
efct_scsi_io_dispatch_hw_io(struct efct_io *io, struct efct_hw_io *hio)
drivers/scsi/elx/efct/efct_scsi.c
337
struct efct_hw_io *hio_to_abort = NULL;
drivers/scsi/elx/efct/efct_scsi.c
393
struct efct_hw_io *hio;
drivers/scsi/elx/efct/efct_scsi.c
519
struct efct_hw_io *hio;
drivers/scsi/elx/efct/efct_scsi.c
837
efct_target_bls_resp_cb(struct efct_hw_io *hio, u32 length, int status,
drivers/scsi/elx/efct/efct_scsi.c
909
static int efct_bls_send_rjt_cb(struct efct_hw_io *hio, u32 length, int status,