Searched defs:hmeallocbuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c196 static int hmeallocbuf(struct hme *, hmebuf_t *, int);
2815 hmeallocbuf(struct hme *hmep, hmebuf_t *buf, int dir) function
2862 if (hmeallocbuf(hmep, &hmep->hme_rbuf[i], DDI_DMA_READ) !=
2870 if (hmeallocbuf(hmep, &hmep->hme_tbuf[i], DDI_DMA_WRITE) !=

Completed in 51 milliseconds