Searched refs:bp_active (Results 1 – 2 of 2) sorted by relevance
461 if (bp->bp_active == 0) { in bstp_input()1735 if (bp->bp_active == 1 && bs->bs_state_cb != NULL) in bstp_notify_state()1763 if (bp->bp_active == 1 && bs->bs_rtage_cb != NULL) in bstp_notify_rtage()1777 if (!bp->bp_active) in bstp_linkstate()1795 if (!bp->bp_active) in bstp_ifupdstatus()2231 KASSERT(bp->bp_active == 0, ("already a bstp member")); in bstp_enable()2243 bp->bp_active = 1; in bstp_enable()2256 KASSERT(bp->bp_active == 1, ("not a bstp member")); in bstp_disable()2261 bp->bp_active = 0; in bstp_disable()2272 KASSERT(bp->bp_active == 0, ("port is still attached")); in bstp_destroy()
282 uint8_t bp_active; member