Searched refs:BR_STATE_DISABLED (Results 1 – 22 of 22) sorted by relevance
/Linux-v4.19/net/bridge/ |
D | br_stp_timer.c | 26 if (p->state != BR_STATE_DISABLED && in br_is_designated_for_some_port() 57 if (p->state == BR_STATE_DISABLED) in br_message_age_timer_expired() 70 if (p->state == BR_STATE_DISABLED) in br_message_age_timer_expired()
|
D | br_stp.c | 26 [BR_STATE_DISABLED] = "disabled", 76 if (p->state == BR_STATE_DISABLED || in br_should_become_root_port() 289 if (p->state != BR_STATE_DISABLED && in br_designated_port_selection() 364 if (p->state != BR_STATE_DISABLED && in br_config_bpdu_generation() 399 if (p->state != BR_STATE_DISABLED && in br_make_blocking() 442 if (p->state == BR_STATE_DISABLED) in br_port_state_selection()
|
D | br_stp_if.c | 79 if (p->state != BR_STATE_DISABLED) in br_stp_disable_bridge() 110 br_set_state(p, BR_STATE_DISABLED); in br_stp_disable_port() 285 if (p->state != BR_STATE_DISABLED && in br_stp_set_bridge_priority()
|
D | br_if.c | 83 if (p->state == BR_STATE_DISABLED) { in br_port_carrier_check() 88 if (p->state != BR_STATE_DISABLED) { in br_port_carrier_check() 435 br_set_state(p, BR_STATE_DISABLED); in new_nbp()
|
D | br_mdb.c | 609 if (!p || p->br != br || p->state == BR_STATE_DISABLED) in __br_mdb_add() 646 if (!p || p->br != br || p->state == BR_STATE_DISABLED) in br_mdb_add() 694 if (p->port->state == BR_STATE_DISABLED) in __br_mdb_del() 741 if (!p || p->br != br || p->state == BR_STATE_DISABLED) in br_mdb_del()
|
D | br_stp_bpdu.c | 176 if (p->state == BR_STATE_DISABLED) in br_stp_rcv()
|
D | br_input.c | 86 if (!p || p->state == BR_STATE_DISABLED) in br_handle_frame_finish()
|
D | br_multicast.c | 768 (port && port->state == BR_STATE_DISABLED)) in br_multicast_add_group() 1004 if (port->state == BR_STATE_DISABLED || in br_multicast_port_query_expired() 1445 (port && port->state == BR_STATE_DISABLED)) in br_ip4_multicast_query() 1524 (port && port->state == BR_STATE_DISABLED)) in br_ip6_multicast_query() 1603 (port && port->state == BR_STATE_DISABLED)) in br_multicast_leave_group() 2156 if (port->state == BR_STATE_DISABLED || in br_multicast_start_querier()
|
D | br_netlink.c | 693 (!netif_oper_up(p->dev) && state != BR_STATE_DISABLED)) in br_set_port_state()
|
/Linux-v4.19/net/dsa/ |
D | port.c | 50 (state == BR_STATE_DISABLED || in dsa_port_set_state() 93 dsa_port_set_state_now(dp, BR_STATE_DISABLED); in dsa_port_disable()
|
/Linux-v4.19/include/uapi/linux/ |
D | if_bridge.h | 49 #define BR_STATE_DISABLED 0 macro
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_switchdev.c | 267 bridge_port->stp_state = BR_STATE_DISABLED; in mlxsw_sp_bridge_port_create() 1043 mlxsw_sp_port_vid_stp_set(mlxsw_sp_port, vid, BR_STATE_DISABLED); in mlxsw_sp_port_vlan_bridge_join() 1072 mlxsw_sp_port_vid_stp_set(mlxsw_sp_port, vid, BR_STATE_DISABLED); in mlxsw_sp_port_vlan_bridge_leave()
|
D | spectrum.c | 444 case BR_STATE_DISABLED: /* fall-through */ in mlxsw_sp_stp_spms_state()
|
/Linux-v4.19/drivers/net/dsa/mv88e6xxx/ |
D | port.c | 571 case BR_STATE_DISABLED: in mv88e6xxx_port_set_state()
|
D | chip.c | 2018 err = mv88e6xxx_port_set_state(chip, i, BR_STATE_DISABLED); in mv88e6xxx_disable_ports()
|
/Linux-v4.19/drivers/net/dsa/ |
D | qca8k.c | 715 case BR_STATE_DISABLED: in qca8k_port_stp_state_set()
|
D | lan9303-core.c | 1139 case BR_STATE_DISABLED: in lan9303_port_stp_state_set()
|
D | mt7530.c | 755 case BR_STATE_DISABLED: in mt7530_stp_state_set()
|
/Linux-v4.19/drivers/net/dsa/microchip/ |
D | ksz_common.c | 513 case BR_STATE_DISABLED: in ksz_port_stp_state_set()
|
/Linux-v4.19/drivers/net/ethernet/rocker/ |
D | rocker_ofdpa.c | 2107 case BR_STATE_DISABLED: in ofdpa_port_stp_update() 2178 BR_STATE_DISABLED); in ofdpa_port_fwd_disable()
|
/Linux-v4.19/drivers/net/dsa/b53/ |
D | b53_common.c | 1491 case BR_STATE_DISABLED: in b53_br_set_stp_state()
|
/Linux-v4.19/Documentation/networking/dsa/ |
D | dsa.txt | 483 BR_STATE_DISABLED and propagating changes to the hardware if this port is
|