Searched refs:link_fault (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/al_eth/
H A Dal_init_eth_lm.h296 * @param link_fault indicate if the link is down
303 boolean_t *link_fault, enum al_eth_lm_link_mode *old_mode,
H A Dal_init_eth_lm.c1150 boolean_t *link_fault, enum al_eth_lm_link_mode *old_mode,
1169 if (link_fault != NULL) {
1171 *link_fault = FALSE;
1173 *link_fault = TRUE;
1183 if (link_fault != NULL)
1184 *link_fault = TRUE;
1191 if (link_fault != NULL)
1192 *link_fault = FALSE;
1149 al_eth_lm_link_detection(struct al_eth_lm_context *lm_context, boolean_t *link_fault, enum al_eth_lm_link_mode *old_mode, enum al_eth_lm_link_mode *new_mode) argument
/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c1480 int link_fault; local
1494 link_fault = t3_read_reg(adapter, A_XGM_INT_STATUS + mac->offset);
1495 return (link_fault & F_LINKFAULTCHANGE ? 1 : 0);
1524 int link_ok, speed, duplex, fc, link_fault, link_state; local
1534 link_fault = 0;
1546 pi->link_fault = LF_NO;
1564 ((pi->link_fault && link_ok) || (!lc->link_ok && link_ok))) {
1566 link_fault = t3_detect_link_fault(adapter, port_id);
1567 if (link_fault) {
1568 if (pi->link_fault !
[all...]
/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_adapter.h108 int link_fault; member in struct:port_info
H A Dcxgb_main.c2306 if (pi->link_fault || !(pi->phy.caps & SUPPORTED_LINK_IRQ) ||
2337 if (!isset(&sc->open_device_map, p->port_id) || p->link_fault ||

Completed in 192 milliseconds