Searched refs:dmahndl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_main.c469 dmah_num = sizeof (srp->dmahndl) / sizeof (srp->dmahndl[0]);
472 if (srp->dmahndl[slot].hndl) {
473 (void) ddi_dma_unbind_handle(srp->dmahndl[slot].hndl);
474 ddi_dma_free_handle(&srp->dmahndl[slot].hndl);
475 srp->dmahndl[slot].hndl = NULL;
476 srp->dmahndl[slot].next = NULL;
537 dmah_num = sizeof (srp->dmahndl) / sizeof (srp->dmahndl[0]);
544 NULL, &srp->dmahndl[slo
[all...]
H A Dnge.h571 nge_dmah_node_t dmahndl[NGE_MAX_DMA_HDR]; member in struct:send_ring

Completed in 60 milliseconds