Searched refs:pccbNext (Results 1 – 2 of 2) sorted by relevance
1978 pmcsc->ccbFreeList = (caddr_t *)pccb->pccbNext; in agtiapi_GetCCB()1979 pccb->pccbNext = NULL; in agtiapi_GetCCB()3092 pccb_next = pccb->pccbNext; in agtiapi_StartIO()3093 pccb->pccbNext = NULL; in agtiapi_StartIO()3295 pccb_next = pccb->pccbNext; in agtiapi_StartSMP()3296 pccb->pccbNext = NULL; in agtiapi_StartSMP()3782 pccb_next = pccb_curr->pccbNext; in agtiapi_Done()3832 pccb_next = pccb_curr->pccbNext; in agtiapi_SMPDone()4343 pccb->pccbNext = NULL; in agtiapi_QueueCCB()4354 (*ptail)->pccbNext = pccb; in agtiapi_QueueCCB()[all …]
87 struct _CCB *pccbNext; member