Lines Matching refs:supported
95 enum netdev_features supported;
210 * Number of supported OpenFlow queues, 0 for qdiscs that have no
615 netdev->supported = 0;
617 "possible", &netdev->supported)) != 0)
670 netdev->advertised |= (netdev->supported & NETDEV_F_AUTONEG);
1411 * Initialize statistics only supported on uplink.
1537 * Stores the features supported by 'netdev' into of '*current', '*advertised',
1538 * '*supported', and '*peer'. Each value is a bitmap of NETDEV_* bits.
1545 enum netdev_features *supported,
1573 *supported = netdev->supported;
2709 /* Solaris: currently, min-rate, burst and priority are not supported */