Searched refs:ahc_proc_write_seeprom (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_proc.c | 188 ahc_proc_write_seeprom(struct Scsi_Host *shost, char *buffer, int length) in ahc_proc_write_seeprom() function 205 printk("ahc_proc_write_seeprom: incorrect buffer size\n"); in ahc_proc_write_seeprom() 211 printk("ahc_proc_write_seeprom: cksum verification failed\n"); in ahc_proc_write_seeprom() 247 printk("ahc_proc_write_seeprom: unsupported adapter type\n"); in ahc_proc_write_seeprom() 252 printk("ahc_proc_write_seeprom: No Serial EEPROM\n"); in ahc_proc_write_seeprom()
|
H A D | aic7xxx_osm.h | 513 int ahc_proc_write_seeprom(struct Scsi_Host *, char *, int);
|
H A D | aic7xxx_osm.c | 781 .write_info = ahc_proc_write_seeprom,
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_proc.c | 188 ahc_proc_write_seeprom(struct Scsi_Host *shost, char *buffer, int length) in ahc_proc_write_seeprom() function 205 printk("ahc_proc_write_seeprom: incorrect buffer size\n"); in ahc_proc_write_seeprom() 211 printk("ahc_proc_write_seeprom: cksum verification failed\n"); in ahc_proc_write_seeprom() 247 printk("ahc_proc_write_seeprom: unsupported adapter type\n"); in ahc_proc_write_seeprom() 252 printk("ahc_proc_write_seeprom: No Serial EEPROM\n"); in ahc_proc_write_seeprom()
|
H A D | aic7xxx_osm.h | 511 int ahc_proc_write_seeprom(struct Scsi_Host *, char *, int);
|
H A D | aic7xxx_osm.c | 780 .write_info = ahc_proc_write_seeprom,
|
Completed in 10 milliseconds