Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dips.c353 static char *ips_FlashData = NULL; /* CD Boot - Flash Data Buffer */ variable
1680 if (ips_FlashData && !test_and_set_bit(0, &ips_FlashDataInUse)){ in ips_flash_copperhead()
1681 ha->flash_data = ips_FlashData; in ips_flash_copperhead()
1887 if (ha->flash_data == ips_FlashData) in ips_free_flash_copperhead()
6990 if(ips_cd_boot && !ips_FlashData){ in ips_init_phase1()
6991 ips_FlashData = pci_alloc_consistent(pci_dev, PAGE_SIZE << 7, in ips_init_phase1()