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

/freebsd-current/sys/dev/ice/
H A Dice_iflib.h299 struct ice_irq_vector *irqvs; member in struct:ice_softc
H A Dif_ice_iflib.c849 ice_enable_intr(&sc->hw, sc->irqvs[0].me);
883 ice_enable_intr(&sc->hw, sc->irqvs[0].me);
906 /* If the irqvs array is NULL, then there are no vectors to free */
907 if (sc->irqvs == NULL)
912 iflib_irq_free(ctx, &sc->irqvs[i].irq);
922 free(sc->irqvs, M_ICE);
923 sc->irqvs = NULL;
1626 if (!(sc->irqvs =
1635 err = iflib_irq_alloc_generic(ctx, &sc->irqvs[0].irq, 1, IFLIB_INTR_ADMIN,
1643 sc->irqvs[
[all...]

Completed in 197 milliseconds