Home
last modified time | relevance | path

Searched refs:MASTER_PF (Results 1 – 3 of 3) sorted by relevance

/src/sys/dev/cxgbe/
H A Dadapter.h159 MASTER_PF = (1 << 3), enumerator
H A Dt4_main.c1464 if (sc->flags & MASTER_PF) { in t4_attach()
2081 MPASS((sc->flags & MASTER_PF) == 0); in restart_adapter()
2120 sc->flags &= ~(FW_OK | MASTER_PF); in set_adapter_hwstatus()
2460 if (sc->flags & MASTER_PF) { in restart_lld()
5196 sc->flags |= MASTER_PF; in contact_firmware()
5478 MPASS(sc->flags & MASTER_PF); in partition_resources()
H A Dt4_sge.c758 KASSERT(sc->flags & MASTER_PF, in t4_tweak_chip_settings()