Home
last modified time | relevance | path

Searched refs:tbuf_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h84 } tbuf_t; typedef
228 void (*toe_free)(void *, tbuf_t *);
H A Dpe.c277 hmp->ce_pa = ((tbuf_t *)mp)->tb_pa; in pe_start()
280 hmp->ce_len = ((tbuf_t *)mp)->tb_len; in pe_start()
284 (void) ddi_dma_sync((ddi_dma_handle_t)((tbuf_t *)mp)->tb_dh, in pe_start()
H A Dch.c1838 chp->toe_free = (void (*)(void *, tbuf_t *))toe_free; in ch_register()
H A Dsge.c1207 chp->toe_free(chp->ch_toeinst, (tbuf_t *)(ce->ce_mp)); in free_cmdQ_buffers()