Searched refs:link_fault (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/al_eth/ |
H A D | al_init_eth_lm.c | 1148 bool *link_fault, enum al_eth_lm_link_mode *old_mode, in al_eth_lm_link_detection() argument 1167 if (link_fault != NULL) { in al_eth_lm_link_detection() 1169 *link_fault = false; in al_eth_lm_link_detection() 1171 *link_fault = true; in al_eth_lm_link_detection() 1181 if (link_fault != NULL) in al_eth_lm_link_detection() 1182 *link_fault = true; in al_eth_lm_link_detection() 1189 if (link_fault != NULL) in al_eth_lm_link_detection() 1190 *link_fault = false; in al_eth_lm_link_detection()
|
H A D | al_init_eth_lm.h | 301 bool *link_fault, enum al_eth_lm_link_mode *old_mode,
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_t3_hw.c | 1477 int link_fault; in t3_detect_link_fault() local 1491 link_fault = t3_read_reg(adapter, A_XGM_INT_STATUS + mac->offset); in t3_detect_link_fault() 1492 return (link_fault & F_LINKFAULTCHANGE ? 1 : 0); in t3_detect_link_fault() 1521 int link_ok, speed, duplex, fc, link_fault, link_state; in t3_link_changed() local 1531 link_fault = 0; in t3_link_changed() 1543 pi->link_fault = LF_NO; in t3_link_changed() 1561 ((pi->link_fault && link_ok) || (!lc->link_ok && link_ok))) { in t3_link_changed() 1563 link_fault = t3_detect_link_fault(adapter, port_id); in t3_link_changed() 1564 if (link_fault) { in t3_link_changed() 1565 if (pi->link_fault != LF_YES) { in t3_link_changed() [all …]
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_adapter.h | 106 int link_fault; member
|
H A D | cxgb_main.c | 2248 if (pi->link_fault || !(pi->phy.caps & SUPPORTED_LINK_IRQ) || in check_link_status() 2279 if (!isset(&sc->open_device_map, p->port_id) || p->link_fault || in check_t3b2_mac()
|