Searched refs:link_fault (Results 1 – 3 of 3) sorted by relevance
1479 int link_fault; in t3_detect_link_fault() local1493 link_fault = t3_read_reg(adapter, A_XGM_INT_STATUS + mac->offset); in t3_detect_link_fault()1494 return (link_fault & F_LINKFAULTCHANGE ? 1 : 0); in t3_detect_link_fault()1523 int link_ok, speed, duplex, fc, link_fault, link_state; in t3_link_changed() local1533 link_fault = 0; in t3_link_changed()1545 pi->link_fault = LF_NO; in t3_link_changed()1563 ((pi->link_fault && link_ok) || (!lc->link_ok && link_ok))) { in t3_link_changed()1565 link_fault = t3_detect_link_fault(adapter, port_id); in t3_link_changed()1566 if (link_fault) { in t3_link_changed()1567 if (pi->link_fault != LF_YES) { in t3_link_changed()[all …]
106 int link_fault; member
2229 if (pi->link_fault || !(pi->phy.caps & SUPPORTED_LINK_IRQ) || in check_link_status()2260 if (!isset(&sc->open_device_map, p->port_id) || p->link_fault || in check_t3b2_mac()