afe_rxbuf_t
static afe_rxbuf_t *afe_allocrxbuf(afe_t *);
static void afe_destroyrxbuf(afe_rxbuf_t *);
afe_rxbuf_t *rxb = afep->afe_rxbufs[i];
afe_rxbuf_t *
afe_rxbuf_t *rxb;
afe_destroyrxbuf(afe_rxbuf_t *rxb)
afep->afe_rxbufs = kmem_zalloc(AFE_RXRING * sizeof (afe_rxbuf_t *),
afe_rxbuf_t *rxb = afe_allocrxbuf(afep);
AFE_RXRING * sizeof (afe_rxbuf_t *));
afe_rxbuf_t *rxb;