sym_nvram
static void sym_get_nvram(struct sym_device *devp, struct sym_nvram *nvp)
static inline void sym_get_nvram(struct sym_device *devp, struct sym_nvram *nvp)
struct sym_nvram nvram;
struct sym_nvram;
struct sym_nvram *nvram;
int sym_hcb_attach(struct Scsi_Host *shost, struct sym_fw *fw, struct sym_nvram *nvram)
static void sym_set_bus_mode(struct sym_hcb *np, struct sym_nvram *nvram)
static int sym_prepare_setting(struct Scsi_Host *shost, struct sym_hcb *np, struct sym_nvram *nvram)
int sym_hcb_attach(struct Scsi_Host *shost, struct sym_fw *fw, struct sym_nvram *nvram);
void sym_nvram_setup_target(struct sym_tcb *tp, int target, struct sym_nvram *nvp)
void sym_nvram_setup_host(struct Scsi_Host *shost, struct sym_hcb *np, struct sym_nvram *nvram)
int sym_read_nvram(struct sym_device *np, struct sym_nvram *nvp)
char *sym_nvram_type(struct sym_nvram *nvp)
void sym_nvram_setup_host(struct Scsi_Host *shost, struct sym_hcb *np, struct sym_nvram *nvram);
void sym_nvram_setup_target (struct sym_tcb *tp, int target, struct sym_nvram *nvp);
int sym_read_nvram (struct sym_device *np, struct sym_nvram *nvp);
char *sym_nvram_type(struct sym_nvram *nvp);
static inline void sym_nvram_setup_host(struct Scsi_Host *shost, struct sym_hcb *np, struct sym_nvram *nvram) { }
static inline void sym_nvram_setup_target(struct sym_tcb *tp, struct sym_nvram *nvram) { }
static inline int sym_read_nvram(struct sym_device *np, struct sym_nvram *nvp)
static inline char *sym_nvram_type(struct sym_nvram *nvp)