Searched refs:port_set_stp_state (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 2778 static void port_set_stp_state(struct ksz_hw *hw, int port, int state) in port_set_stp_state() function 4256 port_set_stp_state(hw, port, STP_STATE_DISABLED); in sw_enable() 4259 port_set_stp_state(hw, port, STP_STATE_FORWARDING); in sw_enable() 4263 port_set_stp_state(hw, SWITCH_PORT_NUM, STP_STATE_SIMPLE); in sw_enable() 4265 port_set_stp_state(hw, SWITCH_PORT_NUM, STP_STATE_FORWARDING); in sw_enable() 4951 port_set_stp_state(hw, port, in netdev_tx_timeout() 4956 port_set_stp_state(hw, port, in netdev_tx_timeout() 5334 port_set_stp_state(hw, SWITCH_PORT_NUM, STP_STATE_SIMPLE); in bridge_change() 5370 port_set_stp_state(hw, port->first_port, STP_STATE_DISABLED); in netdev_close() 5547 port_set_stp_state(hw, port->first_port, STP_STATE_SIMPLE); in netdev_open() [all …]
|