Searched refs:link_is_up (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c364 static inline bool link_is_up(struct ntb_softc *ntb);
1885 link_is_up(struct ntb_softc *ntb) function
1925 if ((sbintime_t)ticks - poll_ts < 0 && link_is_up(ntb)) {
1933 if (!link_is_up(ntb) && atom_link_is_err(ntb)) {
2142 if (!link_is_up(ntb))
2151 if (!link_is_up(ntb))
3069 return (link_is_up(ntb));
/freebsd-11-stable/sys/dev/ffec/
H A Dif_ffec.c162 boolean_t link_is_up; member in struct:ffec_softc
382 sc->link_is_up = true;
384 sc->link_is_up = false;
418 sc->link_is_up = false;
421 sc->link_is_up = false;
580 link_was_up = sc->link_is_up;
582 if (sc->link_is_up && !link_was_up)
655 if (!sc->link_is_up)
/freebsd-11-stable/sys/dev/ntb/
H A Dntb_transport.c124 volatile bool link_is_up; member in struct:ntb_transport_qp
207 volatile bool link_is_up; member in struct:ntb_transport_ctx
457 nt->link_is_up = false;
709 if (nt->link_is_up)
737 if (!qp->link_is_up || len == 0) {
893 if (qp->link_is_up)
1064 if (qp->link_is_up)
1140 nt->link_is_up = true;
1330 qp->link_is_up = true;
1336 } else if (nt->link_is_up)
[all...]
/freebsd-11-stable/sys/dev/dwc/
H A Dif_dwc.c250 if (!sc->link_is_up)
403 link_was_up = sc->link_is_up;
405 if (sc->link_is_up && !link_was_up)
1337 sc->link_is_up = true;
1339 sc->link_is_up = false;
1355 sc->link_is_up = false;
1358 sc->link_is_up = false;
H A Dif_dwcvar.h72 boolean_t link_is_up; member in struct:dwc_softc
/freebsd-11-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h1631 * @param link_is_up boolean indicating current link status.
1638 int al_eth_led_set(struct al_hal_eth_adapter *adapter, al_bool link_is_up);
H A Dal_hal_eth_main.c3615 int al_eth_led_set(struct al_hal_eth_adapter *adapter, al_bool link_is_up) argument
3620 if (link_is_up)

Completed in 138 milliseconds