Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiproto.h45 pccb_t *ptail,
H A Dagtiapi.c4331 pccb_t *ptail, in agtiapi_QueueCCB() argument
4339 if (phead == NULL || ptail == NULL) in agtiapi_QueueCCB()
4341 panic( "agtiapi_QueueCCB: phead %p ptail %p", phead, ptail ); in agtiapi_QueueCCB()
4353 if (*ptail) in agtiapi_QueueCCB()
4354 (*ptail)->pccbNext = pccb; in agtiapi_QueueCCB()
4356 *ptail = pccb; in agtiapi_QueueCCB()
5664 agtiapi_DeQueueCCB(struct agtiapi_softc *pCard, pccb_t *phead, pccb_t *ptail, in agtiapi_DeQueueCCB() argument
5686 if (pccb == *ptail) in agtiapi_DeQueueCCB()
5688 *ptail = NULL; in agtiapi_DeQueueCCB()
5703 if (pccb == *ptail) in agtiapi_DeQueueCCB()
[all …]