OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_txmbuf
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/ic/
sgecvar.h
57
struct mbuf*
sc_txmbuf
[TXDESCS];
member in struct:ze_softc
sgec.c
285
if (sc->
sc_txmbuf
[i]) {
286
m_freem(sc->
sc_txmbuf
[i]);
287
sc->
sc_txmbuf
[i] = 0;
383
sc->
sc_txmbuf
[nexttx] = m;
496
KASSERT(sc->
sc_txmbuf
[lastack]);
497
m_freem(sc->
sc_txmbuf
[lastack]);
498
sc->
sc_txmbuf
[lastack] = 0;
/src/sys/dev/qbus/
if_qe.c
84
struct mbuf*
sc_txmbuf
[TXDESCS];
member in struct:qe_softc
406
if (sc->
sc_txmbuf
[i]) {
408
m_freem(sc->
sc_txmbuf
[i]);
409
sc->
sc_txmbuf
[i] = 0;
519
sc->
sc_txmbuf
[idx] = m;
612
if (sc->
sc_txmbuf
[idx] == NULL ||
613
sc->
sc_txmbuf
[idx]->m_pkthdr.len < ETHER_PAD_LEN)
616
m_freem(sc->
sc_txmbuf
[idx]);
617
sc->
sc_txmbuf
[idx] = NULL;
/src/sys/arch/sgimips/hpc/
sqvar.h
149
struct mbuf*
sc_txmbuf
[SQ_NTXDESC];
member in struct:sq_softc
if_sq.c
710
sc->
sc_txmbuf
[sc->sc_nexttx] = m0;
820
if (sc->
sc_txmbuf
[i] != NULL) {
822
m_freem(sc->
sc_txmbuf
[i]);
823
sc->
sc_txmbuf
[i] = NULL;
1150
m_freem(sc->
sc_txmbuf
[i]);
1151
sc->
sc_txmbuf
[i] = NULL;
1238
m_freem(sc->
sc_txmbuf
[i]);
1239
sc->
sc_txmbuf
[i] = NULL;
Completed in 16 milliseconds
Indexes created Tue Oct 21 16:10:11 GMT 2025