Searched refs:LinkUp (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/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 | 420 LinkUp = (1 << 4), /* Wake up when the cable connection is re-established */ enumerator 1377 { WAKE_PHY, Config3, LinkUp }, in __rtl8169_set_wol()
|
/kernel/linux/linux-6.6/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 1412 { WAKE_PHY, Config3, LinkUp }, in __rtl8169_set_wol()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc.h | 290 uint32_t LinkUp; member
|
H A D | lpfc_hbadisc.c | 3487 phba->fc_stat.LinkUp++; in lpfc_mbx_cmpl_read_topology()
|
/kernel/linux/linux-6.6/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()
|
Completed in 44 milliseconds