OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_tx_mbuf
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
i82596.c
335
m_freem(sc->
sc_tx_mbuf
[n]);
336
sc->
sc_tx_mbuf
[n] = NULL;
746
IFQ_DEQUEUE(&ifp->if_snd, sc->
sc_tx_mbuf
[t]);
747
if (sc->
sc_tx_mbuf
[t] == NULL)
750
sc->
sc_tx_mbuf
[t], BUS_DMA_WRITE | BUS_DMA_NOWAIT) != 0) {
761
m_freem(sc->
sc_tx_mbuf
[t]);
762
sc->
sc_tx_mbuf
[t] = NULL;
771
m_freem(sc->
sc_tx_mbuf
[t]);
772
sc->
sc_tx_mbuf
[t] = NULL;
777
m_copydata(sc->
sc_tx_mbuf
[t], 0
[
all
...]
i82596var.h
163
struct mbuf *
sc_tx_mbuf
[IEE_NCB];
member in struct:iee_softc
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025