OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ds_mbuf
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/ic/
aic6915var.h
107
struct mbuf *
ds_mbuf
; /* head of mbuf chain */
member in struct:sf_descsoft
smc83c170var.h
88
struct mbuf *
ds_mbuf
; /* head of mbuf chain */
member in struct:epic_descsoft
162
struct mbuf *__m = __ds->
ds_mbuf
; \
dp83932var.h
141
struct mbuf *
ds_mbuf
; /* head of mbuf chain */
member in struct:sonic_descsoft
282
struct mbuf *__m = __ds->
ds_mbuf
; \
/src/sys/arch/mips/adm5120/dev/
if_admswvar.h
111
struct mbuf *
ds_mbuf
;
member in struct:admsw_descsoft
185
struct mbuf *__m = __ds->
ds_mbuf
; \
202
struct mbuf *__m = __ds->
ds_mbuf
; \
/src/sys/dev/pci/
if_ste.c
111
struct mbuf *
ds_mbuf
; /* head of our mbuf chain */
member in struct:ste_descsoft
177
struct mbuf *__m = __ds->
ds_mbuf
; \
487
sc->sc_rxsoft[i].
ds_mbuf
= NULL;
766
ds->
ds_mbuf
= m0;
1011
m_freem(ds->
ds_mbuf
);
1012
ds->
ds_mbuf
= NULL;
1089
mtod(ds->
ds_mbuf
, void *), len);
1095
m = ds->
ds_mbuf
;
1296
if (ds->
ds_mbuf
== NULL) {
1418
if (ds->
ds_mbuf
!= NULL)
[
all
...]
if_vr.c
196
struct mbuf *
ds_mbuf
; /* head of mbuf chain */
member in struct:vr_descsoft
572
if (ds->
ds_mbuf
!= NULL)
575
ds->
ds_mbuf
= m_new;
734
mtod(ds->
ds_mbuf
, void *), total_len);
740
m = ds->
ds_mbuf
;
781
memcpy(mtod(m, void *), mtod(ds->
ds_mbuf
, void *),
879
m_freem(ds->
ds_mbuf
);
880
ds->
ds_mbuf
= NULL;
1105
ds->
ds_mbuf
= m0;
1224
if (ds->
ds_mbuf
== NULL)
[
all
...]
if_stge.c
123
struct mbuf *
ds_mbuf
; /* head of our mbuf chain */
member in struct:stge_descsoft
560
sc->sc_rxsoft[i].
ds_mbuf
= NULL;
1003
ds->
ds_mbuf
= m0;
1213
m_freem(ds->
ds_mbuf
);
1214
ds->
ds_mbuf
= NULL;
1265
m = ds->
ds_mbuf
;
1548
if (ds->
ds_mbuf
== NULL) {
1726
if (ds->
ds_mbuf
!= NULL) {
1728
ds->
ds_mbuf
->m_next = NULL;
1729
m_freem(ds->
ds_mbuf
);
[
all
...]
Completed in 155 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025