OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_rx_mbuf
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
i82596.c
228
rx_mbuf = sc->
sc_rx_mbuf
[sc->sc_rx_done];
283
sc->
sc_rx_mbuf
[sc->sc_rx_done] = new_mbuf;
684
sc->
sc_rx_mbuf
[n] = NULL;
918
if (sc->
sc_rx_mbuf
[r] == NULL) {
919
MGETHDR(sc->
sc_rx_mbuf
[r], M_DONTWAIT, MT_DATA);
920
if (sc->
sc_rx_mbuf
[r] == NULL) {
926
MCLAIM(sc->
sc_rx_mbuf
[r],
928
MCLGET(sc->
sc_rx_mbuf
[r], M_DONTWAIT);
929
if ((sc->
sc_rx_mbuf
[r]->m_flags & M_EXT) == 0) {
932
m_freem(sc->
sc_rx_mbuf
[r])
[
all
...]
i82596var.h
162
struct mbuf *
sc_rx_mbuf
[IEE_NRFD];
member in struct:iee_softc
/src/sys/dev/bluetooth/
btsco.c
115
struct mbuf *
sc_rx_mbuf
; /* leftover mbuf */
member in struct:btsco_softc
373
m_freem(sc->
sc_rx_mbuf
);
374
sc->
sc_rx_mbuf
= NULL;
531
m_freem(sc->
sc_rx_mbuf
);
534
sc->
sc_rx_mbuf
= m;
665
m_freem(sc->
sc_rx_mbuf
);
666
sc->
sc_rx_mbuf
= NULL;
775
if (sc->
sc_rx_mbuf
!= NULL) {
776
m = sc->
sc_rx_mbuf
;
777
sc->
sc_rx_mbuf
= NULL
[
all
...]
Completed in 36 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025