OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_rxtailp
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/
if_dge.c
322
struct mbuf **
sc_rxtailp
;
member in struct:dge_softc
344
(sc)->
sc_rxtailp
= &(sc)->sc_rxhead; \
345
*(sc)->
sc_rxtailp
= NULL; \
351
*(sc)->
sc_rxtailp
= (sc)->sc_rxtail = (m); \
352
(sc)->
sc_rxtailp
= &(m)->m_next; \
1744
*sc->
sc_rxtailp
= NULL;
if_stge.c
195
struct mbuf **
sc_rxtailp
;
member in struct:stge_softc
209
(sc)->
sc_rxtailp
= &(sc)->sc_rxhead; \
210
*(sc)->
sc_rxtailp
= NULL; \
216
*(sc)->
sc_rxtailp
= (sc)->sc_rxtail = (m); \
217
(sc)->
sc_rxtailp
= &(m)->m_next; \
1289
KASSERT(sc->
sc_rxtailp
== &sc->sc_rxhead);
1307
*sc->
sc_rxtailp
= NULL;
if_sip.c
309
struct mbuf **
sc_rxtailp
;
member in struct:sip_softc
460
sc->
sc_rxtailp
= &sc->sc_rxhead;
461
*sc->
sc_rxtailp
= NULL;
469
*sc->
sc_rxtailp
= sc->sc_rxtail = m;
470
sc->
sc_rxtailp
= &m->m_next;
2197
*sc->
sc_rxtailp
= NULL;
Completed in 17 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025