Searched refs:sym_nvram (Results 1 – 7 of 7) sorted by relevance
/drivers/scsi/sym53c8xx_2/ |
D | sym_nvram.h | 181 struct sym_nvram { struct 196 void sym_nvram_setup_host(struct Scsi_Host *shost, struct sym_hcb *np, struct sym_nvram *nvram); argument 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 …void sym_nvram_setup_host(struct Scsi_Host *shost, struct sym_hcb *np, struct sym_nvram *nvram) { } in sym_nvram_setup_host() 202 static inline void sym_nvram_setup_target(struct sym_tcb *tp, struct sym_nvram *nvram) { } in sym_nvram_setup_target() 203 static inline int sym_read_nvram(struct sym_device *np, struct sym_nvram *nvp) in sym_read_nvram() 208 static inline char *sym_nvram_type(struct sym_nvram *nvp) in sym_nvram_type()
|
D | sym_glue.h | 199 struct sym_nvram; 213 struct sym_nvram *nvram;
|
D | Makefile | 3 sym53c8xx-objs := sym_fw.o sym_glue.o sym_hipd.o sym_malloc.o sym_nvram.o
|
D | sym_nvram.c | 50 void sym_nvram_setup_host(struct Scsi_Host *shost, struct sym_hcb *np, struct sym_nvram *nvram) in sym_nvram_setup_host() 138 void sym_nvram_setup_target(struct sym_tcb *tp, int target, struct sym_nvram *nvp) in sym_nvram_setup_target() 753 int sym_read_nvram(struct sym_device *np, struct sym_nvram *nvp) in sym_read_nvram() 767 char *sym_nvram_type(struct sym_nvram *nvp) in sym_nvram_type()
|
D | sym_glue.c | 1407 static void sym_get_nvram(struct sym_device *devp, struct sym_nvram *nvp) in sym_get_nvram() 1415 static inline void sym_get_nvram(struct sym_device *devp, struct sym_nvram *nvp) in sym_get_nvram() 1682 struct sym_nvram nvram; in sym2_probe()
|
D | sym_hipd.h | 1074 int sym_hcb_attach(struct Scsi_Host *shost, struct sym_fw *fw, struct sym_nvram *nvram);
|
D | sym_hipd.c | 654 static void sym_set_bus_mode(struct sym_hcb *np, struct sym_nvram *nvram) 682 static int sym_prepare_setting(struct Scsi_Host *shost, struct sym_hcb *np, struct sym_nvram *nvram) 5576 int sym_hcb_attach(struct Scsi_Host *shost, struct sym_fw *fw, struct sym_nvram *nvram)
|