OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:txq_pendq
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/marvell/
if_gfevar.h
67
struct ifqueue
txq_pendq
; /* these are ready to go to the GT */
member in struct:gfe_txqueue
if_gfe.c
701
if (IF_QFULL(&sc->sc_txq[GE_TXPRIO_HI].
txq_pendq
))
710
IF_ENQUEUE(&sc->sc_txq[GE_TXPRIO_HI].
txq_pendq
, m);
1200
if (txq == NULL || (m = txq->
txq_pendq
.ifq_head) == NULL) {
1334
IF_DEQUEUE(&txq->
txq_pendq
, m);
1500
txq->
txq_pendq
.ifq_maxlen = 10;
Completed in 13 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025