/linux/net/bridge/ |
H A D | br_stp_timer.c | 22 if (p->state != BR_STATE_DISABLED && in br_is_designated_for_some_port() 54 if (p->state == BR_STATE_DISABLED) in br_message_age_timer_expired() 67 if (p->state == BR_STATE_DISABLED) in br_message_age_timer_expired()
|
H A D | br_stp.c | 22 [BR_STATE_DISABLED] = "disabled", 81 return BR_STATE_DISABLED; in br_port_get_stp_state() 110 if (p->state == BR_STATE_DISABLED || in br_should_become_root_port() 323 if (p->state != BR_STATE_DISABLED && in br_designated_port_selection() 398 if (p->state != BR_STATE_DISABLED && in br_config_bpdu_generation() 433 if (p->state != BR_STATE_DISABLED && in br_make_blocking() 476 if (p->state == BR_STATE_DISABLED) in br_port_state_selection()
|
H A D | br_stp_if.c | 75 if (p->state != BR_STATE_DISABLED) in br_stp_disable_bridge() 106 br_set_state(p, BR_STATE_DISABLED); in br_stp_disable_port() 291 if (p->state != BR_STATE_DISABLED && in br_stp_set_bridge_priority()
|
H A D | br_mst.c | 148 return br_mst_vlan_set_state(vg, pv, BR_STATE_DISABLED); in br_mst_vlan_sync_state() 294 BR_STATE_DISABLED,
|
H A D | br_mrp.c | 455 BR_STATE_FORWARDING : BR_STATE_DISABLED; in br_mrp_del_impl() 467 BR_STATE_FORWARDING : BR_STATE_DISABLED; in br_mrp_del_impl() 479 BR_STATE_FORWARDING : BR_STATE_DISABLED; in br_mrp_del_impl() 785 BR_STATE_FORWARDING : BR_STATE_DISABLED; in br_mrp_set_in_role() 1083 if (p->state == BR_STATE_DISABLED) in br_mrp_rcv()
|
H A D | br_if.c | 88 if (p->state == BR_STATE_DISABLED) { in br_port_carrier_check() 93 if (p->state != BR_STATE_DISABLED) { in br_port_carrier_check() 443 br_set_state(p, BR_STATE_DISABLED); in new_nbp()
|
H A D | br_stp_bpdu.c | 175 if (p->state == BR_STATE_DISABLED) in br_stp_rcv()
|
H A D | br_input.c | 100 if (p->state == BR_STATE_DISABLED) { in br_handle_frame_finish()
|
H A D | br_cfm.c | 385 if (port->state == BR_STATE_DISABLED) in br_cfm_frame_rx()
|
/linux/include/linux/ |
H A D | if_bridge.h | 204 return BR_STATE_DISABLED; in br_port_get_stp_state()
|
/linux/drivers/net/dsa/xrs700x/ |
H A D | xrs700x.c | 263 case BR_STATE_DISABLED: in xrs700x_port_stp_state_set() 390 xrs700x_port_stp_state_set(ds, port, BR_STATE_DISABLED); in xrs700x_port_setup()
|
/linux/include/uapi/linux/ |
H A D | if_bridge.h | 49 #define BR_STATE_DISABLED 0 macro
|
/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_switchdev.c | 36 case BR_STATE_DISABLED: in prueth_switchdev_stp_state_set()
|
/linux/drivers/net/dsa/microchip/ |
H A D | lan937x_main.c | 427 ksz_port_stp_state_set(ds, dp->index, BR_STATE_DISABLED); in lan937x_config_cpu_port()
|
H A D | ksz9477.c | 1350 ksz_port_stp_state_set(ds, i, BR_STATE_DISABLED); in ksz9477_config_cpu_port()
|
/linux/drivers/net/ethernet/ti/ |
H A D | cpsw_switchdev.c | 40 case BR_STATE_DISABLED: in cpsw_port_stp_state_set()
|
H A D | am65-cpsw-switchdev.c | 38 case BR_STATE_DISABLED: in am65_cpsw_port_stp_state_set()
|
/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_switchdev.c | 571 br_port->stp_state = BR_STATE_DISABLED; in prestera_bridge_port_create() 713 case BR_STATE_DISABLED: in prestera_port_vid_stp_set()
|
/linux/drivers/net/dsa/realtek/ |
H A D | rtl8365mb.c | 1176 case BR_STATE_DISABLED: in rtl8365mb_port_stp_state_set() 2007 rtl8365mb_port_stp_state_set(ds, i, BR_STATE_DISABLED); in rtl8365mb_setup()
|
H A D | rtl8366rb.c | 1337 case BR_STATE_DISABLED: in rtl8366rb_port_stp_state_set()
|
/linux/drivers/net/dsa/ |
H A D | rzn1_a5psw.c | 454 case BR_STATE_DISABLED: in a5psw_port_stp_state_set()
|
H A D | lan9303-core.c | 1172 case BR_STATE_DISABLED: in lan9303_port_stp_state_set()
|
/linux/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 2105 case BR_STATE_DISABLED: in ofdpa_port_stp_update() 2176 BR_STATE_DISABLED); in ofdpa_port_fwd_disable()
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch.c | 335 case BR_STATE_DISABLED: in br_stp_state_to_dpsw() 1668 case BR_STATE_DISABLED: in dpaa2_switch_port_attr_stp_state_set()
|
/linux/drivers/net/ethernet/adi/ |
H A D | adin1110.c | 1298 case BR_STATE_DISABLED: in adin1110_port_attr_stp_state_set()
|