/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic79xx_proc.c | 244 if (ahd->seep_config == NULL) { in ahd_proc_write_seeprom() 245 ahd->seep_config = kmalloc(sizeof(*ahd->seep_config), GFP_ATOMIC); in ahd_proc_write_seeprom() 246 if (ahd->seep_config == NULL) { in ahd_proc_write_seeprom() 256 ahd_read_seeprom(ahd, (uint16_t *)ahd->seep_config, in ahd_proc_write_seeprom() 291 if (ahd->seep_config == NULL) in ahd_linux_show_info() 295 for (i = 0; i < sizeof(*ahd->seep_config)/2; i++) { in ahd_linux_show_info() 300 ((uint16_t*)ahd->seep_config)[i]); in ahd_linux_show_info()
|
H A D | aic7xxx_proc.c | 257 if (ahc->seep_config == NULL) { in ahc_proc_write_seeprom() 258 ahc->seep_config = kmalloc(sizeof(*ahc->seep_config), GFP_ATOMIC); in ahc_proc_write_seeprom() 259 if (ahc->seep_config == NULL) { in ahc_proc_write_seeprom() 269 ahc_read_seeprom(&sd, (uint16_t *)ahc->seep_config, in ahc_proc_write_seeprom() 305 if (ahc->seep_config == NULL) in ahc_linux_show_info() 309 for (i = 0; i < sizeof(*ahc->seep_config)/2; i++) { in ahc_linux_show_info() 314 ((uint16_t*)ahc->seep_config)[i]); in ahc_linux_show_info()
|
H A D | aic7770.c | 218 kfree(ahc->seep_config); in aic7770_config() 219 ahc->seep_config = NULL; in aic7770_config() 287 sc = ahc->seep_config; in aha2840_load_seeprom()
|
H A D | aic79xx_pci.c | 514 sc = ahd->seep_config; in ahd_check_extport() 624 kfree(ahd->seep_config); in ahd_check_extport() 625 ahd->seep_config = NULL; in ahd_check_extport()
|
H A D | aic7xxx_pci.c | 1264 sc = ahc->seep_config; in check_extport() 1360 kfree(ahc->seep_config); in check_extport() 1361 ahc->seep_config = NULL; in check_extport() 2038 ahc->seep_config->adapter_control, in ahc_pci_resume()
|
H A D | aic7xxx.h | 986 struct seeprom_config *seep_config; member
|
H A D | aic79xx.h | 1135 struct seeprom_config *seep_config; member
|
H A D | aic7xxx_core.c | 4393 ahc->seep_config = kmalloc(sizeof(*ahc->seep_config), GFP_ATOMIC); in ahc_alloc() 4394 if (ahc->seep_config == NULL) { in ahc_alloc() 4517 kfree(ahc->seep_config); in ahc_free()
|
H A D | aic7xxx_osm.c | 562 struct seeprom_config *sc = ahc->seep_config; in ahc_linux_target_alloc()
|
H A D | aic79xx_core.c | 6049 ahd->seep_config = kmalloc(sizeof(*ahd->seep_config), GFP_ATOMIC); in ahd_alloc() 6050 if (ahd->seep_config == NULL) { in ahd_alloc() 6169 kfree(ahd->seep_config); in ahd_free()
|
H A D | aic79xx_osm.c | 612 struct seeprom_config *sc = ahd->seep_config; in ahd_linux_target_alloc()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic79xx_proc.c | 244 if (ahd->seep_config == NULL) { in ahd_proc_write_seeprom() 245 ahd->seep_config = kmalloc(sizeof(*ahd->seep_config), in ahd_proc_write_seeprom() 247 if (ahd->seep_config == NULL) { in ahd_proc_write_seeprom() 257 ahd_read_seeprom(ahd, (uint16_t *)ahd->seep_config, in ahd_proc_write_seeprom() 292 if (ahd->seep_config == NULL) in ahd_linux_show_info() 296 for (i = 0; i < sizeof(*ahd->seep_config)/2; i++) { in ahd_linux_show_info() 301 ((uint16_t*)ahd->seep_config)[i]); in ahd_linux_show_info()
|
H A D | aic7xxx_proc.c | 257 if (ahc->seep_config == NULL) { in ahc_proc_write_seeprom() 258 ahc->seep_config = kmalloc(sizeof(*ahc->seep_config), in ahc_proc_write_seeprom() 260 if (ahc->seep_config == NULL) { in ahc_proc_write_seeprom() 270 ahc_read_seeprom(&sd, (uint16_t *)ahc->seep_config, in ahc_proc_write_seeprom() 306 if (ahc->seep_config == NULL) in ahc_linux_show_info() 310 for (i = 0; i < sizeof(*ahc->seep_config)/2; i++) { in ahc_linux_show_info() 315 ((uint16_t*)ahc->seep_config)[i]); in ahc_linux_show_info()
|
H A D | aic7770.c | 218 kfree(ahc->seep_config); in aic7770_config() 219 ahc->seep_config = NULL; in aic7770_config() 287 sc = ahc->seep_config; in aha2840_load_seeprom()
|
H A D | aic79xx_pci.c | 512 sc = ahd->seep_config; in ahd_check_extport() 622 kfree(ahd->seep_config); in ahd_check_extport() 623 ahd->seep_config = NULL; in ahd_check_extport()
|
H A D | aic7xxx_pci.c | 1264 sc = ahc->seep_config; in check_extport() 1360 kfree(ahc->seep_config); in check_extport() 1361 ahc->seep_config = NULL; in check_extport() 2037 ahc->seep_config->adapter_control, in ahc_pci_resume()
|
H A D | aic7xxx.h | 984 struct seeprom_config *seep_config; member
|
H A D | aic79xx.h | 1135 struct seeprom_config *seep_config; member
|
H A D | aic7xxx_core.c | 4391 ahc->seep_config = kmalloc(sizeof(*ahc->seep_config), GFP_ATOMIC); in ahc_alloc() 4392 if (ahc->seep_config == NULL) { in ahc_alloc() 4516 kfree(ahc->seep_config); in ahc_free()
|
H A D | aic7xxx_osm.c | 561 struct seeprom_config *sc = ahc->seep_config; in ahc_linux_target_alloc()
|
H A D | aic79xx_core.c | 6047 ahd->seep_config = kmalloc(sizeof(*ahd->seep_config), GFP_ATOMIC); in ahd_alloc() 6048 if (ahd->seep_config == NULL) { in ahd_alloc() 6168 kfree(ahd->seep_config); in ahd_free()
|
H A D | aic79xx_osm.c | 610 struct seeprom_config *sc = ahd->seep_config; in ahd_linux_target_alloc()
|