OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_xfree
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/qbus/
if_de.c
159
int
sc_xfree
; /* index for next transmit buffer */
member in struct:de_softc
389
sc->sc_rindex = sc->sc_xindex = sc->
sc_xfree
= sc->sc_nxmit = 0;
426
rp = &dc->dc_xrent[sc->
sc_xfree
];
431
len = if_ubaput(&sc->sc_ifuba, &sc->sc_ifw[sc->
sc_xfree
], m);
436
sc->
sc_xfree
++;
437
if (sc->
sc_xfree
== NXMT)
438
sc->
sc_xfree
= 0;
if_de.c
159
int
sc_xfree
; /* index for next transmit buffer */
member in struct:de_softc
389
sc->sc_rindex = sc->sc_xindex = sc->
sc_xfree
= sc->sc_nxmit = 0;
426
rp = &dc->dc_xrent[sc->
sc_xfree
];
431
len = if_ubaput(&sc->sc_ifuba, &sc->sc_ifw[sc->
sc_xfree
], m);
436
sc->
sc_xfree
++;
437
if (sc->
sc_xfree
== NXMT)
438
sc->
sc_xfree
= 0;
Completed in 24 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025