Searched defs:csio_scsim (Results 1 – 1 of 1) sorted by relevance
147 struct csio_scsim { struct148 struct csio_hw *hw; /* Pointer to HW moduel */149 uint8_t max_sge; /* Max SGE */150 uint8_t proto_cmd_len; /* Proto specific SCSI153 uint16_t proto_rsp_len; /* Proto specific SCSI156 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 */