Searched refs:ioParams (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Write.c78 cnt = pb->u.ioParams.reqCount - pb->u.ioParams.actCount;
79 eom = pb->u.ioParams.eom ? F_EOM : 0;
119 pb->u.ioParams.actCount += cnt; /* Update count field in param blk */
121 if (pb->u.ioParams.actCount == pb->u.ioParams.reqCount) {
124 if (pb->u.ioParams.flush) /* flush the send Q? */
170 pb->u.ioParams.actCount = 0; /* Set # of bytes so far to zero */
H A Dadsp_Read.c84 pb, pb->gref, pb->ioc, pb->u.ioParams.reqCount));
85 KERNEL_DEBUG(DBG_ADSP_READ, 1, pb, pb->gref, pb->ioc, pb->u.ioParams.reqCount);
86 if (pb->u.ioParams.reqCount == 0) {
115 if (cnt > (unsigned short)(pb->u.ioParams.reqCount - pb->u.ioParams.actCount)) {
116 cnt = pb->u.ioParams.reqCount - pb->u.ioParams.actCount;
130 pb->u.ioParams.actCount += cnt;
134 pb->u.ioParams.eom = eom;
147 if (eom || (pb->u.ioParams
[all...]
H A Dadsp.h410 TRioParams ioParams; /* dspRead, dspWrite, dspAttnRead */ member in union:adsp_command

Completed in 12 milliseconds