Lines Matching defs:change
45 * Since the ability to change device address for open port device is tested in
550 * at the time of mode change. Therefore no packets are in fly so there's no
598 netdev_err(dev, "No ports can be present during mode change\n");
603 netdev_err(dev, "Unable to change to the same mode the team is in\n");
615 netdev_err(dev, "Failed to change to mode \"%s\"\n", kind);
1767 static void team_change_rx_flags(struct net_device *dev, int change)
1775 if (change & IFF_PROMISC) {
1779 if (change & IFF_ALLMULTI) {
1832 netdev_err(dev, "Device %s failed to change mtu",
2167 netdev_err(dev, "Refused to change device type\n");
2203 /* Don't allow team devices to change network namespaces. */
2924 netdev_warn(team->dev, "Failed to send options change via netlink (err %d)\n",
2953 netdev_warn(port->team->dev, "Failed to send port change of device %s via netlink (err %d)\n",
3048 /* Forbid to change mtu of underlaying device */
3053 /* Forbid to change type of underlaying device */