Lines Matching refs:current
93 enum netdev_features current;
219 * may assume that the current qdisc is the default; that is, there
220 * is no need for it to delete the current qdisc before installing
630 "current", &netdev->advertised)) != 0)
634 error = solaris_get_dlprop(netdev_name, "speed", "current", buffer,
643 error = solaris_get_dlprop(netdev_name, "duplex", "current", buffer,
654 netdev->current = full ? NETDEV_F_10MB_FD : NETDEV_F_10MB_HD;
656 netdev->current = full ? NETDEV_F_100MB_FD : NETDEV_F_100MB_HD;
658 netdev->current = full ? NETDEV_F_1GB_FD : NETDEV_F_1GB_HD;
660 netdev->current = NETDEV_F_10GB_FD;
662 netdev->current = NETDEV_F_40GB_FD;
664 netdev->current = NETDEV_F_100GB_FD;
666 netdev->current = NETDEV_F_1TB_FD;
668 netdev->current = 0;
742 error = solaris_get_dlprop(netdev->brname, "lower-link", "current",
815 error = solaris_get_dlprop(brname, "lower-link", "current",
1000 "current", prop, sizeof (prop));
1055 "current", buffer, sizeof (buffer));
1227 error = solaris_get_dlprop(netdev_name, "mac-address", "current",
1264 error = solaris_get_dlprop(netdev_name, "mtu", "current", buffer,
1386 * Retrieves current device stats for 'netdev-solaris'.
1537 * Stores the features supported by 'netdev' into of '*current', '*advertised',
1543 enum netdev_features *current,
1571 *current = netdev->current;
2387 * Retrieves the current set of flags on 'netdev' into '*old_flags'. Then,
2617 enum netdev_features current;
2620 current = !netdev->get_features_error ? netdev->current : 0;
2621 hc->max_rate = netdev_features_to_bps(current,