Home
last modified time | relevance | path

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

/titanic_44/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; in afe_alloctxbuf()
1583 afe_destroytxbuf(afe_txbuf_t *txb) in afe_destroytxbuf()
1756 afep->afe_txbufs = kmem_zalloc(AFE_TXRING * sizeof (afe_txbuf_t *), in afe_alloctxring()
1761 afe_txbuf_t *txb = afe_alloctxbuf(afep); in afe_alloctxring()
1803 AFE_TXRING * sizeof (afe_txbuf_t *)); in afe_freetxring()
1957 afe_txbuf_t *txb; in afe_send()
H A Dafeimpl.h62 typedef struct afe_txbuf afe_txbuf_t; typedef