Home
last modified time | relevance | path

Searched refs:bp_txcount (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/net/
HDbridgestp.c165 if (bp->bp_txcount > bs->bs_txholdcount) in bstp_transmit()
259 bp->bp_txcount++; in bstp_transmit_tcn()
388 bp->bp_txcount++; in bstp_send_bpdu()
1532 bp->bp_txcount = 0; in bstp_set_holdcount()
1558 bp->bp_txcount = 0; in bstp_set_protocol()
1903 if (bp->bp_txcount > 0) in bstp_tick()
1904 bp->bp_txcount--; in bstp_tick()
HDbridgestp.h326 uint8_t bp_txcount; member