Searched refs:afe_rxbufs (Results 1 – 2 of 2) sorted by relevance
1502 afe_rxbuf_t *rxb = afep->afe_rxbufs[i]; in afe_resetrings()1692 afep->afe_rxbufs = kmem_zalloc(AFE_RXRING * sizeof (afe_rxbuf_t *), in afe_allocrxring()1700 afep->afe_rxbufs[i] = rxb; in afe_allocrxring()1776 afe_destroyrxbuf(afep->afe_rxbufs[i]); in afe_freerxring()1779 if (afep->afe_rxbufs) { in afe_freerxring()1780 kmem_free(afep->afe_rxbufs, in afe_freerxring()2146 rxb = afep->afe_rxbufs[head]; in afe_receive()
109 struct afe_rxbuf **afe_rxbufs; member