OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sd_mbuf
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/
if_txp.c
354
KASSERT(sc->sc_rxd[i].
sd_mbuf
!= NULL);
355
MCLAIM(sc->sc_rxd[i].
sd_mbuf
, &sc->sc_arpcom.ec_rx_mowner);
749
m = sd->
sd_mbuf
;
750
sd->
sd_mbuf
= NULL;
776
memcpy(mtod(m, void *), mtod(sd->
sd_mbuf
, void *), len);
848
if (sd->
sd_mbuf
== NULL) {
849
MGETHDR(sd->
sd_mbuf
, M_DONTWAIT, MT_DATA);
850
if (sd->
sd_mbuf
== NULL)
852
MCLAIM(sd->
sd_mbuf
, &sc->sc_arpcom.ec_rx_mowner);
854
MCLGET(sd->
sd_mbuf
, M_DONTWAIT)
[
all
...]
if_casvar.h
65
struct mbuf *
sd_mbuf
;
member in struct:cas_sxd
if_cas.c
587
sc->sc_txd[i].
sd_mbuf
= NULL;
955
if (sd->
sd_mbuf
!= NULL) {
959
m_freem(sd->
sd_mbuf
);
960
sd->
sd_mbuf
= NULL;
2103
sc->sc_txd[cur].
sd_mbuf
= mhead;
2128
if (sd->
sd_mbuf
!= NULL) {
2132
m_freem(sd->
sd_mbuf
);
2133
sd->
sd_mbuf
= NULL;
2163
while (sc->sc_txd[bix].
sd_mbuf
== NULL) {
if_txpreg.h
560
struct mbuf *
sd_mbuf
;
member in struct:txp_swdesc
Completed in 16 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025