OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_m_transmit
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/sunxi/
sunxi_can.c
82
struct mbuf *
sc_m_transmit
; /* mbuf being transmitted */
member in struct:sunxi_can_softc
310
if ((m = sc->
sc_m_transmit
) != NULL) {
315
sc->
sc_m_transmit
= NULL;
325
if (sc->
sc_m_transmit
) {
326
m_freem(sc->
sc_m_transmit
);
327
sc->
sc_m_transmit
= NULL;
432
if (sc->
sc_m_transmit
!= NULL)
441
sc->
sc_m_transmit
= m;
/src/sys/dev/usb/
if_gscan.c
129
struct mbuf *
sc_m_transmit
; /* mbuf being transmitted */
member in struct:gscan_softc
290
m = sc->
sc_m_transmit
;
291
sc->
sc_m_transmit
= NULL;
326
if (sc->
sc_m_transmit
!= NULL)
351
sc->
sc_m_transmit
= m;
479
if (sc->
sc_m_transmit
!= NULL) {
480
m_freem(sc->
sc_m_transmit
);
481
sc->
sc_m_transmit
= NULL;
828
if (sc->
sc_m_transmit
!= NULL) {
829
m_freem(sc->
sc_m_transmit
);
[
all
...]
Completed in 13 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025