HomeSort by: relevance | last modified time | path
    Searched defs:tx_ring_sz (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
bwi.c 8093 bus_size_t tx_ring_sz, rx_ring_sz, desc_sz = 0; local in function:bwi_dma_alloc
8150 tx_ring_sz = roundup(desc_sz * BWI_TX_NDESC, BWI_RING_ALIGN);
8160 error = bus_dmamap_create(sc->sc_dmat, tx_ring_sz, 1,
8161 tx_ring_sz, 0, BUS_DMA_NOWAIT,
8169 &sc->sc_tx_rdata[i], tx_ring_sz, TXRX_CTRL(i));

Completed in 17 milliseconds