Home
last modified time | relevance | path

Searched refs:IFLIB_INTR_MSIX (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/sys/dev/e1000/
HDif_em.h291 (sc->intr_type == IFLIB_INTR_MSIX)) ? 1 : 4)
296 sc->intr_type == IFLIB_INTR_MSIX) ? 1 : 16)
HDif_em.c1608 } else if (sc->intr_type == IFLIB_INTR_MSIX) { in em_if_init()
2726 if (sc->intr_type == IFLIB_INTR_MSIX) in em_free_pci_resources()
4177 if (sc->intr_type == IFLIB_INTR_MSIX) { in em_if_intr_enable()
4192 if (sc->intr_type == IFLIB_INTR_MSIX) in em_if_intr_disable()
4205 if (__predict_true(sc->intr_type == IFLIB_INTR_MSIX)) { in igb_if_intr_enable()
4222 if (__predict_true(sc->intr_type == IFLIB_INTR_MSIX)) { in igb_if_intr_disable()
/freebsd-14-stable/sys/dev/ixl/
HDixl_pf_iflib.c909 if (vsi->shared->isc_intr == IFLIB_INTR_MSIX) { in ixl_enable_intr()
970 if (vsi->shared->isc_intr == IFLIB_INTR_MSIX) { in ixl_rebuild_hw_structs_after_reset()
1046 if (vsi->shared->isc_intr == IFLIB_INTR_MSIX) { in ixl_rebuild_hw_structs_after_reset()
HDif_ixl.c487 if (vsi->shared->isc_intr == IFLIB_INTR_MSIX) { in ixl_attach_pre_recovery_mode()
717 if (vsi->shared->isc_intr == IFLIB_INTR_MSIX) { in ixl_if_attach_post()
778 if (vsi->shared->isc_intr == IFLIB_INTR_MSIX) { in ixl_if_attach_post()
1010 if (vsi->shared->isc_intr == IFLIB_INTR_MSIX) { in ixl_if_init()
1176 if (vsi->shared->isc_intr == IFLIB_INTR_MSIX) { in ixl_if_disable_intr()
/freebsd-14-stable/sys/net/
HDiflib.h150 IFLIB_INTR_MSIX enumerator
HDiflib.c5391 } else if (scctx->isc_intr != IFLIB_INTR_MSIX) { in iflib_device_register()
5574 if (ctx->ifc_softc_ctx.isc_intr != IFLIB_INTR_MSIX) { in iflib_free_intr_mem()
6727 scctx->isc_intr = IFLIB_INTR_MSIX; in iflib_msix_init()
/freebsd-14-stable/sys/dev/igc/
HDif_igc.c882 if (sc->intr_type == IFLIB_INTR_MSIX) /* Set up queue routing */ in igc_if_init()
1663 if (sc->intr_type == IFLIB_INTR_MSIX) in igc_free_pci_resources()
2351 if (__predict_true(sc->intr_type == IFLIB_INTR_MSIX)) { in igc_if_intr_enable()
2368 if (__predict_true(sc->intr_type == IFLIB_INTR_MSIX)) { in igc_if_intr_disable()
/freebsd-14-stable/sys/dev/ixgbe/
HDif_ix.c3476 if (sc->intr_type == IFLIB_INTR_MSIX) { in ixgbe_config_gpie()
4006 if (sc->intr_type == IFLIB_INTR_MSIX) { in ixgbe_if_enable_intr()
4036 if (sc->intr_type == IFLIB_INTR_MSIX) in ixgbe_if_disable_intr()
4196 if (sc->intr_type == IFLIB_INTR_MSIX) in ixgbe_free_pci_resources()
HDif_ixv.c1149 if (sc->intr_type == IFLIB_INTR_MSIX) in ixv_free_pci_resources()
/freebsd-14-stable/sys/dev/ice/
HDif_ice_iflib.c768 if (sc->scctx->isc_intr != IFLIB_INTR_MSIX) { in ice_if_attach_post()
1528 scctx->isc_intr = IFLIB_INTR_MSIX; in ice_allocate_msix()