Searched refs:seep_config (Results 1 – 11 of 11) sorted by relevance
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()
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()
224 kfree(ahc->seep_config); in aic7770_config()225 ahc->seep_config = NULL; in aic7770_config()293 sc = ahc->seep_config; in aha2840_load_seeprom()
522 sc = ahd->seep_config; in ahd_check_extport()632 kfree(ahd->seep_config); in ahd_check_extport()633 ahd->seep_config = NULL; in ahd_check_extport()
1271 sc = ahc->seep_config; in check_extport()1367 kfree(ahc->seep_config); in check_extport()1368 ahc->seep_config = NULL; in check_extport()2045 ahc->seep_config->adapter_control, in ahc_pci_resume()
991 struct seeprom_config *seep_config; member
1144 struct seeprom_config *seep_config; member
4420 ahc->seep_config = kmalloc(sizeof(*ahc->seep_config), GFP_ATOMIC); in ahc_alloc()4421 if (ahc->seep_config == NULL) { in ahc_alloc()4554 if (ahc->seep_config != NULL) in ahc_free()4555 kfree(ahc->seep_config); in ahc_free()
6087 ahd->seep_config = kmalloc(sizeof(*ahd->seep_config), GFP_ATOMIC); in ahd_alloc()6088 if (ahd->seep_config == NULL) { in ahd_alloc()6218 if (ahd->seep_config != NULL) in ahd_free()6219 kfree(ahd->seep_config); in ahd_free()
562 struct seeprom_config *sc = ahc->seep_config; in ahc_linux_target_alloc()
612 struct seeprom_config *sc = ahd->seep_config; in ahd_linux_target_alloc()