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
1410
txq->
txq_lastintr
+= map->dm_nsegs;
1411
if (txq->
txq_lastintr
>= txq->txq_threshold
1413
txq->
txq_lastintr
= 0;
1606
txq->
txq_lastintr
-= uimin(txq->
txq_lastintr
, txfree);
1612
KASSERT(txq->
txq_lastintr
== 0);
1622
txq->
txq_lastintr
-= uimin(txq->
txq_lastintr
, txfree);
1726
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 15 milliseconds
Indexes created Wed Oct 15 02:09:48 GMT 2025