Searched refs:lan9303_write_switch_port (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/net/dsa/ |
D | lan9303-core.c | 455 static int lan9303_write_switch_port(struct lan9303 *chip, int port, in lan9303_write_switch_port() function 724 ret = lan9303_write_switch_port(chip, port, LAN9303_MAC_RX_CFG_0, in lan9303_disable_processing_port() 730 return lan9303_write_switch_port(chip, port, LAN9303_MAC_TX_CFG_0, in lan9303_disable_processing_port() 741 ret = lan9303_write_switch_port(chip, port, LAN9303_MAC_RX_CFG_0, in lan9303_enable_processing_port() 748 return lan9303_write_switch_port(chip, port, LAN9303_MAC_TX_CFG_0, in lan9303_enable_processing_port()
|