Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/
Dtmscsim.c378 struct dc390_dcb* pDCB = pACB->pLinkDCB; if (!pDCB) return NULL; in dc390_findDCB()
382 if (pDCB == pACB->pLinkDCB) in dc390_findDCB()
1497 ptr = pACB->pLinkDCB; in dc390_SetXferRate()
1820 pDCB = pACB->pLinkDCB; in dc390_DoingSRB_Done()
2019 pDCB = pACB->pLinkDCB; in dc390_ResetDevParam()
2090 pACB->pLinkDCB = pDCB; in dc390_slave_alloc()
2096 pDCB->pNextDCB = pACB->pLinkDCB; in dc390_slave_alloc()
2155 struct dc390_dcb* pPrevDCB = pACB->pLinkDCB; in dc390_slave_destroy()
2161 if (pDCB == pACB->pLinkDCB) { in dc390_slave_destroy()
2166 pACB->pLinkDCB = pDCB->pNextDCB; in dc390_slave_destroy()
[all …]
Dtmscsim.h123 struct dc390_dcb *pLinkDCB; member