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

/illumos-gate/usr/src/uts/common/io/afe/
H A Dafe.c135 static afe_txbuf_t *afe_alloctxbuf(afe_t *);
136 static void afe_destroytxbuf(afe_txbuf_t *);
1552 afe_txbuf_t *
1557 afe_txbuf_t *txb;
1583 afe_destroytxbuf(afe_txbuf_t *txb)
1756 afep->afe_txbufs = kmem_zalloc(AFE_TXRING * sizeof (afe_txbuf_t *),
1761 afe_txbuf_t *txb = afe_alloctxbuf(afep);
1803 AFE_TXRING * sizeof (afe_txbuf_t *));
1957 afe_txbuf_t *txb;
H A Dafeimpl.h62 typedef struct afe_txbuf afe_txbuf_t; typedef in typeref:struct:afe_txbuf

Completed in 65 milliseconds