Lines Matching defs:config
602 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Unsupported module config: width value is not power of 2\n",
609 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Unsupported module config: contains multiple modules\n",
614 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Unsupported module config: contains multiple slot indexes\n",
621 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Unsupported module config: TX and RX lane numbers are different\n",
626 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Unsupported module config: TX and RX lane numbers are not sequential\n",
1283 struct hwtstamp_config config;
1286 if (copy_from_user(&config, ifr->ifr_data, sizeof(config)))
1290 &config);
1294 if (copy_to_user(ifr->ifr_data, &config, sizeof(config)))
1303 struct hwtstamp_config config;
1307 &config);
1311 if (copy_to_user(ifr->ifr_data, &config, sizeof(config)))
1319 struct hwtstamp_config config = {0};
1321 mlxsw_sp_port->mlxsw_sp->ptp_ops->hwtstamp_set(mlxsw_sp_port, &config);