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

  /src/sys/dev/pci/cxgb/
cxgb_ael1002.c 91 static int ael100x_get_link_status(struct cphy *phy, int *link_ok,
94 if (link_ok) {
107 *link_ok = !!(status & BMSR_LSTATUS);
273 static int xaui_direct_get_link_status(struct cphy *phy, int *link_ok,
276 if (link_ok) {
287 *link_ok = !(status & F_LOWSIG0);
cxgb_vsc8211.c 120 static int vsc8211_get_link_status(struct cphy *cphy, int *link_ok,
132 if (link_ok) {
141 *link_ok = (status & BMSR_LSTATUS) != 0;
cxgb_mv88e1xxx.c 192 static int mv88e1xxx_get_link_status(struct cphy *cphy, int *link_ok,
213 if (link_ok)
214 *link_ok = (status & V_PSSR_LINK) != 0;
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,
cxgb_main.c 1380 if (!p->link_config.link_ok)
1521 if (!p->link_config.link_ok)

Completed in 39 milliseconds