Lines Matching defs:change
46 * Since the ability to change device address for open port device is tested in
549 * at the time of mode change. Therefore no packets are in fly so there's no
597 netdev_err(dev, "No ports can be present during mode change\n");
602 netdev_err(dev, "Unable to change to the same mode the team is in\n");
614 netdev_err(dev, "Failed to change to mode \"%s\"\n", kind);
1760 static void team_change_rx_flags(struct net_device *dev, int change)
1768 if (change & IFF_PROMISC) {
1772 if (change & IFF_ALLMULTI) {
1825 netdev_err(dev, "Device %s failed to change mtu",
2160 netdev_err(dev, "Refused to change device type\n");
2196 /* Don't allow team devices to change network namespaces. */
2917 netdev_warn(team->dev, "Failed to send options change via netlink (err %d)\n",
2946 netdev_warn(port->team->dev, "Failed to send port change of device %s via netlink (err %d)\n",
3041 /* Forbid to change mtu of underlaying device */
3046 /* Forbid to change type of underlaying device */