Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Dips.c358 static char *ips_FlashData = NULL; /* CD Boot - Flash Data Buffer */ variable
1685 if (ips_FlashData && !test_and_set_bit(0, &ips_FlashDataInUse)){ in ips_flash_copperhead()
1686 ha->flash_data = ips_FlashData; in ips_flash_copperhead()
1892 if (ha->flash_data == ips_FlashData) in ips_free_flash_copperhead()
7061 if(ips_cd_boot && !ips_FlashData){ in ips_init_phase1()
7062 ips_FlashData = pci_alloc_consistent(pci_dev, PAGE_SIZE << 7, in ips_init_phase1()