Searched refs:L1C_RX_RING_CNT (Results 1 – 2 of 2) sorted by relevance
211 err = atge_alloc_buffers(l1c->atge_rx_ring, L1C_RX_RING_CNT, in atge_l1c_alloc_dma()307 atge_free_buffers(l1c->atge_rx_ring, L1C_RX_RING_CNT); in atge_l1c_free_dma()343 l1c->atge_rx_ring->r_consumer = L1C_RX_RING_CNT - 1; in atge_l1c_init_rx_ring()347 for (i = 0; i < L1C_RX_RING_CNT; i++) { in atge_l1c_init_rx_ring()482 (L1C_RX_RING_CNT << RD_RING_CNT_SHIFT) & RD_RING_CNT_MASK); in atge_l1c_program_dma()776 l1c->atge_rx_ring->r_consumer %= L1C_RX_RING_CNT; in atge_l1c_rx()780 ASSERT(rx_cons >= 0 && rx_cons <= L1C_RX_RING_CNT); in atge_l1c_rx()830 ATGE_INC_SLOT(rx_cons, L1C_RX_RING_CNT); in atge_l1c_rx()842 l1c->atge_rx_ring->r_consumer %= L1C_RX_RING_CNT; in atge_l1c_rx()
139 #define L1C_RX_RING_CNT 256 macro140 #define L1C_RR_RING_CNT L1C_RX_RING_CNT154 (sizeof (struct l1c_rx_desc) * L1C_RX_RING_CNT)