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

/linux-master/drivers/scsi/csiostor/
H A Dcsio_init.h89 csio_get_scsi_ioreq_lock(struct csio_hw *hw, struct csio_scsim *scsim)
102 csio_put_scsi_ioreq_lock(struct csio_hw *hw, struct csio_scsim *scsim,
114 csio_put_scsi_ioreq_list_lock(struct csio_hw *hw, struct csio_scsim *scsim,
126 csio_put_scsi_ddp_list_lock(struct csio_hw *hw, struct csio_scsim *scsim,
H A Dcsio_scsi.h147 struct csio_scsim { struct
202 csio_get_scsi_ioreq(struct csio_scsim *scm)
217 csio_put_scsi_ioreq(struct csio_scsim *scm, struct csio_ioreq *ioreq)
224 csio_put_scsi_ioreq_list(struct csio_scsim *scm, struct list_head *reqlist,
232 csio_get_scsi_ddp(struct csio_scsim *scm)
247 csio_put_scsi_ddp(struct csio_scsim *scm, struct csio_dma_buf *ddp)
254 csio_put_scsi_ddp_list(struct csio_scsim *scm, struct list_head *reqlist,
341 void csio_scsi_cleanup_io_q(struct csio_scsim *, struct list_head *);
342 int csio_scsim_cleanup_io(struct csio_scsim *, bool abort);
343 int csio_scsim_cleanup_io_lnode(struct csio_scsim *,
[all...]
H A Dcsio_scsi.c118 csio_scsi_gather_active_ios(struct csio_scsim *scm,
259 struct csio_scsim *scsim = csio_hw_to_scsim(hw);
484 struct csio_scsim *scsim = csio_hw_to_scsim(hw);
521 struct csio_scsim *scsim = csio_hw_to_scsim(hw);
553 csio_setup_ddp(struct csio_scsim *scsim, struct csio_ioreq *req)
706 struct csio_scsim *scsim = csio_hw_to_scsim(hw);
776 struct csio_scsim *scm = csio_hw_to_scsim(hw);
848 struct csio_scsim *scm = csio_hw_to_scsim(hw);
891 struct csio_scsim *scm = csio_hw_to_scsim(hw);
988 struct csio_scsim *sc
[all...]
H A Dcsio_hw.h455 struct csio_scsim scsim; /* SCSI module*/
594 #define csio_hw_to_scsim(hw) ((struct csio_scsim *)(&(hw)->scsim))
H A Dcsio_isr.c217 struct csio_scsim *scm;

Completed in 209 milliseconds