Searched defs:hxge_map_regs (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_main.c | 97 static hxge_status_t hxge_map_regs(p_hxge_t hxgep); 482 status = hxge_map_regs(hxgep); 484 HXGE_ERROR_MSG((hxgep, HXGE_ERR_CTL, "hxge_map_regs failed")); 744 hxge_map_regs(p_hxge_t hxgep) function 757 HXGE_DEBUG_MSG((hxgep, DDI_CTL, "==> hxge_map_regs")); 762 HXGE_DEBUG_MSG((hxgep, DDI_CTL, "hxge_map_regs: nregs: %d", nregs)); 772 "hxge_map_regs: pci config size 0x%x", regsize)); 790 "hxge_map_regs: pio size 0x%x", regsize)); 806 "hxge_map_regs: msix size 0x%x", regsize)); 858 HXGE_DEBUG_MSG((hxgep, DDI_CTL, "<== hxge_map_regs")); [all...] |
Completed in 473 milliseconds