• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/

Lines Matching defs:scsi_qla_host

189 	struct scsi_qla_host *ha;	/* HA the SP is queued on */
1526 struct scsi_qla_host *ha;
2007 int (*pci_config) (struct scsi_qla_host *);
2008 void (*reset_chip) (struct scsi_qla_host *);
2009 int (*chip_diag) (struct scsi_qla_host *);
2010 void (*config_rings) (struct scsi_qla_host *);
2011 void (*reset_adapter) (struct scsi_qla_host *);
2012 int (*nvram_config) (struct scsi_qla_host *);
2013 void (*update_fw_options) (struct scsi_qla_host *);
2014 int (*load_risc) (struct scsi_qla_host *, uint32_t *);
2016 char * (*pci_info_str) (struct scsi_qla_host *, char *);
2017 char * (*fw_version_str) (struct scsi_qla_host *, char *);
2020 void (*enable_intrs) (struct scsi_qla_host *);
2021 void (*disable_intrs) (struct scsi_qla_host *);
2023 int (*abort_command) (struct scsi_qla_host *, srb_t *);
2025 int (*fabric_login) (struct scsi_qla_host *, uint16_t, uint8_t,
2027 int (*fabric_logout) (struct scsi_qla_host *, uint16_t, uint8_t,
2032 void * (*prep_ms_iocb) (struct scsi_qla_host *, uint32_t, uint32_t);
2033 void * (*prep_ms_fdmi_iocb) (struct scsi_qla_host *, uint32_t,
2036 uint8_t * (*read_nvram) (struct scsi_qla_host *, uint8_t *,
2038 int (*write_nvram) (struct scsi_qla_host *, uint8_t *, uint32_t,
2041 void (*fw_dump) (struct scsi_qla_host *, int);
2043 int (*beacon_on) (struct scsi_qla_host *);
2044 int (*beacon_off) (struct scsi_qla_host *);
2045 void (*beacon_blink) (struct scsi_qla_host *);
2047 uint8_t * (*read_optrom) (struct scsi_qla_host *, uint8_t *,
2049 int (*write_optrom) (struct scsi_qla_host *, uint8_t *, uint32_t,
2052 int (*get_flash_version) (struct scsi_qla_host *, void *);
2068 struct scsi_qla_host;
2079 typedef struct scsi_qla_host {