Lines Matching defs:link

32  * to gain access to a MAC instance (physical NIC, link aggregation, etc).
50 * as a result of a change of state of a link aggregation. In that
60 * NIC (physical, link aggregation, etc). The virtual switch is
71 * link aggregation, etc). In the code below we refer to the
386 * Open a MAC specified by its link name.
389 mac_open_by_linkname(const char *link, mac_handle_t *mhp)
394 if ((err = dls_mgmt_get_linkid(link, &linkid)) != 0)
513 * Return the link speed associated with the specified MAC client.
515 * The link speed of a MAC client is equal to the smallest value of
516 * 1) the current link speed of the underlying NIC, or
522 * bandwidth limit of a link that may have temporarily lowered
523 * its link speed due to hardware problem or administrator action.
546 * Return the link state of the specified client. If here are more
547 * than one clients of the underying mac_impl_t, the link state
548 * will always be UP regardless of the link state of the underlying
550 * to communicate with each other even when the physical link of
591 * These statistics are consumed by dladm show-link -s <vnic>,
593 * dladm show-link -s and dladm show-vnic -s witll be EOL'ed while
2330 * Push down the sub-flows that were defined on this link
2391 * to all the MAC clients whenever physical link is DOWN.
3666 * Return the link state of the specified MAC instance.
4154 * link is part of a bridge, then the only "capability" it has is the inability
4478 * Bandwidth, priority, cpu or pool link properties configured,
4578 * If bandwidth, priority or cpu link properties cleared,
4711 * This mac may itself be an aggr link, or it may have some client
5172 * underlying physical link is down. This is to allow MAC clients to
5223 * A reference to mac is held even if the link is not plumbed.