HomeSort by: relevance | last modified time | path
    Searched refs:tx_cpu (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/marvell/
if_mvxpe.c 1136 tx->tx_dma = tx->tx_cpu = 0;
1176 tx->tx_dma = tx->tx_cpu = 0;
1927 if (tx->tx_dma != tx->tx_cpu) {
2125 MVXPE_TX_MAP(sc, q, tx->tx_cpu), m, BUS_DMA_NOWAIT) != 0) {
2129 txsegs = MVXPE_TX_MAP(sc, q, tx->tx_cpu)->dm_segs;
2130 txnsegs = MVXPE_TX_MAP(sc, q, tx->tx_cpu)->dm_nsegs;
2133 bus_dmamap_unload(sc->sc_dmat, MVXPE_TX_MAP(sc, q, tx->tx_cpu));
2137 DPRINTSC(sc, 2, "send packet %p descriptor %d\n", m, tx->tx_cpu);
2138 KASSERT(MVXPE_TX_MBUF(sc, q, tx->tx_cpu) == NULL);
2141 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 15 milliseconds