orc_host
struct orc_host *host = (struct orc_host *)shost->hostdata;
struct orc_host *host;
shost = scsi_host_alloc(&inia100_template, sizeof(struct orc_host));
host = (struct orc_host *)shost->hostdata;
struct orc_host *host = (struct orc_host *)shost->hostdata;
static u8 wait_chip_ready(struct orc_host * host)
static u8 wait_firmware_ready(struct orc_host * host)
static u8 wait_scsi_reset_done(struct orc_host * host)
static u8 wait_HDO_off(struct orc_host * host)
static u8 wait_hdi_set(struct orc_host * host, u8 * data)
static unsigned short orc_read_fwrev(struct orc_host * host)
static u8 orc_nv_write(struct orc_host * host, unsigned char address, unsigned char value)
static u8 orc_nv_read(struct orc_host * host, u8 address, u8 *ptr)
static void orc_exec_scb(struct orc_host * host, struct orc_scb * scb)
static int se2_rd_all(struct orc_host * host)
static void se2_update_all(struct orc_host * host)
static void read_eeprom(struct orc_host * host)
static u8 orc_load_firmware(struct orc_host * host)
static void setup_SCBs(struct orc_host * host)
static void init_alloc_map(struct orc_host * host)
static int init_orchid(struct orc_host * host)
static int orc_reset_scsi_bus(struct orc_host * host)
static int orc_device_reset(struct orc_host * host, struct scsi_cmnd *cmd, unsigned int target)
static struct orc_scb *__orc_alloc_scb(struct orc_host * host)
static struct orc_scb *orc_alloc_scb(struct orc_host * host)
static void orc_release_scb(struct orc_host *host, struct orc_scb *scb)
static int orchid_abort_scb(struct orc_host * host, struct orc_scb * scb)
static int inia100_abort_cmd(struct orc_host * host, struct scsi_cmnd *cmd)
static irqreturn_t orc_interrupt(struct orc_host * host)
static int inia100_build_scb(struct orc_host * host, struct orc_scb * scb, struct scsi_cmnd * cmd)
static struct orc_scb *__orc_alloc_scb(struct orc_host * host);
static void inia100_scb_handler(struct orc_host *host, struct orc_scb *scb);
struct orc_host *host; /* Point to Host adapter control block */
host = (struct orc_host *) cmd->device->host->hostdata;
struct orc_host *host;
host = (struct orc_host *) cmd->device->host->hostdata;
struct orc_host *host;
host = (struct orc_host *) cmd->device->host->hostdata;
struct orc_host *host;
host = (struct orc_host *) cmd->device->host->hostdata;
static void inia100_scb_handler(struct orc_host *host, struct orc_scb *scb)