OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txq_lastintr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/broadcom/
bcm53xx_eth.c
98
size_t
txq_lastintr
;
member in struct:bcmeth_txqueue
1417
txq->
txq_lastintr
+= map->dm_nsegs;
1418
if (txq->
txq_lastintr
>= txq->txq_threshold
1420
txq->
txq_lastintr
= 0;
1613
txq->
txq_lastintr
-= uimin(txq->
txq_lastintr
, txfree);
1619
KASSERT(txq->
txq_lastintr
== 0);
1629
txq->
txq_lastintr
-= uimin(txq->
txq_lastintr
, txfree);
1733
txq->
txq_lastintr
= 0
[
all
...]
/src/sys/arch/powerpc/booke/dev/
pq3etsec.c
135
uint32_t
txq_lastintr
;
member in struct:pq3etsec_txqueue
1930
txq->
txq_lastintr
+= map->dm_nsegs;
1932
|| txq->
txq_lastintr
>= txq->txq_threshold
1934
txq->
txq_lastintr
= 0;
2176
txq->
txq_lastintr
-= uimin(txq->
txq_lastintr
, txfree);
2177
KASSERT(txq->
txq_lastintr
== 0);
2188
txq->
txq_lastintr
-= uimin(txq->
txq_lastintr
, txfree);
2316
txq->
txq_lastintr
= 0
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025