Searched refs:LinkUp (Results 1 – 10 of 10) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | ethernet_interface.hpp | 12 LinkUp, enumerator 60 {LinkStatus::LinkUp, "LinkUp"},
|
H A D | port.hpp | 34 LinkUp, enumerator 202 {LinkStatus::LinkUp, "LinkUp"},
|
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 274 LinkUp = (1 << 4), /* Wake up when the cable connection is re-established */ enumerator 1331 options = cpr8 (Config3) & ~(LinkUp | MagicPacket); in netdev_set_wol() 1334 if (wol->wolopts & WAKE_PHY) options |= LinkUp; in netdev_set_wol() 1371 if (options & LinkUp) wol->wolopts |= WAKE_PHY; in netdev_get_wol()
|
H A D | r8169_main.c | 414 LinkUp = (1 << 4), /* Wake up when the cable connection is re-established */ enumerator 1462 { WAKE_PHY, Config3, LinkUp }, in __rtl8169_set_wol()
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_bmc_ipv6.robot | 203 # "LinkStatus": "LinkUp",
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc.h | 293 uint32_t LinkUp; member
|
H A D | lpfc_hbadisc.c | 3799 phba->fc_stat.LinkUp++; in lpfc_mbx_cmpl_read_topology()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | devices.txt | 2664 0 = /dev/ttyLU0 LinkUp Systems L72xx UART - port 0 2665 1 = /dev/ttyLU1 LinkUp Systems L72xx UART - port 1 2666 2 = /dev/ttyLU2 LinkUp Systems L72xx UART - port 2 2667 3 = /dev/ttyLU3 LinkUp Systems L72xx UART - port 3
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-class-infiniband | 68 LinkUp, etc)
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | ethernet.hpp | 1889 ethData.linkUp ? ethernet_interface::LinkStatus::LinkUp in parseInterfaceData()
|