OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tx_free
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
elinkxlvar.h
63
struct ex_txdesc *
tx_free
;
member in struct:ex_softc
/src/sys/arch/arm/xscale/
ixp425_if_npe.c
112
struct npebuf *
tx_free
; /* list of free tx buffers */
member in struct:npe_softc
782
*td->tail = sc->
tx_free
;
783
sc->
tx_free
= td->head;
1059
sc->
tx_free
= NULL;
1069
npe->ix_next = sc->
tx_free
;
1070
sc->
tx_free
= npe;
1246
while (sc->
tx_free
!= NULL) {
1250
npe = sc->
tx_free
;
1271
sc->
tx_free
= npe->ix_next;
Completed in 17 milliseconds
Indexes created Mon Sep 22 21:09:42 GMT 2025