afe_txbuf_t
static afe_txbuf_t *afe_alloctxbuf(afe_t *);
static void afe_destroytxbuf(afe_txbuf_t *);
afe_txbuf_t *
afe_txbuf_t *txb;
afe_destroytxbuf(afe_txbuf_t *txb)
afep->afe_txbufs = kmem_zalloc(AFE_TXRING * sizeof (afe_txbuf_t *),
afe_txbuf_t *txb = afe_alloctxbuf(afep);
AFE_TXRING * sizeof (afe_txbuf_t *));
afe_txbuf_t *txb;