Home
last modified time | relevance | path

Searched refs:LinkUp (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/realtek/
H A D8139cp.c274 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 Dr8169_main.c521 LinkUp = (1 << 4), /* Wake up when the cable connection is re-established */ enumerator
1736 r8169_mod_reg8_cond(tp, Config3, LinkUp, wolopts & WAKE_PHY); in __rtl8169_set_wol()
/linux/drivers/scsi/lpfc/
H A Dlpfc.h292 uint32_t LinkUp; member
H A Dlpfc_hbadisc.c3785 phba->fc_stat.LinkUp++; in lpfc_mbx_cmpl_read_topology()