Searched refs:hmebuf_t (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/io/hme/ |
H A D | hme.h | 66 } hmebuf_t; typedef 143 hmebuf_t *hme_tbuf; /* hmebuf associated with TMD */ 144 hmebuf_t *hme_rbuf; /* hmebuf associated with RMD */
|
H A D | hme.c | 196 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() 2858 hmep->hme_rbuf = kmem_zalloc(HME_RMDMAX * 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() [all …]
|