Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dadapter.h156 MASTER_PF = (1 << 3), enumerator
H A Dt4_main.c1344 if (sc->flags & MASTER_PF) { in t4_attach()
1967 MPASS((sc->flags & MASTER_PF) == 0); in restart_adapter()
2006 sc->flags &= ~(FW_OK | MASTER_PF); in set_adapter_hwstatus()
2341 if (sc->flags & MASTER_PF) { in restart_lld()
4894 sc->flags |= MASTER_PF; in contact_firmware()
5171 MPASS(sc->flags & MASTER_PF); in partition_resources()
H A Dt4_sge.c726 KASSERT(sc->flags & MASTER_PF, in t4_tweak_chip_settings()