Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/xscale/
H A Dixp425_qmgr.c103 int qWriteCount; /* queue write count */ member
367 qi->qWriteCount = 0; in ixpqmgr_qconfig()
405 __func__, qId, entry, qi->qWriteCount, qi->qSizeInEntries); in ixpqmgr_qwrite()
417 if (qi->qWriteCount++ == qSize) { /* check for overflow */ in ixpqmgr_qwrite()
432 qi->qWriteCount = qSize; in ixpqmgr_qwrite()
457 qi->qWriteCount = qSize; in ixpqmgr_qwrite()
460 qi->qWriteCount = qPtrs & (qSize - 1); in ixpqmgr_qwrite()