Searched refs:port_set_stp_state (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 2460 static void port_set_stp_state(struct ksz_hw *hw, int port, int state) in port_set_stp_state() function 3877 port_set_stp_state(hw, port, STP_STATE_DISABLED); in sw_enable() 3880 port_set_stp_state(hw, port, STP_STATE_FORWARDING); in sw_enable() 3884 port_set_stp_state(hw, SWITCH_PORT_NUM, STP_STATE_SIMPLE); in sw_enable() 3886 port_set_stp_state(hw, SWITCH_PORT_NUM, STP_STATE_FORWARDING); in sw_enable() 4570 port_set_stp_state(hw, port, in netdev_tx_timeout() 4575 port_set_stp_state(hw, port, in netdev_tx_timeout() 4950 port_set_stp_state(hw, SWITCH_PORT_NUM, STP_STATE_SIMPLE); in bridge_change() 4986 port_set_stp_state(hw, port->first_port, STP_STATE_DISABLED); in netdev_close() 5160 port_set_stp_state(hw, port->first_port, STP_STATE_SIMPLE); in netdev_open() [all …]
|