Home
last modified time | relevance | path

Searched refs:BR_STATE_DISABLED (Results 1 – 25 of 36) sorted by relevance

12

/linux/net/bridge/
A Dbr_stp_timer.c22 if (p->state != BR_STATE_DISABLED && in br_is_designated_for_some_port()
53 if (p->state == BR_STATE_DISABLED) in br_message_age_timer_expired()
66 if (p->state == BR_STATE_DISABLED) in br_message_age_timer_expired()
A Dbr_stp.c22 [BR_STATE_DISABLED] = "disabled",
75 return BR_STATE_DISABLED; in br_port_get_stp_state()
104 if (p->state == BR_STATE_DISABLED || in br_should_become_root_port()
317 if (p->state != BR_STATE_DISABLED && in br_designated_port_selection()
392 if (p->state != BR_STATE_DISABLED && in br_config_bpdu_generation()
427 if (p->state != BR_STATE_DISABLED && in br_make_blocking()
470 if (p->state == BR_STATE_DISABLED) in br_port_state_selection()
A Dbr_stp_if.c75 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()
A Dbr_mrp.c455 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()
A Dbr_if.c79 if (p->state == BR_STATE_DISABLED) { in br_port_carrier_check()
84 if (p->state != BR_STATE_DISABLED) { in br_port_carrier_check()
433 br_set_state(p, BR_STATE_DISABLED); in new_nbp()
A Dbr_stp_bpdu.c175 if (p->state == BR_STATE_DISABLED) in br_stp_rcv()
A Dbr_mdb.c1026 if (p->state == BR_STATE_DISABLED) { in br_mdb_add()
1087 if (p->key.port->state == BR_STATE_DISABLED) in __br_mdb_del()
1125 if (!p || p->br != br || p->state == BR_STATE_DISABLED) in br_mdb_del()
A Dbr_input.c81 if (!p || p->state == BR_STATE_DISABLED) in br_handle_frame_finish()
A Dbr_cfm.c385 if (port->state == BR_STATE_DISABLED) in br_cfm_frame_rx()
A Dbr_private.h1178 return pmctx->port->state == BR_STATE_DISABLED || in br_multicast_port_ctx_state_disabled()
1181 pmctx->vlan->state == BR_STATE_DISABLED)); in br_multicast_port_ctx_state_disabled()
/linux/include/linux/
A Dif_bridge.h184 return BR_STATE_DISABLED; in br_port_get_stp_state()
/linux/drivers/net/dsa/xrs700x/
A Dxrs700x.c263 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/
A Dif_bridge.h49 #define BR_STATE_DISABLED 0 macro
/linux/drivers/net/ethernet/marvell/prestera/
A Dprestera_switchdev.c401 br_port->stp_state = BR_STATE_DISABLED; in prestera_bridge_port_create()
547 case BR_STATE_DISABLED: in prestera_port_vid_stp_set()
/linux/drivers/net/ethernet/ti/
A Dcpsw_switchdev.c40 case BR_STATE_DISABLED: in cpsw_port_stp_state_set()
A Dam65-cpsw-switchdev.c38 case BR_STATE_DISABLED: in am65_cpsw_port_stp_state_set()
/linux/net/dsa/
A Dport.c100 (state == BR_STATE_DISABLED || in dsa_port_set_state()
162 dsa_port_set_state_now(dp, BR_STATE_DISABLED, false); in dsa_port_disable_rt()
/linux/drivers/net/dsa/microchip/
A Dksz9477.c407 case BR_STATE_DISABLED: in ksz9477_port_stp_state_set()
1282 ksz9477_port_stp_state_set(ds, i, BR_STATE_DISABLED); in ksz9477_config_cpu_port()
A Dksz8795.c1017 case BR_STATE_DISABLED: in ksz8_port_stp_state_set()
1367 ksz8_port_stp_state_set(ds, i, BR_STATE_DISABLED); in ksz8_config_cpu_port()
/linux/drivers/net/dsa/
A Drtl8365mb.c1048 case BR_STATE_DISABLED: in rtl8365mb_port_stp_state_set()
1844 rtl8365mb_port_stp_state_set(smi->ds, i, BR_STATE_DISABLED); in rtl8365mb_setup()
A Dlan9303-core.c1141 case BR_STATE_DISABLED: in lan9303_port_stp_state_set()
A Drtl8366rb.c1332 case BR_STATE_DISABLED: in rtl8366rb_port_stp_state_set()
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_switchdev.c357 bridge_port->stp_state = BR_STATE_DISABLED; in mlxsw_sp_bridge_port_create()
1100 mlxsw_sp_port_vid_stp_set(mlxsw_sp_port, vid, BR_STATE_DISABLED); in mlxsw_sp_port_vlan_bridge_join()
1129 mlxsw_sp_port_vid_stp_set(mlxsw_sp_port, vid, BR_STATE_DISABLED); in mlxsw_sp_port_vlan_bridge_leave()
/linux/drivers/net/dsa/mv88e6xxx/
A Dport.c811 case BR_STATE_DISABLED: in mv88e6xxx_port_set_state()
/linux/drivers/net/ethernet/rocker/
A Drocker_ofdpa.c2104 case BR_STATE_DISABLED: in ofdpa_port_stp_update()
2175 BR_STATE_DISABLED); in ofdpa_port_fwd_disable()

Completed in 70 milliseconds

12