Lines Matching defs:dh
89 ulong_t *dh);
307 ddi_dma_handle_t dh = (ddi_dma_handle_t)sge->cmdQ[qid].cq_dh;
445 (void) ddi_dma_sync(dh, (off_t)(offset),
475 (void) ddi_dma_sync(dh, (off_t)(offset), j*sizeof (*e),
603 ddi_dma_handle_t dh = (ddi_dma_handle_t)Q->rq_dh;
611 if ((q == NULL) || (dh == NULL)) {
619 (void) ddi_dma_sync(dh, (off_t)((caddr_t)e - (caddr_t)q),
685 (void) ddi_dma_sync(dh, (off_t)((caddr_t)e - (caddr_t)q),
754 os_freelist_buffer_alloc(ch_t *sa, int sz, mblk_t **mb, ulong_t *dh)
777 *dh = rbp->cs_dh;
796 *dh = rbp->cs_dh;
809 ddi_dma_handle_t dh = (ddi_dma_handle_t)ce->fe_dh;
866 (void) ddi_dma_sync(dh, (off_t)(rxoff), len,
906 (void) ddi_dma_sync(dh, (off_t)(rxoff), len,
1072 ulong_t dh;
1082 &skb, &dh);
1090 ce->fe_dh = dh;