HomeSort by: relevance | last modified time | path
    Searched defs:vih (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
if_ena.c 2037 void *vih; local in function:ena_request_io_irq
2060 vih = pci_intr_establish_xname(adapter->sc_pa.pa_pc,
2064 if (vih == NULL) {
2074 int error = interrupt_distribute(vih, affinity, NULL);
2084 adapter->sc_ihs[irq_slot] = vih;
if_wm.c 6232 void *vih; local in function:wm_setup_msix
6279 vih = pci_intr_establish_xname(pc, sc->sc_intrs[intr_idx],
6281 if (vih == NULL) {
6292 error = interrupt_distribute(vih, affinity, NULL);
6301 sc->sc_ihs[intr_idx] = vih;
6315 vih = pci_intr_establish_xname(pc, sc->sc_intrs[intr_idx],
6317 if (vih == NULL) {
6328 sc->sc_ihs[intr_idx] = vih;
if_aq.c 2115 void *vih; local in function:aq_establish_intr
2123 vih = pci_intr_establish_xname(pc, sc->sc_intrs[intno],
2125 if (vih == NULL) {
2132 sc->sc_ihs[intno] = vih;
2138 interrupt_distribute(vih, affinity, NULL);

Completed in 33 milliseconds