• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/

Lines Matching refs:orc_host

85 static struct orc_scb *__orc_alloc_scb(struct orc_host * host);
86 static void inia100_scb_handler(struct orc_host *host, struct orc_scb *scb);
139 static u8 wait_chip_ready(struct orc_host * host)
151 static u8 wait_firmware_ready(struct orc_host * host)
164 static u8 wait_scsi_reset_done(struct orc_host * host)
177 static u8 wait_HDO_off(struct orc_host * host)
190 static u8 wait_hdi_set(struct orc_host * host, u8 * data)
203 static unsigned short orc_read_fwrev(struct orc_host * host)
227 static u8 orc_nv_write(struct orc_host * host, unsigned char address, unsigned char value)
248 static u8 orc_nv_read(struct orc_host * host, u8 address, u8 *ptr)
277 static void orc_exec_scb(struct orc_host * host, struct orc_scb * scb)
291 static int se2_rd_all(struct orc_host * host)
319 static void se2_update_all(struct orc_host * host)
346 static void read_eeprom(struct orc_host * host)
365 static u8 orc_load_firmware(struct orc_host * host)
442 static void setup_SCBs(struct orc_host * host)
479 static void init_alloc_map(struct orc_host * host)
499 static int init_orchid(struct orc_host * host)
565 static int orc_reset_scsi_bus(struct orc_host * host)
593 static int orc_device_reset(struct orc_host * host, struct scsi_cmnd *cmd, unsigned int target)
661 static struct orc_scb *__orc_alloc_scb(struct orc_host * host)
692 static struct orc_scb *orc_alloc_scb(struct orc_host * host)
712 static void orc_release_scb(struct orc_host *host, struct orc_scb *scb)
734 static int orchid_abort_scb(struct orc_host * host, struct orc_scb * scb)
758 static int inia100_abort_cmd(struct orc_host * host, struct scsi_cmnd *cmd)
807 static irqreturn_t orc_interrupt(struct orc_host * host)
838 static int inia100_build_scb(struct orc_host * host, struct orc_scb * scb, struct scsi_cmnd * cmd)
913 struct orc_host *host; /* Point to Host adapter control block */
915 host = (struct orc_host *) cmd->device->host->hostdata;
939 struct orc_host *host;
941 host = (struct orc_host *) cmd->device->host->hostdata;
955 struct orc_host *host;
956 host = (struct orc_host *) cmd->device->host->hostdata;
969 struct orc_host *host;
970 host = (struct orc_host *) cmd->device->host->hostdata;
985 static void inia100_scb_handler(struct orc_host *host, struct orc_scb *scb)
1054 struct orc_host *host = (struct orc_host *)shost->hostdata;
1083 struct orc_host *host;
1110 shost = scsi_host_alloc(&inia100_template, sizeof(struct orc_host));
1114 host = (struct orc_host *)shost->hostdata;
1197 struct orc_host *host = (struct orc_host *)shost->hostdata;