Lines Matching defs:host

139 static u8 wait_chip_ready(struct orc_host * host)  in wait_chip_ready()
151 static u8 wait_firmware_ready(struct orc_host * host) in wait_firmware_ready()
164 static u8 wait_scsi_reset_done(struct orc_host * host) in wait_scsi_reset_done()
177 static u8 wait_HDO_off(struct orc_host * host) in wait_HDO_off()
190 static u8 wait_hdi_set(struct orc_host * host, u8 * data) in wait_hdi_set()
203 static unsigned short orc_read_fwrev(struct orc_host * host) in orc_read_fwrev()
227 static u8 orc_nv_write(struct orc_host * host, unsigned char address, unsigned char value) in orc_nv_write()
248 static u8 orc_nv_read(struct orc_host * host, u8 address, u8 *ptr) in orc_nv_read()
277 static void orc_exec_scb(struct orc_host * host, struct orc_scb * scb) in orc_exec_scb()
291 static int se2_rd_all(struct orc_host * host) in se2_rd_all()
319 static void se2_update_all(struct orc_host * host) in se2_update_all()
346 static void read_eeprom(struct orc_host * host) in read_eeprom()
365 static u8 orc_load_firmware(struct orc_host * host) in orc_load_firmware()
442 static void setup_SCBs(struct orc_host * host) in setup_SCBs()
479 static void init_alloc_map(struct orc_host * host) in init_alloc_map()
499 static int init_orchid(struct orc_host * host) in init_orchid()
565 static int orc_reset_scsi_bus(struct orc_host * host) in orc_reset_scsi_bus()
595 static int orc_device_reset(struct orc_host * host, struct scsi_cmnd *cmd, unsigned int target) in orc_device_reset()
665 static struct orc_scb *__orc_alloc_scb(struct orc_host * host) in __orc_alloc_scb()
696 static struct orc_scb *orc_alloc_scb(struct orc_host * host) in orc_alloc_scb()
716 static void orc_release_scb(struct orc_host *host, struct orc_scb *scb) in orc_release_scb()
738 static int orchid_abort_scb(struct orc_host * host, struct orc_scb * scb) in orchid_abort_scb()
762 static int inia100_abort_cmd(struct orc_host * host, struct scsi_cmnd *cmd) in inia100_abort_cmd()
811 static irqreturn_t orc_interrupt(struct orc_host * host) in orc_interrupt()
842 static int inia100_build_scb(struct orc_host * host, struct orc_scb * scb, struct scsi_cmnd * cmd) in inia100_build_scb()
915 struct orc_host *host; /* Point to Host adapter control block */ in inia100_queue_lck() local
942 struct orc_host *host; in DEF_SCSI_QCMD() local
958 struct orc_host *host; in inia100_bus_reset() local
972 struct orc_host *host; in inia100_device_reset() local
988 static void inia100_scb_handler(struct orc_host *host, struct orc_scb *scb) in inia100_scb_handler()
1057 struct orc_host *host = (struct orc_host *)shost->hostdata; in inia100_intr() local
1084 struct orc_host *host; in inia100_probe_one() local
1193 struct orc_host *host = (struct orc_host *)shost->hostdata; in inia100_remove_one() local