Home
last modified time | relevance | path

Searched refs:LINK_UP (Results 1 – 15 of 15) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/apm/xgene/
Dxgene_enet_sgmac.h23 #define LINK_UP BIT(15) macro
Dxgene_enet_sgmac.c194 return data & LINK_UP; in xgene_enet_link_status()
221 if (!(value & LINK_UP)) in xgene_sgmii_reset()
/linux-6.1.9/include/linux/
Dpci-epf.h22 LINK_UP, enumerator
/linux-6.1.9/drivers/pci/controller/dwc/
Dpci-dra7xx.c74 #define LINK_UP BIT(16) macro
126 return !!(reg & LINK_UP); in dra7xx_pcie_link_up()
/linux-6.1.9/drivers/pci/endpoint/
Dpci-epc-core.c696 atomic_notifier_call_chain(&epc->notifier, LINK_UP, NULL); in pci_epc_linkup()
/linux-6.1.9/drivers/net/ethernet/natsemi/
Dns83820.c364 #define LINK_UP 0x04 macro
688 newlinkstate = (cfg & CFG_LNKSTS) ? LINK_UP : LINK_DOWN; in phy_intr()
690 if (newlinkstate & LINK_UP && in phy_intr()
/linux-6.1.9/drivers/net/ethernet/neterion/
Ds2io.h938 #define LINK_UP 2 macro
Ds2io.c1135 if (use_continuous_tx_intrs && (link == LINK_UP)) in init_tti()
4300 s2io_link(sp, LINK_UP); in s2io_txpic_intr_handle()
6729 s2io_link(nic, LINK_UP); in s2io_set_link()
/linux-6.1.9/Documentation/PCI/endpoint/
Dpci-ntb-function.rst134 raise a LINK_UP event to both the hosts to indicate the host
/linux-6.1.9/drivers/pci/endpoint/functions/
Dpci-epf-test.c843 case LINK_UP: in pci_epf_test_notifier()
/linux-6.1.9/drivers/net/ethernet/marvell/
Dpxa168_eth.c165 #define LINK_UP (1 << 3) macro
Dmv643xx_eth.c107 #define LINK_UP 0x00000002 macro
2202 if (!(port_status & LINK_UP)) { in handle_link_event()
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/mellanox/
Dmlx5.rst426 link mlx5_0/1 state ACTIVE physical_state LINK_UP netdev p0sf88
/linux-6.1.9/drivers/net/ethernet/emulex/benet/
Dbe_cmds.h112 LINK_UP = 0x1 enumerator
/linux-6.1.9/drivers/scsi/cxlflash/
Dmain.c1515 ASTATUS_FC(_a, LINK_UP, "link up", 0), \