HomeSort by: relevance | last modified time | path
    Searched defs:link_ok (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_t3_hw.c 1111 int link_ok, speed, duplex, fc; local in function:t3_link_changed
1117 phy->ops->get_link_status(phy, &link_ok, &speed, &duplex, &fc);
1119 if (link_ok != lc->link_ok && adapter->params.rev > 0 &&
1121 if (link_ok)
1124 link_ok ? F_TXACTENABLE | F_RXEN : 0);
1126 lc->link_ok = (unsigned char)link_ok;
1134 if (link_ok && speed >= 0 && lc->autoneg == AUTONEG_ENABLE) {
1140 t3_os_link_changed(adapter, port_id, link_ok, speed, duplex, fc)
    [all...]
cxgb_common.h 429 unsigned int link_ok; /* link up? */ member in struct:link_config
524 int (*get_link_status)(struct cphy *phy, int *link_ok, int *speed,

Completed in 13 milliseconds