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

/illumos-gate/usr/src/uts/common/io/afe/
H A Dafe.c137 static afe_rxbuf_t *afe_allocrxbuf(afe_t *);
138 static void afe_destroyrxbuf(afe_rxbuf_t *);
1502 afe_rxbuf_t *rxb = afep->afe_rxbufs[i];
1596 afe_rxbuf_t *
1599 afe_rxbuf_t *rxb;
1632 afe_destroyrxbuf(afe_rxbuf_t *rxb)
1692 afep->afe_rxbufs = kmem_zalloc(AFE_RXRING * sizeof (afe_rxbuf_t *),
1697 afe_rxbuf_t *rxb = afe_allocrxbuf(afep);
1781 AFE_RXRING * sizeof (afe_rxbuf_t *));
2132 afe_rxbuf_t *rx
[all...]
H A Dafeimpl.h61 typedef struct afe_rxbuf afe_rxbuf_t; typedef in typeref:struct:afe_rxbuf

Completed in 62 milliseconds