OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tx_cpu
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/marvell/
if_mvxpe.c
1130
tx->tx_dma = tx->
tx_cpu
= 0;
1170
tx->tx_dma = tx->
tx_cpu
= 0;
1921
if (tx->tx_dma != tx->
tx_cpu
) {
2119
MVXPE_TX_MAP(sc, q, tx->
tx_cpu
), m, BUS_DMA_NOWAIT) != 0) {
2123
txsegs = MVXPE_TX_MAP(sc, q, tx->
tx_cpu
)->dm_segs;
2124
txnsegs = MVXPE_TX_MAP(sc, q, tx->
tx_cpu
)->dm_nsegs;
2127
bus_dmamap_unload(sc->sc_dmat, MVXPE_TX_MAP(sc, q, tx->
tx_cpu
));
2131
DPRINTSC(sc, 2, "send packet %p descriptor %d\n", m, tx->
tx_cpu
);
2132
KASSERT(MVXPE_TX_MBUF(sc, q, tx->
tx_cpu
) == NULL);
2135
MVXPE_TX_MBUF(sc, q, tx->
tx_cpu
) = m
[
all
...]
if_mvxpevar.h
160
int
tx_cpu
;
member in struct:mvxpe_tx_ring
Completed in 28 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025