Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/niumx/
H A Dniumx.c381 NIUMX_NAMEINST(dip), NIUMX_NAMEINST(rdip), rn); in niumx_map()
469 NIUMX_NAMEINST(rdip)); in niumx_ctlops()
652 DBG(NIUMX_DBG_DMA_ALLOCH, dip, "rdip=%s%d\n", NIUMX_NAMEINST(rdip)); in niumx_dma_allochdl()
736 NIUMX_NAMEINST(rdip), mp, dmareq); in niumx_dma_bindhdl()
755 NIUMX_NAMEINST(mp->dmai_rdip), dobj_p->dmao_type); in niumx_dma_bindhdl()
761 NIUMX_NAMEINST(dip), (void *)dobj_p); in niumx_dma_bindhdl()
935 NIUMX_NAMEINST(rdip), valid, valid ? "enabling" : "disabling", in niumx_set_intr()
1086 "handler=%p arg1=%p arg2=%p, new ih_p = %p\n", NIUMX_NAMEINST(rdip), in niumx_add_intr()
H A Dniumx_var.h139 #define NIUMX_NAMEINST(dip) ddi_driver_name(dip), ddi_get_instance(dip) macro