Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.h66 } hmebuf_t; typedef
143 hmebuf_t *hme_tbuf; /* hmebuf associated with TMD */
144 hmebuf_t *hme_rbuf; /* hmebuf associated with RMD */
H A Dhme.c196 static int hmeallocbuf(struct hme *, hmebuf_t *, int);
205 static mblk_t *hmeread(struct hme *, hmebuf_t *, uint32_t);
2291 hmebuf_t *tbuf; in hmestart()
2815 hmeallocbuf(struct hme *hmep, hmebuf_t *buf, int dir) in hmeallocbuf()
2857 hmep->hme_tbuf = kmem_zalloc(HME_TMDMAX * sizeof (hmebuf_t), KM_SLEEP); in hmeallocbufs()
2893 hmebuf_t *tbuf = &hmep->hme_tbuf[i]; in hmefreebufs()
2905 hmebuf_t *rbuf = &hmep->hme_rbuf[i]; in hmefreebufs()
2916 kmem_free(hmep->hme_rbuf, HME_RMDMAX * sizeof (hmebuf_t)); in hmefreebufs()
2917 kmem_free(hmep->hme_tbuf, HME_TMDMAX * sizeof (hmebuf_t)); in hmefreebufs()
3144 hmebuf_t *rbuf; in hmeintr()
[all …]