ACX_RX_RING_SIZE  599 dev/ic/acx.c   	bzero(rd->rx_ring, ACX_RX_RING_SIZE);
ACX_RX_RING_SIZE 1893 dev/ic/acx.c   	error = bus_dmamap_create(sc->sc_dmat, ACX_RX_RING_SIZE, 1,
ACX_RX_RING_SIZE 1894 dev/ic/acx.c   	    ACX_RX_RING_SIZE, 0, BUS_DMA_NOWAIT, &rd->rx_ring_dmamap);
ACX_RX_RING_SIZE 1902 dev/ic/acx.c   	error = bus_dmamem_alloc(sc->sc_dmat, ACX_RX_RING_SIZE, PAGE_SIZE,
ACX_RX_RING_SIZE 1912 dev/ic/acx.c   	    ACX_RX_RING_SIZE, (caddr_t *)&rd->rx_ring,
ACX_RX_RING_SIZE 1922 dev/ic/acx.c   	    rd->rx_ring, ACX_RX_RING_SIZE, NULL, BUS_DMA_WAITOK);