OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txq_threshold
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/broadcom/
bcm53xx_eth.c
97
size_t
txq_threshold
;
member in struct:bcmeth_txqueue
1314
return txq->txq_free >= txq->
txq_threshold
;
1418
if (txq->txq_lastintr >= txq->
txq_threshold
1732
txq->
txq_threshold
= txq->txq_free / 2;
/src/sys/arch/powerpc/booke/dev/
pq3etsec.c
134
uint32_t
txq_threshold
;
member in struct:pq3etsec_txqueue
1830
return txq->txq_free >= txq->
txq_threshold
;
1932
|| txq->txq_lastintr >= txq->
txq_threshold
2315
txq->
txq_threshold
= txq->txq_free / 2;
Completed in 15 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025