Home
last modified time | relevance | path

Searched refs:link_is_up (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/ntb/
H A Dntb_transport.c124 volatile bool link_is_up; member
210 volatile bool link_is_up; member
496 nt->link_is_up = false; in ntb_transport_attach()
753 if (nt->link_is_up) in ntb_transport_link_up()
779 if (!qp->link_is_up || len == 0) { in ntb_transport_tx_enqueue()
935 if (qp->link_is_up) in ntb_transport_rxc_db()
1106 if (qp->link_is_up) in ntb_transport_doorbell_callback()
1220 nt->link_is_up = true; in ntb_transport_link_work()
1395 qp->link_is_up = true; in ntb_qp_link_work()
1401 } else if (nt->link_is_up) in ntb_qp_link_work()
[all …]
H A Dntb_if.m81 METHOD bool link_is_up {
/freebsd/sys/dev/dwc/
H A Ddwc1000_core.c162 sc->link_is_up = true; in dwc1000_miibus_statchg()
164 sc->link_is_up = false; in dwc1000_miibus_statchg()
180 sc->link_is_up = false; in dwc1000_miibus_statchg()
183 sc->link_is_up = false; in dwc1000_miibus_statchg()
H A Dif_dwc.c140 if (!sc->link_is_up) in dwc_txstart_locked()
345 link_was_up = sc->link_is_up; in dwc_tick()
347 if (sc->link_is_up && !link_was_up) in dwc_tick()
H A Dif_dwcvar.h72 bool link_is_up; member
/freebsd/sys/dev/xilinx/
H A Dif_xae.c325 if (!sc->link_is_up) { in xae_transmit()
429 link_was_up = sc->link_is_up; in xae_tick()
431 if (sc->link_is_up && !link_was_up) in xae_tick()
1107 sc->link_is_up = true; in xae_miibus_statchg()
1109 sc->link_is_up = false; in xae_miibus_statchg()
1123 sc->link_is_up = false; in xae_miibus_statchg()
1126 sc->link_is_up = false; in xae_miibus_statchg()
H A Dif_xaevar.h57 boolean_t link_is_up; member
/freebsd/sys/dev/ffec/
H A Dif_ffec.c164 boolean_t link_is_up;
384 sc->link_is_up = true; in ffec_miibus_statchg()
386 sc->link_is_up = false; in ffec_miibus_statchg()
420 sc->link_is_up = false; in ffec_miibus_statchg()
423 sc->link_is_up = false; in ffec_miibus_statchg()
582 link_was_up = sc->link_is_up; in ffec_tick()
584 if (sc->link_is_up && !link_was_up) in ffec_tick()
657 if (!sc->link_is_up) in ffec_txstart_locked()
163 boolean_t link_is_up; global() member
/freebsd/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) in link_is_up() function
2504 if ((sbintime_t)ticks - poll_ts < 0 && link_is_up(ntb)) { in atom_link_hb()
2512 if (!link_is_up(ntb) && atom_link_is_err(ntb)) { in atom_link_hb()
2885 if (!link_is_up(ntb)) in intel_ntb_link_sta_speed()
2894 if (!link_is_up(ntb)) in intel_ntb_link_sta_width()
3849 return (link_is_up(ntb)); in intel_ntb_link_is_up()
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h1690 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) in al_eth_led_set() argument
3942 if (link_is_up) in al_eth_led_set()