Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A Dif_em.h291 (sc->intr_type == IFLIB_INTR_MSIX)) ? 1 : 4)
296 sc->intr_type == IFLIB_INTR_MSIX) ? 1 : 16)
H A Dif_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/sys/dev/ixl/
H A Dixl_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()
H A Dif_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/sys/net/
H A Diflib.h150 IFLIB_INTR_MSIX enumerator
H A Diflib.c5375 } else if (scctx->isc_intr != IFLIB_INTR_MSIX) { in iflib_device_register()
5559 if (ctx->ifc_softc_ctx.isc_intr != IFLIB_INTR_MSIX) { in iflib_free_intr_mem()
6724 scctx->isc_intr = IFLIB_INTR_MSIX; in iflib_msix_init()
/freebsd/sys/dev/igc/
H A Dif_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/sys/dev/ixgbe/
H A Dif_ix.c3473 if (sc->intr_type == IFLIB_INTR_MSIX) { in ixgbe_config_gpie()
4003 if (sc->intr_type == IFLIB_INTR_MSIX) { in ixgbe_if_enable_intr()
4033 if (sc->intr_type == IFLIB_INTR_MSIX) in ixgbe_if_disable_intr()
4193 if (sc->intr_type == IFLIB_INTR_MSIX) in ixgbe_free_pci_resources()
H A Dif_ixv.c1149 if (sc->intr_type == IFLIB_INTR_MSIX) in ixv_free_pci_resources()
/freebsd/sys/dev/ice/
H A Dif_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()