OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txq_mbufs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/broadcom/
bcm53xx_eth.c
94
struct ifqueue
txq_mbufs
;
member in struct:bcmeth_txqueue
1306
return !IF_IS_EMPTY(&txq->
txq_mbufs
);
1340
IFQ_SET_MAXLEN(&txq->
txq_mbufs
, BCMETH_MAXTXMBUFS);
1419
|| txq->
txq_mbufs
.ifq_len + 1 == txq->
txq_mbufs
.ifq_maxlen) {
1477
IF_ENQUEUE(&txq->
txq_mbufs
, m);
1554
if (IF_QFULL(&txq->
txq_mbufs
))
1645
IF_DEQUEUE(&txq->
txq_mbufs
, m);
1689
IF_DEQUEUE(&txq->
txq_mbufs
, m);
/src/sys/arch/powerpc/booke/dev/
pq3etsec.c
127
struct ifqueue
txq_mbufs
;
member in struct:pq3etsec_txqueue
1822
return !IF_IS_EMPTY(&txq->
txq_mbufs
);
1855
IFQ_SET_MAXLEN(&txq->
txq_mbufs
, ETSEC_MAXTXMBUFS);
1933
|| txq->
txq_mbufs
.ifq_len + 1 == txq->
txq_mbufs
.ifq_maxlen) {
2007
IF_ENQUEUE(&txq->
txq_mbufs
, m);
2126
if (IF_QFULL(&txq->
txq_mbufs
))
2200
IF_DEQUEUE(&txq->
txq_mbufs
, m);
2269
IF_DEQUEUE(&txq->
txq_mbufs
, m);
Completed in 15 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025