Searched refs:link_is_up (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/dev/xilinx/
H A Dif_xaevar.h57 boolean_t link_is_up; member in struct:xae_softc
H A Dif_xae.c321 if (!sc->link_is_up) {
425 link_was_up = sc->link_is_up;
427 if (sc->link_is_up && !link_was_up)
1099 sc->link_is_up = true;
1101 sc->link_is_up = false;
1115 sc->link_is_up = false;
1118 sc->link_is_up = false;
/freebsd-current/sys/dev/dwc/
H A Dif_dwcvar.h72 bool link_is_up; member in struct:dwc_softc
H A Ddwc1000_core.c162 sc->link_is_up = true;
164 sc->link_is_up = false;
180 sc->link_is_up = false;
183 sc->link_is_up = false;
H A Dif_dwc.c140 if (!sc->link_is_up)
345 link_was_up = sc->link_is_up;
347 if (sc->link_is_up && !link_was_up)
/freebsd-current/sys/dev/ntb/
H A Dntb_transport.c124 volatile bool link_is_up; member in struct:ntb_transport_qp
210 volatile bool link_is_up; member in struct:ntb_transport_ctx
496 nt->link_is_up = false;
753 if (nt->link_is_up)
779 if (!qp->link_is_up || len == 0) {
935 if (qp->link_is_up)
1106 if (qp->link_is_up)
1220 nt->link_is_up = true;
1395 qp->link_is_up = true;
1401 } else if (nt->link_is_up)
[all...]
/freebsd-current/sys/dev/ffec/
H A Dif_ffec.c163 boolean_t link_is_up; member in struct:ffec_softc
383 sc->link_is_up = true;
385 sc->link_is_up = false;
419 sc->link_is_up = false;
422 sc->link_is_up = false;
581 link_was_up = sc->link_is_up;
583 if (sc->link_is_up && !link_was_up)
656 if (!sc->link_is_up)
/freebsd-current/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c382 static inline bool link_is_up(struct ntb_softc *ntb);
2462 link_is_up(struct ntb_softc *ntb) function
2504 if ((sbintime_t)ticks - poll_ts < 0 && link_is_up(ntb)) {
2512 if (!link_is_up(ntb) && atom_link_is_err(ntb)) {
2885 if (!link_is_up(ntb))
2894 if (!link_is_up(ntb))
3849 return (link_is_up(ntb));
/freebsd-current/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h1683 * @param link_is_up boolean indicating current link status.
1690 int al_eth_led_set(struct al_hal_eth_adapter *adapter, al_bool link_is_up);
H A Dal_hal_eth_main.c3937 int al_eth_led_set(struct al_hal_eth_adapter *adapter, al_bool link_is_up) argument
3942 if (link_is_up)

Completed in 284 milliseconds