• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/

Lines Matching defs:link

75 // key is determined according to the link speed, duplex and
243 if ((slave->link == BOND_LINK_UP) && IS_UP(slave->dev)) {
328 * link down, it sets the speed to 0.
331 if (slave->link != BOND_LINK_UP) {
357 pr_debug("Port %d Received link speed %d update from adapter\n",
377 // link down, it sets the duplex to 0.
378 if (slave->link != BOND_LINK_UP) {
463 * actor_oper_port_state.aggregation and lacp will actively maintain the link
466 * an individual link and lacp will actively maintain the link. Otherwise,
468 * link if either the PDU's actor_state.lacp_activity variable is TRUE or both
485 // or this is individual link(aggregation == FALSE)
1150 //(because if the link goes down for a short time, the 802.3ad will not
1557 pr_warning("%s: Warning: No 802.3ad response from the link partner for any adapters in the bond\n",
1862 // key is determined according to the link speed, duplex and user key(which is yet not supported)
2220 * bond_3ad_handle_link_change - handle a slave's link status change indication
2222 * @status: whether the link is now up or down
2226 void bond_3ad_handle_link_change(struct slave *slave, char link)
2234 pr_warning("Warning: %s: link status changed for uninitialized port on %s\n",
2239 // on link down we are zeroing duplex and speed since some of the adaptors(ce1000.lan) report full duplex/speed instead of N/A(duplex) / 0(speed)
2240 // on link up we are forcing recheck on the duplex and speed since some of he adaptors(ce1000.lan) report
2241 if (link == BOND_LINK_UP) {
2248 /* link has failed */
2253 //BOND_PRINT_DBG(("Port %d changed link status to %s", port->actor_port_number, ((link == BOND_LINK_UP)?"UP":"DOWN")));
2260 * set link state for bonding master: if we have an active
2262 * have an active aggregator if there are no slaves with link up.