Searched refs:sparx5_port_error (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_port.c | 188 static int sparx5_port_error(struct sparx5_port *port, in sparx5_port_error() function 221 return sparx5_port_error(port, conf, SPX5_PERR_SPEED); in sparx5_port_verify_speed() 229 return sparx5_port_error(port, conf, SPX5_PERR_SPEED); in sparx5_port_verify_speed() 231 return sparx5_port_error(port, conf, SPX5_PERR_IFTYPE); in sparx5_port_verify_speed() 236 return sparx5_port_error(port, conf, SPX5_PERR_SPEED); in sparx5_port_verify_speed() 240 return sparx5_port_error(port, conf, SPX5_PERR_IFTYPE); in sparx5_port_verify_speed() 247 return sparx5_port_error(port, conf, SPX5_PERR_SPEED); in sparx5_port_verify_speed() 255 return sparx5_port_error(port, conf, SPX5_PERR_SPEED); in sparx5_port_verify_speed() 258 return sparx5_port_error(port, conf, SPX5_PERR_IFTYPE); in sparx5_port_verify_speed()
|