Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.h143 hmebuf_t *hme_tbuf; /* hmebuf associated with TMD */ member
H A Dhme.c2328 tbuf = &hmep->hme_tbuf[txptr]; in hmestart()
2857 hmep->hme_tbuf = kmem_zalloc(HME_TMDMAX * sizeof (hmebuf_t), KM_SLEEP); in hmeallocbufs()
2870 if (hmeallocbuf(hmep, &hmep->hme_tbuf[i], DDI_DMA_WRITE) != in hmeallocbufs()
2893 hmebuf_t *tbuf = &hmep->hme_tbuf[i]; in hmefreebufs()
2917 kmem_free(hmep->hme_tbuf, HME_TMDMAX * sizeof (hmebuf_t)); in hmefreebufs()