Searched refs:afe_rxbufs (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/afe/
H A Dafeimpl.h109 struct afe_rxbuf **afe_rxbufs; member in struct:afe
H A Dafe.c1502 afe_rxbuf_t *rxb = afep->afe_rxbufs[i];
1692 afep->afe_rxbufs = kmem_zalloc(AFE_RXRING * sizeof (afe_rxbuf_t *),
1700 afep->afe_rxbufs[i] = rxb;
1776 afe_destroyrxbuf(afep->afe_rxbufs[i]);
1779 if (afep->afe_rxbufs) {
1780 kmem_free(afep->afe_rxbufs,
2146 rxb = afep->afe_rxbufs[head];

Completed in 63 milliseconds