Searched refs:BR_STATE_DISABLED (Results 1 - 25 of 40) sorted by relevance

12

/linux-master/net/bridge/
H A Dbr_stp_timer.c22 if (p->state != BR_STATE_DISABLED &&
53 if (p->state == BR_STATE_DISABLED)
66 if (p->state == BR_STATE_DISABLED)
H A Dbr_stp.c22 [BR_STATE_DISABLED] = "disabled",
81 return BR_STATE_DISABLED;
110 if (p->state == BR_STATE_DISABLED ||
323 if (p->state != BR_STATE_DISABLED &&
398 if (p->state != BR_STATE_DISABLED &&
433 if (p->state != BR_STATE_DISABLED &&
476 if (p->state == BR_STATE_DISABLED)
H A Dbr_stp_if.c75 if (p->state != BR_STATE_DISABLED)
106 br_set_state(p, BR_STATE_DISABLED);
291 if (p->state != BR_STATE_DISABLED &&
H A Dbr_mst.c145 return br_mst_vlan_set_state(pv->port, pv, BR_STATE_DISABLED);
291 BR_STATE_DISABLED,
H A Dbr_mrp.c455 BR_STATE_FORWARDING : BR_STATE_DISABLED;
467 BR_STATE_FORWARDING : BR_STATE_DISABLED;
479 BR_STATE_FORWARDING : BR_STATE_DISABLED;
785 BR_STATE_FORWARDING : BR_STATE_DISABLED;
1083 if (p->state == BR_STATE_DISABLED)
H A Dbr_if.c88 if (p->state == BR_STATE_DISABLED) {
93 if (p->state != BR_STATE_DISABLED) {
443 br_set_state(p, BR_STATE_DISABLED);
H A Dbr_stp_bpdu.c175 if (p->state == BR_STATE_DISABLED)
H A Dbr_input.c99 if (p->state == BR_STATE_DISABLED)
H A Dbr_cfm.c385 if (port->state == BR_STATE_DISABLED)
H A Dbr_private.h1277 return pmctx->port->state == BR_STATE_DISABLED ||
1280 pmctx->vlan->state == BR_STATE_DISABLED));
/linux-master/include/linux/
H A Dif_bridge.h206 return BR_STATE_DISABLED;
/linux-master/drivers/net/dsa/microchip/
H A Dlan937x_main.c223 ksz_port_stp_state_set(ds, dp->index, BR_STATE_DISABLED);
H A Dksz9477.c1254 ksz_port_stp_state_set(ds, i, BR_STATE_DISABLED);
/linux-master/include/uapi/linux/
H A Dif_bridge.h49 #define BR_STATE_DISABLED 0 macro
/linux-master/drivers/net/dsa/xrs700x/
H A Dxrs700x.c265 case BR_STATE_DISABLED:
392 xrs700x_port_stp_state_set(ds, port, BR_STATE_DISABLED);
/linux-master/net/dsa/
H A Dport.c157 (state == BR_STATE_DISABLED ||
204 (state->state == BR_STATE_DISABLED ||
258 dsa_port_set_state_now(dp, BR_STATE_DISABLED, false);
412 /* Port left the bridge, put in BR_STATE_DISABLED by the bridge layer,
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpsw-switchdev.c38 case BR_STATE_DISABLED:
H A Dcpsw_switchdev.c40 case BR_STATE_DISABLED:
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_switchdev.c571 br_port->stp_state = BR_STATE_DISABLED;
713 case BR_STATE_DISABLED:
/linux-master/drivers/net/dsa/realtek/
H A Drtl8365mb.c1170 case BR_STATE_DISABLED:
2001 rtl8365mb_port_stp_state_set(ds, i, BR_STATE_DISABLED);
/linux-master/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c2105 case BR_STATE_DISABLED:
2176 BR_STATE_DISABLED);
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dport.c793 case BR_STATE_DISABLED:
/linux-master/drivers/net/dsa/
H A Drzn1_a5psw.c443 case BR_STATE_DISABLED:
H A Dlan9303-core.c1144 case BR_STATE_DISABLED:
/linux-master/drivers/net/dsa/qca/
H A Dqca8k-common.c590 case BR_STATE_DISABLED:

Completed in 522 milliseconds

12