Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/afe/
H A Dafe.c1756 afep->afe_txbufs = kmem_zalloc(AFE_TXRING * sizeof (afe_txbuf_t *), in afe_alloctxring()
1764 afep->afe_txbufs[i] = txb; in afe_alloctxring()
1798 afe_destroytxbuf(afep->afe_txbufs[i]); in afe_freetxring()
1801 if (afep->afe_txbufs) { in afe_freetxring()
1802 kmem_free(afep->afe_txbufs, in afe_freetxring()
1990 txb = afep->afe_txbufs[txsend]; in afe_send()
H A Dafeimpl.h121 struct afe_txbuf **afe_txbufs; member