Home
last modified time | relevance | path

Searched defs:link_up (Results 1 – 3 of 3) sorted by relevance

/qemu/include/hw/pci-host/
H A Dxilinx-pcie.h51 bool link_up; member
/qemu/hw/net/
H A De1000x_common.c39 bool link_up = mac[STATUS] & E1000_STATUS_LU; in e1000x_rx_ready() local
/qemu/hw/net/rocker/
H A Drocker.c473 int rocker_event_link_changed(Rocker *r, uint32_t pport, bool link_up) in rocker_event_link_changed()