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));
|