Home
last modified time | relevance | path

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

/linux/drivers/scsi/csiostor/
A Dcsio_scsi.h147 struct csio_scsim { struct
192 csio_get_scsi_ioreq(struct csio_scsim *scm) in csio_get_scsi_ioreq()
207 csio_put_scsi_ioreq(struct csio_scsim *scm, struct csio_ioreq *ioreq) in csio_put_scsi_ioreq()
222 csio_get_scsi_ddp(struct csio_scsim *scm) in csio_get_scsi_ddp()
237 csio_put_scsi_ddp(struct csio_scsim *scm, struct csio_dma_buf *ddp) in csio_put_scsi_ddp()
244 csio_put_scsi_ddp_list(struct csio_scsim *scm, struct list_head *reqlist, in csio_put_scsi_ddp_list()
331 void csio_scsi_cleanup_io_q(struct csio_scsim *, struct list_head *);
332 int csio_scsim_cleanup_io(struct csio_scsim *, bool abort);
333 int csio_scsim_cleanup_io_lnode(struct csio_scsim *,
339 int csio_scsim_init(struct csio_scsim *, struct csio_hw *);
[all …]
A Dcsio_init.h89 csio_get_scsi_ioreq_lock(struct csio_hw *hw, struct csio_scsim *scsim) in csio_get_scsi_ioreq_lock()
102 csio_put_scsi_ioreq_lock(struct csio_hw *hw, struct csio_scsim *scsim, in csio_put_scsi_ioreq_lock()
114 csio_put_scsi_ioreq_list_lock(struct csio_hw *hw, struct csio_scsim *scsim, in csio_put_scsi_ioreq_list_lock()
126 csio_put_scsi_ddp_list_lock(struct csio_hw *hw, struct csio_scsim *scsim, in csio_put_scsi_ddp_list_lock()
A Dcsio_scsi.c118 csio_scsi_gather_active_ios(struct csio_scsim *scm, in csio_scsi_gather_active_ios()
259 struct csio_scsim *scsim = csio_hw_to_scsim(hw); in csio_scsi_cmd()
484 struct csio_scsim *scsim = csio_hw_to_scsim(hw); in csio_scsi_read()
521 struct csio_scsim *scsim = csio_hw_to_scsim(hw); in csio_scsi_write()
776 struct csio_scsim *scm = csio_hw_to_scsim(hw); in csio_scsis_io_active()
848 struct csio_scsim *scm = csio_hw_to_scsim(hw); in csio_scsis_tm_active()
891 struct csio_scsim *scm = csio_hw_to_scsim(hw); in csio_scsis_aborting()
988 struct csio_scsim *scm = csio_hw_to_scsim(hw); in csio_scsis_closing()
1109 struct csio_scsim *scm = csio_hw_to_scsim(hw); in csio_scsi_cmpl_handler()
1565 struct csio_scsim *scm = csio_hw_to_scsim(hw); in csio_scsi_err_handler()
[all …]
A Dcsio_hw.h455 struct csio_scsim scsim; /* SCSI module*/
594 #define csio_hw_to_scsim(hw) ((struct csio_scsim *)(&(hw)->scsim))
A Dcsio_isr.c217 struct csio_scsim *scm; in csio_scsi_isr_handler()

Completed in 13 milliseconds