Lines Matching defs:link

31  * to gain access to a MAC instance (physical NIC, link aggregation, etc).
49 * as a result of a change of state of a link aggregation. In that
59 * NIC (physical, link aggregation, etc). The virtual switch is
70 * link aggregation, etc). In the code below we refer to the
362 * Open a MAC specified by its link name.
365 mac_open_by_linkname(const char *link, mac_handle_t *mhp)
370 if ((err = dls_mgmt_get_linkid(link, &linkid)) != 0)
489 * Return the link speed associated with the specified MAC client.
491 * The link speed of a MAC client is equal to the smallest value of
492 * 1) the current link speed of the underlying NIC, or
498 * bandwidth limit of a link that may have temporarily lowered
499 * its link speed due to hardware problem or administrator action.
522 * Return the link state of the specified client. If here are more
523 * than one clients of the underying mac_impl_t, the link state
524 * will always be UP regardless of the link state of the underlying
526 * to communicate with each other even when the physical link of
567 * These statistics are consumed by dladm show-link -s <vnic>,
569 * dladm show-link -s and dladm show-vnic -s witll be EOL'ed while
2229 * Push down the sub-flows that were defined on this link
2290 * to all the MAC clients whenever physical link is DOWN.
3547 * Return the link state of the specified MAC instance.
4035 * link is part of a bridge, then the only "capability" it has is the inability
4359 * Bandwidth, priority, cpu or pool link properties configured,
4459 * If bandwidth, priority or cpu link properties cleared,
4592 * This mac may itself be an aggr link, or it may have some client
5038 * underlying physical link is down. This is to allow MAC clients to
5089 * A reference to mac is held even if the link is not plumbed.