Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dpci2220i.c769 static ULONG InlineIdentify (PADAPTER2220I padapter, UCHAR spigot, UCHAR device) in InlineIdentify() function
1429 …pdev->lastsectorlba[pdev->mirrorRecon] = InlineIdentify (padapter, pdev->spigots[pdev->mirrorRecon… in ReconTimerExpiry()
2590 pdev->lastsectorlba[0] = InlineIdentify (padapter, 1, 0); in Pci2220i_Detect()
2591 pdev->lastsectorlba[1] = InlineIdentify (padapter, 2, 0); in Pci2220i_Detect()
2693 pdev->lastsectorlba[0] = InlineIdentify (padapter, pdev->spigots[0], unit & 1); in Pci2220i_Detect()
2694 pdev->lastsectorlba[1] = InlineIdentify (padapter, pdev->spigots[1], unit & 1); in Pci2220i_Detect()