Home
last modified time | relevance | path

Searched refs:aic7xxx_buffer (Results 1 – 1 of 1) sorted by relevance

/drivers/scsi/aic7xxx_old/
Daic7xxx_proc.c33 #define BLS (&aic7xxx_buffer[size])
56 static char *aic7xxx_buffer = NULL; variable
132 if (aic7xxx_buffer != NULL) in aic7xxx_proc_info()
134 kfree(aic7xxx_buffer); in aic7xxx_proc_info()
137 aic7xxx_buffer = kmalloc(size, GFP_KERNEL); in aic7xxx_proc_info()
139 if (aic7xxx_buffer == NULL) in aic7xxx_proc_info()
341 kfree(aic7xxx_buffer); in aic7xxx_proc_info()
342 aic7xxx_buffer = NULL; in aic7xxx_proc_info()
350 memcpy(buffer, &aic7xxx_buffer[offset], length); in aic7xxx_proc_info()