OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_rxp
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/bluetooth/
btuart.c
64
struct mbuf *
sc_rxp
; /* incoming packet */
member in struct:btuart_softc
336
struct mbuf *m = sc->
sc_rxp
;
362
sc->
sc_rxp
= m;
390
sc->
sc_rxp
->m_pkthdr.len++;
420
m_freem(sc->
sc_rxp
);
421
sc->
sc_rxp
= NULL;
448
if (!hci_input_acl(sc->sc_unit, sc->
sc_rxp
))
452
sc->
sc_rxp
= m = NULL;
456
if (!hci_input_sco(sc->sc_unit, sc->
sc_rxp
))
460
sc->
sc_rxp
= m = NULL
[
all
...]
bcsp.c
93
struct mbuf *
sc_rxp
; /* incoming packet */
member in struct:bcsp_softc
608
struct mbuf *m = sc->
sc_rxp
;
656
sc->
sc_rxp
= m;
662
if (m == sc->
sc_rxp
&& m->m_len == 0) {
674
bcsp_pktintegrity_receive(sc, sc->
sc_rxp
);
675
sc->
sc_rxp
= NULL;
719
sc->
sc_rxp
->m_pkthdr.len++;
1675
m_freem(sc->
sc_rxp
);
1676
sc->
sc_rxp
= NULL;
bth5.c
96
struct mbuf *
sc_rxp
; /* incoming packet */
member in struct:bth5_softc
644
struct mbuf *m = sc->
sc_rxp
;
692
sc->
sc_rxp
= m;
698
if (m == sc->
sc_rxp
&& m->m_len == 0) {
710
bth5_pktintegrity_receive(sc, sc->
sc_rxp
);
711
sc->
sc_rxp
= NULL;
763
sc->
sc_rxp
->m_pkthdr.len++;
1742
m_freem(sc->
sc_rxp
);
1743
sc->
sc_rxp
= NULL;
/src/sys/dev/pcmcia/
btbc.c
88
struct mbuf *
sc_rxp
; /* incoming packet */
member in struct:btbc_softc
382
struct mbuf *m = sc->
sc_rxp
;
414
sc->
sc_rxp
= m;
444
sc->
sc_rxp
->m_pkthdr.len++;
457
m_freem(sc->
sc_rxp
);
458
sc->
sc_rxp
= NULL;
480
m_freem(sc->
sc_rxp
);
481
sc->
sc_rxp
= NULL;
508
if (!hci_input_acl(sc->sc_unit, sc->
sc_rxp
))
512
sc->
sc_rxp
= m = NULL
[
all
...]
bt3c.c
113
struct mbuf *
sc_rxp
; /* incoming packet */
member in struct:bt3c_softc
279
struct mbuf *m = sc->
sc_rxp
;
310
sc->
sc_rxp
= m;
342
sc->
sc_rxp
->m_pkthdr.len++;
372
m_freem(sc->
sc_rxp
);
373
sc->
sc_rxp
= NULL;
400
if (!hci_input_acl(sc->sc_unit, sc->
sc_rxp
))
404
sc->
sc_rxp
= m = NULL;
409
if (!hci_input_sco(sc->sc_unit, sc->
sc_rxp
))
413
sc->
sc_rxp
= m = NULL
[
all
...]
/src/sys/arch/arm/xscale/
pxa2x0_ac97.c
97
dmac_peripheral_t
sc_rxp
;
member in struct:acu_softc
/src/sys/dev/pci/
if_lii.c
86
struct rx_pkt *
sc_rxp
; /* the part used for RX */
member in struct:lii_softc
979
rxp = &sc->
sc_rxp
[sc->sc_rxcur];
1108
sc->
sc_rxp
= (void *)(sc->sc_ring + AT_RXD_PADDING);
Completed in 245 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025