Home
last modified time | relevance | path

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

/titanic_50/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]; in afe_resetrings()
1596 afe_rxbuf_t *
1599 afe_rxbuf_t *rxb; in afe_allocrxbuf()
1632 afe_destroyrxbuf(afe_rxbuf_t *rxb) in afe_destroyrxbuf()
1692 afep->afe_rxbufs = kmem_zalloc(AFE_RXRING * sizeof (afe_rxbuf_t *), in afe_allocrxring()
1697 afe_rxbuf_t *rxb = afe_allocrxbuf(afep); in afe_allocrxring()
1781 AFE_RXRING * sizeof (afe_rxbuf_t *)); in afe_freerxring()
2132 afe_rxbuf_t *rxb; in afe_receive()
H A Dafeimpl.h61 typedef struct afe_rxbuf afe_rxbuf_t; typedef