Lines Matching defs:bstp_port
276 struct bstp_port { struct
278 struct ifnet *bp_ifp; /* parent if */
279 struct bstp_state *bp_bs;
280 uint8_t bp_active;
281 uint8_t bp_protover;
282 uint32_t bp_flags;
283 uint32_t bp_path_cost;
284 uint16_t bp_port_msg_age;
285 uint16_t bp_port_max_age;
286 uint16_t bp_port_fdelay;
287 uint16_t bp_port_htime;
288 uint16_t bp_desg_msg_age;
289 uint16_t bp_desg_max_age;
290 uint16_t bp_desg_fdelay;
291 uint16_t bp_desg_htime;
292 struct bstp_timer bp_edge_delay_timer;
293 struct bstp_timer bp_forward_delay_timer;
294 struct bstp_timer bp_hello_timer;
295 struct bstp_timer bp_message_age_timer;
296 struct bstp_timer bp_migrate_delay_timer;
297 struct bstp_timer bp_recent_backup_timer;
298 struct bstp_timer bp_recent_root_timer;
299 struct bstp_timer bp_tc_timer;
300 struct bstp_config_unit bp_msg_cu;
301 struct bstp_pri_vector bp_desg_pv;
302 struct bstp_pri_vector bp_port_pv;
303 uint16_t bp_port_id;
304 uint8_t bp_state;
305 uint8_t bp_tcstate;
306 uint8_t bp_role;
307 uint8_t bp_infois;
308 uint8_t bp_tc_ack;
309 uint8_t bp_tc_prop;
310 uint8_t bp_fdbflush;
311 uint8_t bp_priority;
312 uint8_t bp_ptp_link;
313 uint8_t bp_agree;
314 uint8_t bp_agreed;
315 uint8_t bp_sync;
316 uint8_t bp_synced;
340 struct bstp_port *bs_root_port; argument