Searched refs:bp_active (Results 1 – 2 of 2) sorted by relevance
462 if (bp->bp_active == 0) { in bstp_input()1755 if (bp->bp_active == 1 && bs->bs_state_cb != NULL) in bstp_notify_state()1783 if (bp->bp_active == 1 && bs->bs_rtage_cb != NULL) in bstp_notify_rtage()1797 if (!bp->bp_active) in bstp_linkstate()1815 if (!bp->bp_active) in bstp_ifupdstatus()2253 KASSERT(bp->bp_active == 0, ("already a bstp member")); in bstp_enable()2267 bp->bp_active = 1; in bstp_enable()2280 KASSERT(bp->bp_active == 1, ("not a bstp member")); in bstp_disable()2285 bp->bp_active = 0; in bstp_disable()2296 KASSERT(bp->bp_active == 0, ("port is still attached")); in bstp_destroy()
280 uint8_t bp_active; member