Searched refs:ulPtr (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | cpqfcTScontrol.c | 1627 unsigned long ulPtr; // for 64-bit pointer cast (e.g. Alpa machine) in CpqTsDestroyTachLiteQues() local 1650 ulPtr = (unsigned long) fcChip->SEST; in CpqTsDestroyTachLiteQues() 1651 …vPtr = fcMemManager(cpqfcHBAdata->PciDev, &cpqfcHBAdata->dynamic_mem[0], 0, 0, (u32) ulPtr, NULL);… in CpqTsDestroyTachLiteQues() 1661 ulPtr = (unsigned long) fcChip->SFQ; in CpqTsDestroyTachLiteQues() 1662 …vPtr = fcMemManager(cpqfcHBAdata->PciDev, &cpqfcHBAdata->dynamic_mem[0], 0, 0, (u32) ulPtr, NULL);… in CpqTsDestroyTachLiteQues() 1676 ulPtr = (unsigned long) fcChip->IMQ; in CpqTsDestroyTachLiteQues() 1677 …vPtr = fcMemManager(cpqfcHBAdata->PciDev, &cpqfcHBAdata->dynamic_mem[0], 0, 0, (u32) ulPtr, NULL);… in CpqTsDestroyTachLiteQues() 1687 ulPtr = (unsigned long) fcChip->ERQ; in CpqTsDestroyTachLiteQues() 1688 …vPtr = fcMemManager(cpqfcHBAdata->PciDev, &cpqfcHBAdata->dynamic_mem[0], 0, 0, (u32) ulPtr, NULL);… in CpqTsDestroyTachLiteQues()
|