OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RXDQ
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/ep93xx/
epevar.h
57
uint32_t *
RXDQ
;
epe.c
229
sc->
RXDQ
[bi * 2] =
233
* empty mbufs for the
RXDQ
.
332
sc->
RXDQ
= &sc->TXStsQ[TX_QLEN];
333
sc->RXStsQ = &sc->
RXDQ
[RX_QLEN * 2];
349
addr += (sc->
RXDQ
- sc->TXStsQ) * sizeof(uint32_t);
354
addr += (sc->RXStsQ - sc->
RXDQ
) * sizeof(uint32_t);
359
/* Populate the
RXDQ
with mbufs */
371
sc->
RXDQ
[i * 2] = sc->rxq[i].m_dmamap->dm_segs[0].ds_addr;
372
sc->
RXDQ
[i * 2 + 1] = (i << 16) | MCLBYTES;
408
/* enqueue the entries in RXStsQ and
RXDQ
*/
[
all
...]
Completed in 28 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025