Searched refs:seep_config (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic79xx_proc.c292 if (ahd->seep_config == NULL) {
293 ahd->seep_config = kmalloc(sizeof(*ahd->seep_config), GFP_ATOMIC);
294 if (ahd->seep_config == NULL) {
304 ahd_read_seeprom(ahd, (uint16_t *)ahd->seep_config,
356 if (ahd->seep_config == NULL)
360 for (i = 0; i < sizeof(*ahd->seep_config)/2; i++) {
365 ((uint16_t*)ahd->seep_config)[i]);
H A Daic7xxx_proc.c303 if (ahc->seep_config == NULL) {
304 ahc->seep_config = kmalloc(sizeof(*ahc->seep_config), GFP_ATOMIC);
305 if (ahc->seep_config == NULL) {
315 ahc_read_seeprom(&sd, (uint16_t *)ahc->seep_config,
368 if (ahc->seep_config == NULL)
372 for (i = 0; i < sizeof(*ahc->seep_config)/2; i++) {
377 ((uint16_t*)ahc->seep_config)[i]);
H A Daic7770.c224 kfree(ahc->seep_config);
225 ahc->seep_config = NULL;
293 sc = ahc->seep_config;
H A Daic79xx_pci.c522 sc = ahd->seep_config;
632 kfree(ahd->seep_config);
633 ahd->seep_config = NULL;
H A Daic7xxx_pci.c1259 sc = ahc->seep_config;
1355 kfree(ahc->seep_config);
1356 ahc->seep_config = NULL;
2033 ahc->seep_config->adapter_control,
H A Daic7xxx.h988 struct seeprom_config *seep_config; member in struct:ahc_softc
H A Daic79xx.h1141 struct seeprom_config *seep_config; member in struct:ahd_softc
H A Daic7xxx_core.c4370 ahc->seep_config = kmalloc(sizeof(*ahc->seep_config), GFP_ATOMIC);
4371 if (ahc->seep_config == NULL) {
4504 if (ahc->seep_config != NULL)
4505 kfree(ahc->seep_config);
H A Daic7xxx_osm.c565 struct seeprom_config *sc = ahc->seep_config;
H A Daic79xx_core.c6007 ahd->seep_config = kmalloc(sizeof(*ahd->seep_config), GFP_ATOMIC);
6008 if (ahd->seep_config == NULL) {
6138 if (ahd->seep_config != NULL)
6139 kfree(ahd->seep_config);
H A Daic79xx_osm.c590 struct seeprom_config *sc = ahd->seep_config;

Completed in 219 milliseconds