Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c1979 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()
4343 pccb->pccbNext = NULL; in agtiapi_QueueCCB()
4354 (*ptail)->pccbNext = pccb; in agtiapi_QueueCCB()
5064 if (&pccb->pccbNext & 0x63) in agtiapi_PrepCCBs()
5691 pccb->pccbNext = NULL; in agtiapi_DeQueueCCB()
5701 pccb_curr->pccbNext = pccb->pccbNext; in agtiapi_DeQueueCCB()
[all …]
H A Dagtiapi.h87 struct _CCB *pccbNext; member