Home
last modified time | relevance | path

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

12

/Linux-v6.1/net/bridge/
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()
Dbr_stp.c22 [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()
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()
Dbr_mst.c145 return br_mst_vlan_set_state(pv->port, pv, BR_STATE_DISABLED); in br_mst_vlan_sync_state()
291 BR_STATE_DISABLED,
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()
Dbr_if.c88 if (p->state == BR_STATE_DISABLED) { in br_port_carrier_check()
93 if (p->state != BR_STATE_DISABLED) { in br_port_carrier_check()
442 br_set_state(p, BR_STATE_DISABLED); in new_nbp()
Dbr_stp_bpdu.c175 if (p->state == BR_STATE_DISABLED) in br_stp_rcv()
Dbr_input.c96 if (p->state == BR_STATE_DISABLED) in br_handle_frame_finish()
Dbr_cfm.c385 if (port->state == BR_STATE_DISABLED) in br_cfm_frame_rx()
Dbr_private.h1200 return pmctx->port->state == BR_STATE_DISABLED || in br_multicast_port_ctx_state_disabled()
1203 pmctx->vlan->state == BR_STATE_DISABLED)); in br_multicast_port_ctx_state_disabled()
Dbr_mdb.c1028 if (p->state == BR_STATE_DISABLED && entry->state != MDB_PERMANENT) { in br_mdb_add()
/Linux-v6.1/include/linux/
Dif_bridge.h204 return BR_STATE_DISABLED; in br_port_get_stp_state()
/Linux-v6.1/drivers/net/dsa/microchip/
Dlan937x_main.c219 ksz_port_stp_state_set(ds, dp->index, BR_STATE_DISABLED); in lan937x_config_cpu_port()
Dksz9477.c1103 ksz_port_stp_state_set(ds, i, BR_STATE_DISABLED); in ksz9477_config_cpu_port()
/Linux-v6.1/drivers/net/dsa/xrs700x/
Dxrs700x.c265 case BR_STATE_DISABLED: in xrs700x_port_stp_state_set()
392 xrs700x_port_stp_state_set(ds, port, BR_STATE_DISABLED); in xrs700x_port_setup()
/Linux-v6.1/include/uapi/linux/
Dif_bridge.h49 #define BR_STATE_DISABLED 0 macro
/Linux-v6.1/net/dsa/
Dport.c151 (state == BR_STATE_DISABLED || in dsa_port_set_state()
198 (state->state == BR_STATE_DISABLED || in dsa_port_set_mst_state()
252 dsa_port_set_state_now(dp, BR_STATE_DISABLED, false); in dsa_port_disable_rt()
/Linux-v6.1/drivers/net/ethernet/ti/
Dam65-cpsw-switchdev.c38 case BR_STATE_DISABLED: in am65_cpsw_port_stp_state_set()
Dcpsw_switchdev.c40 case BR_STATE_DISABLED: in cpsw_port_stp_state_set()
/Linux-v6.1/drivers/net/dsa/realtek/
Drtl8365mb.c1146 case BR_STATE_DISABLED: in rtl8365mb_port_stp_state_set()
1976 rtl8365mb_port_stp_state_set(priv->ds, i, BR_STATE_DISABLED); in rtl8365mb_setup()
/Linux-v6.1/drivers/net/ethernet/marvell/prestera/
Dprestera_switchdev.c571 br_port->stp_state = BR_STATE_DISABLED; in prestera_bridge_port_create()
713 case BR_STATE_DISABLED: in prestera_port_vid_stp_set()
/Linux-v6.1/drivers/net/dsa/
Drzn1_a5psw.c352 case BR_STATE_DISABLED: in a5psw_port_stp_state_set()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c408 bridge_port->stp_state = BR_STATE_DISABLED; in mlxsw_sp_bridge_port_create()
1359 mlxsw_sp_port_vid_stp_set(mlxsw_sp_port, vid, BR_STATE_DISABLED); in mlxsw_sp_port_vlan_bridge_join()
1387 mlxsw_sp_port_vid_stp_set(mlxsw_sp_port, vid, BR_STATE_DISABLED); in mlxsw_sp_port_vlan_bridge_leave()
/Linux-v6.1/drivers/net/dsa/qca/
Dqca8k-common.c605 case BR_STATE_DISABLED: in qca8k_port_stp_state_set()
/Linux-v6.1/drivers/net/dsa/mv88e6xxx/
Dport.c799 case BR_STATE_DISABLED: in mv88e6xxx_port_set_state()

12