sym_fw
sym_fw_setup_bus_addresses(struct sym_hcb *np, struct sym_fw *fw)
sym_fw1_setup(struct sym_hcb *np, struct sym_fw *fw)
sym_fw2_setup(struct sym_hcb *np, struct sym_fw *fw)
static struct sym_fw sym_fw1 = SYM_FW_ENTRY(sym_fw1, "NCR-generic");
static struct sym_fw sym_fw2 = SYM_FW_ENTRY(sym_fw2, "LOAD/STORE-based");
struct sym_fw *
void (*setup)(struct sym_hcb *, struct sym_fw *);
struct sym_fw *fw;
int sym_hcb_attach(struct Scsi_Host *shost, struct sym_fw *fw, struct sym_nvram *nvram)
struct sym_fw * sym_find_firmware(struct sym_chip *chip);
int sym_hcb_attach(struct Scsi_Host *shost, struct sym_fw *fw, struct sym_nvram *nvram);
void (*fw_setup)(struct sym_hcb *np, struct sym_fw *fw);