Symbol: vmci_softc
sys/dev/vmware/vmci/vmci.c
1010
vmci_dismantle_interrupts(struct vmci_softc *sc)
sys/dev/vmware/vmci/vmci.c
151
struct vmci_softc *sc;
sys/dev/vmware/vmci/vmci.c
230
struct vmci_softc *sc;
sys/dev/vmware/vmci/vmci.c
303
vmci_map_bars(struct vmci_softc *sc)
sys/dev/vmware/vmci/vmci.c
33
static int vmci_map_bars(struct vmci_softc *);
sys/dev/vmware/vmci/vmci.c
34
static void vmci_unmap_bars(struct vmci_softc *);
sys/dev/vmware/vmci/vmci.c
352
vmci_unmap_bars(struct vmci_softc *sc)
sys/dev/vmware/vmci/vmci.c
36
static int vmci_config_capabilities(struct vmci_softc *);
sys/dev/vmware/vmci/vmci.c
38
static int vmci_dma_malloc_int(struct vmci_softc *, bus_size_t,
sys/dev/vmware/vmci/vmci.c
388
vmci_config_capabilities(struct vmci_softc *sc)
sys/dev/vmware/vmci/vmci.c
40
static void vmci_dma_free_int(struct vmci_softc *,
sys/dev/vmware/vmci/vmci.c
43
static int vmci_config_interrupts(struct vmci_softc *);
sys/dev/vmware/vmci/vmci.c
44
static int vmci_config_interrupt(struct vmci_softc *);
sys/dev/vmware/vmci/vmci.c
45
static int vmci_check_intr_cnt(struct vmci_softc *);
sys/dev/vmware/vmci/vmci.c
46
static int vmci_allocate_interrupt_resources(struct vmci_softc *);
sys/dev/vmware/vmci/vmci.c
47
static int vmci_setup_interrupts(struct vmci_softc *);
sys/dev/vmware/vmci/vmci.c
48
static void vmci_dismantle_interrupts(struct vmci_softc *);
sys/dev/vmware/vmci/vmci.c
489
vmci_dma_malloc_int(struct vmci_softc *sc, bus_size_t size, bus_size_t align,
sys/dev/vmware/vmci/vmci.c
581
vmci_dma_free_int(struct vmci_softc *sc, struct vmci_dma_alloc *dma)
sys/dev/vmware/vmci/vmci.c
646
vmci_config_interrupts(struct vmci_softc *sc)
sys/dev/vmware/vmci/vmci.c
67
"vmci", vmci_methods, sizeof(struct vmci_softc)
sys/dev/vmware/vmci/vmci.c
704
vmci_config_interrupt(struct vmci_softc *sc)
sys/dev/vmware/vmci/vmci.c
743
vmci_check_intr_cnt(struct vmci_softc *sc)
sys/dev/vmware/vmci/vmci.c
795
vmci_allocate_interrupt_resources(struct vmci_softc *sc)
sys/dev/vmware/vmci/vmci.c
833
vmci_setup_interrupts(struct vmci_softc *sc)
sys/dev/vmware/vmci/vmci.c
85
static struct vmci_softc *vmci_sc;