Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/pms/freebsd/driver/ini/src/
HDagtiproto.h45 pccb_t *ptail,
HDagtiapi.c4329 pccb_t *ptail, in agtiapi_QueueCCB() argument
4337 if (phead == NULL || ptail == NULL) in agtiapi_QueueCCB()
4339 panic( "agtiapi_QueueCCB: phead %p ptail %p", phead, ptail ); in agtiapi_QueueCCB()
4351 if (*ptail) in agtiapi_QueueCCB()
4352 (*ptail)->pccbNext = pccb; in agtiapi_QueueCCB()
4354 *ptail = pccb; in agtiapi_QueueCCB()
5662 agtiapi_DeQueueCCB(struct agtiapi_softc *pCard, pccb_t *phead, pccb_t *ptail, in agtiapi_DeQueueCCB() argument
5684 if (pccb == *ptail) in agtiapi_DeQueueCCB()
5686 *ptail = NULL; in agtiapi_DeQueueCCB()
5701 if (pccb == *ptail) in agtiapi_DeQueueCCB()
[all …]