Searched refs:sym_nvram (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/scsi/sym53c8xx_2/ |
D | sym_nvram.h | 168 struct sym_nvram { struct 183 void sym_nvram_setup_host(struct Scsi_Host *shost, struct sym_hcb *np, struct sym_nvram *nvram); argument 184 void sym_nvram_setup_target (struct sym_tcb *tp, int target, struct sym_nvram *nvp); 185 int sym_read_nvram (struct sym_device *np, struct sym_nvram *nvp); 186 char *sym_nvram_type(struct sym_nvram *nvp); 188 …void sym_nvram_setup_host(struct Scsi_Host *shost, struct sym_hcb *np, struct sym_nvram *nvram) { } in sym_nvram_setup_host() 189 static inline void sym_nvram_setup_target(struct sym_tcb *tp, struct sym_nvram *nvram) { } in sym_nvram_setup_target() 190 static inline int sym_read_nvram(struct sym_device *np, struct sym_nvram *nvp) in sym_read_nvram() 195 static inline char *sym_nvram_type(struct sym_nvram *nvp) in sym_nvram_type()
|
D | sym_glue.h | 186 struct sym_nvram; 200 struct sym_nvram *nvram;
|
D | Makefile | 4 sym53c8xx-objs := sym_fw.o sym_glue.o sym_hipd.o sym_malloc.o sym_nvram.o
|
D | sym_nvram.c | 37 void sym_nvram_setup_host(struct Scsi_Host *shost, struct sym_hcb *np, struct sym_nvram *nvram) in sym_nvram_setup_host() 125 void sym_nvram_setup_target(struct sym_tcb *tp, int target, struct sym_nvram *nvp) in sym_nvram_setup_target() 741 int sym_read_nvram(struct sym_device *np, struct sym_nvram *nvp) in sym_read_nvram() 755 char *sym_nvram_type(struct sym_nvram *nvp) in sym_nvram_type()
|
D | sym_glue.c | 1381 static void sym_get_nvram(struct sym_device *devp, struct sym_nvram *nvp) in sym_get_nvram() 1389 static inline void sym_get_nvram(struct sym_device *devp, struct sym_nvram *nvp) in sym_get_nvram() 1657 struct sym_nvram nvram; in sym2_probe()
|
D | sym_hipd.h | 1061 int sym_hcb_attach(struct Scsi_Host *shost, struct sym_fw *fw, struct sym_nvram *nvram);
|
D | sym_hipd.c | 641 static void sym_set_bus_mode(struct sym_hcb *np, struct sym_nvram *nvram) 669 static int sym_prepare_setting(struct Scsi_Host *shost, struct sym_hcb *np, struct sym_nvram *nvram) 5578 int sym_hcb_attach(struct Scsi_Host *shost, struct sym_fw *fw, struct sym_nvram *nvram)
|