Searched refs:bp_active (Results 1 – 2 of 2) sorted by relevance
463 if (bp->bp_active == 0) { in bstp_input()1756 if (bp->bp_active == 1 && bs->bs_state_cb != NULL) in bstp_notify_state()1784 if (bp->bp_active == 1 && bs->bs_rtage_cb != NULL) in bstp_notify_rtage()1798 if (!bp->bp_active) in bstp_linkstate()1816 if (!bp->bp_active) in bstp_ifupdstatus()2255 KASSERT(bp->bp_active == 0, ("already a bstp member")); in bstp_enable()2269 bp->bp_active = 1; in bstp_enable()2282 KASSERT(bp->bp_active == 1, ("not a bstp member")); in bstp_disable()2287 bp->bp_active = 0; in bstp_disable()2298 KASSERT(bp->bp_active == 0, ("port is still attached")); in bstp_destroy()
280 uint8_t bp_active; member