OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rxs_mbuf
(Results
1 - 25
of
32
) sorted by relevancy
1
2
/src/sys/arch/mips/atheros/dev/
aevar.h
106
struct mbuf *
rxs_mbuf
; /* head of our mbuf chain */
member in struct:ae_rxsoft
245
struct mbuf *__m = __rxs->
rxs_mbuf
; \
aevar.h
106
struct mbuf *
rxs_mbuf
; /* head of our mbuf chain */
member in struct:ae_rxsoft
245
struct mbuf *__m = __rxs->
rxs_mbuf
; \
/src/sys/arch/arm/imx/
if_enetvar.h
47
struct mbuf *
rxs_mbuf
; /* head of our mbuf chain */
member in struct:enet_rxsoft
if_enetvar.h
47
struct mbuf *
rxs_mbuf
; /* head of our mbuf chain */
member in struct:enet_rxsoft
/src/sys/dev/ic/
gemvar.h
105
struct mbuf *
rxs_mbuf
; /* head of our mbuf chain */
member in struct:gem_rxsoft
283
struct mbuf *__m = __rxs->
rxs_mbuf
; \
299
struct mbuf *__m = __rxs->
rxs_mbuf
; \
rtl81x9var.h
134
struct mbuf *
rxs_mbuf
;
member in struct:re_rxsoft
gemvar.h
105
struct mbuf *
rxs_mbuf
; /* head of our mbuf chain */
member in struct:gem_rxsoft
283
struct mbuf *__m = __rxs->
rxs_mbuf
; \
299
struct mbuf *__m = __rxs->
rxs_mbuf
; \
rtl81x9var.h
134
struct mbuf *
rxs_mbuf
;
member in struct:re_rxsoft
atwvar.h
99
struct mbuf *
rxs_mbuf
; /* head of our mbuf chain */
member in struct:atw_rxsoft
405
struct mbuf *m = rxs->
rxs_mbuf
;
tulipvar.h
112
struct mbuf *
rxs_mbuf
; /* head of our mbuf chain */
member in struct:tulip_rxsoft
528
struct mbuf *__m = __rxs->
rxs_mbuf
; \
atwvar.h
99
struct mbuf *
rxs_mbuf
; /* head of our mbuf chain */
member in struct:atw_rxsoft
405
struct mbuf *m = rxs->
rxs_mbuf
;
tulipvar.h
112
struct mbuf *
rxs_mbuf
; /* head of our mbuf chain */
member in struct:tulip_rxsoft
528
struct mbuf *__m = __rxs->
rxs_mbuf
; \
/src/sys/arch/evbppc/virtex/dev/
if_temac.c
137
struct mbuf *
rxs_mbuf
;
member in struct:temac_rxsoft
454
sc->sc_rxsoft[i].
rxs_mbuf
= NULL;
1050
if (rxs->
rxs_mbuf
!= NULL) {
1052
rxs->
rxs_mbuf
= NULL;
1083
rxs->
rxs_mbuf
= m;
1097
rxs->
rxs_mbuf
= NULL;
1140
if (sc->sc_rxsoft[sc->sc_rxreap].
rxs_mbuf
== NULL) {
1190
m = sc->sc_rxsoft[sc->sc_rxreap].
rxs_mbuf
;
1276
if (rxs->
rxs_mbuf
!= NULL) {
1278
m_freem(rxs->
rxs_mbuf
);
[
all
...]
if_temac.c
137
struct mbuf *
rxs_mbuf
;
member in struct:temac_rxsoft
454
sc->sc_rxsoft[i].
rxs_mbuf
= NULL;
1050
if (rxs->
rxs_mbuf
!= NULL) {
1052
rxs->
rxs_mbuf
= NULL;
1083
rxs->
rxs_mbuf
= m;
1097
rxs->
rxs_mbuf
= NULL;
1140
if (sc->sc_rxsoft[sc->sc_rxreap].
rxs_mbuf
== NULL) {
1190
m = sc->sc_rxsoft[sc->sc_rxreap].
rxs_mbuf
;
1276
if (rxs->
rxs_mbuf
!= NULL) {
1278
m_freem(rxs->
rxs_mbuf
);
[
all
...]
/src/sys/arch/powerpc/ibm4xx/dev/
if_emac.c
153
struct mbuf *
rxs_mbuf
; /* head of mbuf chain */
member in struct:emac_rxsoft
262
struct mbuf *__m = __rxs->
rxs_mbuf
; \
451
sc->sc_rxsoft[i].
rxs_mbuf
= NULL;
931
if (rxs->
rxs_mbuf
== NULL) {
1144
if (rxs->
rxs_mbuf
!= NULL)
1147
rxs->
rxs_mbuf
= m;
1173
if (rxs->
rxs_mbuf
!= NULL) {
1175
m_freem(rxs->
rxs_mbuf
);
1176
rxs->
rxs_mbuf
= NULL;
1668
mtod(rxs->
rxs_mbuf
, void *), len)
[
all
...]
if_emac.c
153
struct mbuf *
rxs_mbuf
; /* head of mbuf chain */
member in struct:emac_rxsoft
262
struct mbuf *__m = __rxs->
rxs_mbuf
; \
451
sc->sc_rxsoft[i].
rxs_mbuf
= NULL;
931
if (rxs->
rxs_mbuf
== NULL) {
1144
if (rxs->
rxs_mbuf
!= NULL)
1147
rxs->
rxs_mbuf
= m;
1173
if (rxs->
rxs_mbuf
!= NULL) {
1175
m_freem(rxs->
rxs_mbuf
);
1176
rxs->
rxs_mbuf
= NULL;
1668
mtod(rxs->
rxs_mbuf
, void *), len)
[
all
...]
/src/sys/arch/mips/ralink/
ralink_eth.c
159
struct mbuf *
rxs_mbuf
; /* head of our mbuf chain */
member in struct:ralink_eth_rxstate
455
sc->sc_rxstate[i].
rxs_mbuf
= NULL;
664
if (rxs->
rxs_mbuf
!= NULL) {
666
m_freem(rxs->
rxs_mbuf
);
667
rxs->
rxs_mbuf
= NULL;
1076
if (rxs->
rxs_mbuf
!= NULL) {
1078
m_freem(rxs->
rxs_mbuf
);
1079
rxs->
rxs_mbuf
= NULL;
1127
rxs->
rxs_mbuf
= m;
1507
m = rxs->
rxs_mbuf
;
[
all
...]
ralink_eth.c
159
struct mbuf *
rxs_mbuf
; /* head of our mbuf chain */
member in struct:ralink_eth_rxstate
455
sc->sc_rxstate[i].
rxs_mbuf
= NULL;
664
if (rxs->
rxs_mbuf
!= NULL) {
666
m_freem(rxs->
rxs_mbuf
);
667
rxs->
rxs_mbuf
= NULL;
1076
if (rxs->
rxs_mbuf
!= NULL) {
1078
m_freem(rxs->
rxs_mbuf
);
1079
rxs->
rxs_mbuf
= NULL;
1127
rxs->
rxs_mbuf
= m;
1507
m = rxs->
rxs_mbuf
;
[
all
...]
/src/sys/dev/pci/
if_dge.c
239
struct mbuf *
rxs_mbuf
; /* head of our mbuf chain */
member in struct:dge_rxsoft
405
struct mbuf *__m = __rxs->
rxs_mbuf
; \
425
struct mbuf *__m = __rxs->
rxs_mbuf
; \
860
sc->sc_rxsoft[i].
rxs_mbuf
= NULL;
1695
m = rxs->
rxs_mbuf
;
1960
if (rxs->
rxs_mbuf
== NULL) {
2077
if (rxs->
rxs_mbuf
!= NULL) {
2079
m_freem(rxs->
rxs_mbuf
);
2080
rxs->
rxs_mbuf
= NULL;
2146
if (rxs->
rxs_mbuf
!= NULL
[
all
...]
if_vge.c
187
struct mbuf *
rxs_mbuf
; /* head of our mbuf chain */
member in struct:vge_rxsoft
862
sc->sc_rxsoft[i].
rxs_mbuf
= NULL;
1129
rxs->
rxs_mbuf
= m;
1216
m = rxs->
rxs_mbuf
;
2089
if (rxs->
rxs_mbuf
!= NULL) {
2091
m_freem(rxs->
rxs_mbuf
);
2092
rxs->
rxs_mbuf
= NULL;
if_pcn.c
173
struct mbuf *
rxs_mbuf
; /* head of our mbuf chain */
member in struct:pcn_rxsoft
358
struct mbuf *__m = __rxs->
rxs_mbuf
; \
754
sc->sc_rxsoft[i].
rxs_mbuf
= NULL;
1502
mtod(rxs->
rxs_mbuf
, void *), len);
1508
m = rxs->
rxs_mbuf
;
1639
if (rxs->
rxs_mbuf
== NULL) {
1817
if (rxs->
rxs_mbuf
!= NULL) {
1819
m_freem(rxs->
rxs_mbuf
);
1820
rxs->
rxs_mbuf
= NULL;
1889
if (rxs->
rxs_mbuf
!= NULL
[
all
...]
if_dge.c
239
struct mbuf *
rxs_mbuf
; /* head of our mbuf chain */
member in struct:dge_rxsoft
405
struct mbuf *__m = __rxs->
rxs_mbuf
; \
425
struct mbuf *__m = __rxs->
rxs_mbuf
; \
860
sc->sc_rxsoft[i].
rxs_mbuf
= NULL;
1695
m = rxs->
rxs_mbuf
;
1960
if (rxs->
rxs_mbuf
== NULL) {
2077
if (rxs->
rxs_mbuf
!= NULL) {
2079
m_freem(rxs->
rxs_mbuf
);
2080
rxs->
rxs_mbuf
= NULL;
2146
if (rxs->
rxs_mbuf
!= NULL
[
all
...]
if_vge.c
187
struct mbuf *
rxs_mbuf
; /* head of our mbuf chain */
member in struct:vge_rxsoft
862
sc->sc_rxsoft[i].
rxs_mbuf
= NULL;
1129
rxs->
rxs_mbuf
= m;
1216
m = rxs->
rxs_mbuf
;
2089
if (rxs->
rxs_mbuf
!= NULL) {
2091
m_freem(rxs->
rxs_mbuf
);
2092
rxs->
rxs_mbuf
= NULL;
if_pcn.c
173
struct mbuf *
rxs_mbuf
; /* head of our mbuf chain */
member in struct:pcn_rxsoft
358
struct mbuf *__m = __rxs->
rxs_mbuf
; \
754
sc->sc_rxsoft[i].
rxs_mbuf
= NULL;
1502
mtod(rxs->
rxs_mbuf
, void *), len);
1508
m = rxs->
rxs_mbuf
;
1639
if (rxs->
rxs_mbuf
== NULL) {
1817
if (rxs->
rxs_mbuf
!= NULL) {
1819
m_freem(rxs->
rxs_mbuf
);
1820
rxs->
rxs_mbuf
= NULL;
1889
if (rxs->
rxs_mbuf
!= NULL
[
all
...]
if_kse.c
223
struct mbuf *
rxs_mbuf
; /* head of our mbuf chain */
member in struct:kse_rxsoft
309
struct mbuf *__m = __rxs->
rxs_mbuf
; \
507
sc->sc_rxsoft[i].
rxs_mbuf
= NULL;
748
if (sc->sc_rxsoft[i].
rxs_mbuf
== NULL) {
1146
if (rxs->
rxs_mbuf
!= NULL)
1149
rxs->
rxs_mbuf
= m;
1175
if (rxs->
rxs_mbuf
!= NULL) {
1177
m_freem(rxs->
rxs_mbuf
);
1178
rxs->
rxs_mbuf
= NULL;
1253
m = rxs->
rxs_mbuf
;
[
all
...]
Completed in 42 milliseconds
1
2
Indexes created Thu Oct 02 14:10:14 GMT 2025