OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txq_last
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/broadcom/
bcm53xx_eth.c
93
struct gmac_txdb *
txq_last
;
member in struct:bcmeth_txqueue
1336
txq->
txq_last
= txq->txq_first + desc_count;
1424
KASSERT(producer != txq->
txq_last
);
1439
if (__predict_false(++producer == txq->
txq_last
)) {
1441
txq->
txq_last
- start);
1442
count -= txq->
txq_last
- start;
1473
if (producer + 1 == txq->
txq_last
)
1621
== txq->
txq_last
- txq->txq_first - 1);
1670
KASSERT(consumer + 1 == txq->
txq_last
);
1675
KASSERT(consumer < txq->
txq_last
);
[
all
...]
/src/sys/arch/powerpc/booke/dev/
pq3etsec.c
126
volatile struct txbd *
txq_last
;
member in struct:pq3etsec_txqueue
1851
txq->
txq_last
= txq->txq_first + desc_count;
1941
KASSERT(producer != txq->
txq_last
);
1949
if (__predict_false(++producer == txq->
txq_last
)) {
1951
if (start < txq->
txq_last
) {
1953
start, txq->
txq_last
- start);
1954
count -= txq->
txq_last
- start;
2003
if (++producer == txq->
txq_last
)
2179
txq->
txq_last
- txq->txq_first - 1);
2247
KASSERT(consumer + 1 == txq->
txq_last
);
[
all
...]
Completed in 16 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025