Searched refs:rpb (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Read.c78 KERNEL_DEBUG(DBG_ADSP_READ, 0, sp, sp->rbuf_mb, sp->rpb, sp->delay);
81 while (sp->rData && (pb = sp->rpb)) { /* have data */
88 sp->rpb = pb->qLink;
154 sp->rpb = pb->qLink; /* dequeue request */
176 if ((pb = sp->rpb)) { /* if there is an outstanding request */
189 sp->rpb = pb->qLink;
195 pb = sp->rpb;
199 sp->rpb = pb->qLink;
210 pb->qLink = sp->rpb; /* requeue the duplicate at the head */
211 sp->rpb
[all...]
H A Dadsp_reset.c197 register struct adspcmd *rpb; local
225 rpb = (struct adspcmd *)gbuf_rptr(mp);
226 rpb->ioc = 0; /* unlink copy */
227 rpb->mp = mp;
229 qAddToEnd((struct qlink **)&sp->frpb, (struct qlink *)rpb);
H A Dadsp_RxData.c340 if ((sp->rpb)->ioc == (caddr_t)mp) {
343 KERNEL_DEBUG(DBG_ADSP_RCV, 4, sp, sp->rpb, 0, 0);
H A Dadsp_internal.h172 struct adspcmd *rpb; /* Outstanding Read Requests */ member in struct:ccb
H A Dadsp_Close.c295 aborted_count += CompleteQueue(&sp->rpb, err);

Completed in 76 milliseconds