OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_txp
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/bluetooth/
btuart.c
67
struct mbuf *
sc_txp
; /* outgoing packet */
member in struct:btuart_softc
490
m = sc->
sc_txp
;
506
sc->
sc_txp
= m;
518
m = sc->
sc_txp
;
519
sc->
sc_txp
= NULL;
588
m_freem(sc->
sc_txp
);
589
sc->
sc_txp
= NULL;
bcsp.c
92
struct mbuf *
sc_txp
; /* outgoing packet */
member in struct:bcsp_softc
505
m = sc->
sc_txp
;
547
m = sc->
sc_txp
;
548
sc->
sc_txp
= NULL;
743
struct mbuf *m = sc->
sc_txp
;
963
sc->
sc_txp
= m;
1678
m_freem(sc->
sc_txp
);
1679
sc->
sc_txp
= NULL;
1695
KASSERT(sc->
sc_txp
== NULL);
bth5.c
95
struct mbuf *
sc_txp
; /* outgoing packet */
member in struct:bth5_softc
505
m = sc->
sc_txp
;
557
m = sc->
sc_txp
;
558
sc->
sc_txp
= NULL;
787
struct mbuf *m = sc->
sc_txp
;
1014
sc->
sc_txp
= m;
1745
m_freem(sc->
sc_txp
);
1746
sc->
sc_txp
= NULL;
1762
KASSERT(sc->
sc_txp
== NULL);
/src/sys/dev/pcmcia/
btbc.c
89
struct mbuf *
sc_txp
; /* outgoing packet */
member in struct:btbc_softc
555
m = sc->
sc_txp
;
572
sc->
sc_txp
= NULL; /* safe reentrant */
582
m = sc->
sc_txp
;
583
sc->
sc_txp
= NULL;
756
KASSERT(sc->
sc_txp
== NULL);
780
sc->
sc_txp
= m;
916
m_freem(sc->
sc_txp
);
917
sc->
sc_txp
= NULL;
bt3c.c
114
struct mbuf *
sc_txp
; /* outgoing packet */
member in struct:bt3c_softc
447
m = sc->
sc_txp
;
464
m = sc->
sc_txp
;
465
sc->
sc_txp
= NULL;
733
KASSERT(sc->
sc_txp
== NULL);
757
sc->
sc_txp
= m;
889
m_freem(sc->
sc_txp
);
890
sc->
sc_txp
= NULL;
/src/sys/arch/arm/xscale/
pxa2x0_ac97.c
91
dmac_peripheral_t
sc_txp
;
member in struct:acu_softc
/src/sys/arch/sparc64/dev/
sab.c
104
u_char *
sc_txp
;
member in struct:sabtty_softc
578
SAB_WRITE_BLOCK(sc, SAB_XFIFO, sc->
sc_txp
, len);
579
sc->
sc_txp
+= len;
666
ndflush(&tp->t_outq, sc->
sc_txp
- tp->t_outq.c_cf);
1106
sc->
sc_txp
= tp->t_outq.c_cf;
Completed in 54 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025