Searched defs:orc_host (Results 1 – 1 of 1) sorted by relevance
229 struct orc_host { struct230 unsigned long base; /* Base address */231 u8 index; /* Index (Channel)*/232 u8 scsi_id; /* H/A SCSI ID */233 u8 BIOScfg; /*BIOS configuration */234 u8 flags;235 u8 max_targets; /* SCSI0MAXTags */237 dma_addr_t scb_phys; /* Scb Physical address */241 u8 max_tags[16]; /* ORC_MAX_SCBS */243 spinlock_t allocation_lock;[all …]