Home
last modified time | relevance | path

Searched refs:efct_io (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/scsi/elx/efct/
H A Defct_scsi.h85 struct efct_io;
90 typedef int (*efct_scsi_io_cb_t)(struct efct_io *io,
95 typedef int (*efct_scsi_rsp_io_cb_t)(struct efct_io *io,
139 struct efct_io *
141 void efct_scsi_io_free(struct efct_io *io);
142 struct efct_io *efct_io_get_instance(struct efct *efct, u32 index);
164 efct_scsi_recv_cmd(struct efct_io *io, uint64_t lun, u8 *cdb, u32 cdb_len,
167 efct_scsi_recv_tmf(struct efct_io *tmfio, u32 lun, enum efct_scsi_tmf_cmd cmd,
168 struct efct_io *abortio, u32 flags);
170 efct_scsi_send_rd_data(struct efct_io *i
[all...]
H A Defct_io.c9 #include "efct_io.h"
15 struct efct_io *ios[EFCT_NUM_SCSI_IOS];
25 struct efct_io *io; in efct_io_pool_create()
80 struct efct_io *io; in efct_io_pool_free()
104 struct efct_io *
107 struct efct_io *io = NULL; in efct_io_pool_io_alloc()
116 io = list_first_entry(&io_pool->freelist, struct efct_io, in efct_io_pool_io_alloc()
147 efct_io_pool_io_free(struct efct_io_pool *io_pool, struct efct_io *io) in efct_io_pool_io_free()
171 struct efct_io *
175 struct efct_io *i in efct_io_find_tgt_io()
[all...]
H A Defct_scsi.c29 struct efct_io *
34 struct efct_io *io; in efct_scsi_io_alloc()
77 struct efct_io *io = container_of(arg, struct efct_io, ref); in _efct_scsi_io_free()
99 efct_scsi_io_free(struct efct_io *io) in efct_scsi_io_free()
111 struct efct_io *io = app; in efct_target_io_cb()
229 static void efc_log_sgl(struct efct_io *io) in efc_log_sgl()
256 struct efct_io *io = arg; in efct_scsi_check_pending_async_cb()
270 efct_scsi_io_dispatch_hw_io(struct efct_io *io, struct efct_hw_io *hio) in efct_scsi_io_dispatch_hw_io()
331 efct_scsi_io_dispatch_no_hw_io(struct efct_io *i
[all...]
H A Defct_io.h65 * @io_type: indicates what this struct efct_io structure is used for
96 struct efct_io { struct
145 struct efct_io *io_to_abort; argument
167 struct efct_io * argument
170 efct_io_pool_io_free(struct efct_io_pool *io_pool, struct efct_io *io);
171 struct efct_io *
118 io_typeefct_io global() argument
119 hioefct_io global() argument
120 transferredefct_io global() argument
H A Defct_unsol.c98 efct_fc_tmf_rejected_cb(struct efct_io *io, in efct_fc_tmf_rejected_cb()
107 efct_dispatch_unsol_tmf(struct efct_io *io, u8 tm_flags, u32 lun) in efct_dispatch_unsol_tmf()
159 efct_populate_io_fcp_cmd(struct efct_io *io, struct fcp_cmnd *cmnd, in efct_populate_io_fcp_cmd()
344 struct efct_io *io = NULL; in efct_dispatch_fcp_cmd()
402 efct_process_abts(struct efct_io *io, struct fc_frame_header *hdr) in efct_process_abts()
408 struct efct_io *abortio; in efct_process_abts()
467 struct efct_io *io = NULL; in efct_node_recv_abts_frame()
H A Defct_lio.h115 struct efct_io *io_to_abort;
H A Defct_hw.h128 struct efct_io;
/linux/drivers/scsi/elx/
H A DMakefile10 efct-objs := efct/efct_driver.o efct/efct_io.o efct/efct_scsi.o \