Searched refs:sym_nvram (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A DMakefile3 sym53c8xx-objs := sym_fw.o sym_glue.o sym_hipd.o sym_malloc.o sym_nvram.o
H A Dsym_nvram.h181 struct sym_nvram { struct
196 void sym_nvram_setup_host(struct Scsi_Host *shost, struct sym_hcb *np, struct sym_nvram *nvram);
197 void sym_nvram_setup_target (struct sym_tcb *tp, int target, struct sym_nvram *nvp);
198 int sym_read_nvram (struct sym_device *np, struct sym_nvram *nvp);
199 char *sym_nvram_type(struct sym_nvram *nvp);
201 static inline void sym_nvram_setup_host(struct Scsi_Host *shost, struct sym_hcb *np, struct sym_nvram *nvram) { }
202 static inline void sym_nvram_setup_target(struct sym_tcb *tp, struct sym_nvram *nvram) { }
203 static inline int sym_read_nvram(struct sym_device *np, struct sym_nvram *nvp)
208 static inline char *sym_nvram_type(struct sym_nvram *nvp)
H A Dsym_glue.h199 struct sym_nvram;
202 * The IO macros require a struct called 's' and are abused in sym_nvram.c
213 struct sym_nvram *nvram;
H A Dsym_nvram.c41 #include "sym_nvram.h"
50 void sym_nvram_setup_host(struct Scsi_Host *shost, struct sym_hcb *np, struct sym_nvram *nvram)
138 void sym_nvram_setup_target(struct sym_tcb *tp, int target, struct sym_nvram *nvp)
753 int sym_read_nvram(struct sym_device *np, struct sym_nvram *nvp)
767 char *sym_nvram_type(struct sym_nvram *nvp)
H A Dsym_glue.c51 #include "sym_nvram.h"
1455 static void __devinit sym_get_nvram(struct sym_device *devp, struct sym_nvram *nvp)
1463 static inline void sym_get_nvram(struct sym_device *devp, struct sym_nvram *nvp)
1718 struct sym_nvram nvram;
H A Dsym_hipd.h1066 int sym_hcb_attach(struct Scsi_Host *shost, struct sym_fw *fw, struct sym_nvram *nvram);
H A Dsym_hipd.c45 #include "sym_nvram.h"
645 static void sym_set_bus_mode(struct sym_hcb *np, struct sym_nvram *nvram)
673 static int sym_prepare_setting(struct Scsi_Host *shost, struct sym_hcb *np, struct sym_nvram *nvram)
5511 int sym_hcb_attach(struct Scsi_Host *shost, struct sym_fw *fw, struct sym_nvram *nvram)

Completed in 184 milliseconds