Searched refs:AFE_RXRING (Results 1 – 2 of 2) sorted by relevance
1501 for (i = 0; i < AFE_RXRING; i++) { in afe_resetrings()1507 if (i == (AFE_RXRING - 1)) { in afe_resetrings()1656 size = AFE_RXRING * sizeof (afe_desc_t); in afe_allocrxring()1692 afep->afe_rxbufs = kmem_zalloc(AFE_RXRING * sizeof (afe_rxbuf_t *), in afe_allocrxring()1696 for (i = 0; i < AFE_RXRING; i++) { in afe_allocrxring()1775 for (i = 0; i < AFE_RXRING; i++) { in afe_freerxring()1781 AFE_RXRING * sizeof (afe_rxbuf_t *)); in afe_freerxring()2143 for (cnt = 0; cnt < AFE_RXRING / 2; cnt++) { in afe_receive()2234 head = (head + 1) % AFE_RXRING; in afe_receive()
46 #define AFE_RXRING 128 /* number of rcv buffers */ macro