Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_scsi.h147 struct csio_scsim { struct
148 struct csio_hw *hw; /* Pointer to HW moduel */
149 uint8_t max_sge; /* Max SGE */
150 uint8_t proto_cmd_len; /* Proto specific SCSI
153 uint16_t proto_rsp_len; /* Proto specific SCSI
156 spinlock_t freelist_lock; /* Lock for ioreq freelist */
157 struct list_head active_q; /* Outstanding SCSI I/Os */
158 struct list_head ioreq_freelist; /* Free list of ioreq's */
159 struct list_head ddp_freelist; /* DDP descriptor freelist */
160 struct csio_scsi_stats stats; /* This module's statistics */