Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_sgmac.h23 #define LINK_UP BIT(15) macro
H A Dxgene_enet_sgmac.c194 return data & LINK_UP; in xgene_enet_link_status()
221 if (!(value & LINK_UP)) in xgene_sgmii_reset()
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dncsi.h148 #define LINK_UP 1 macro
H A Dncsi.c913 if ( Link_Status == LINK_UP ) { in phy_ncsi()
921 if ( Link_Status == LINK_UP ) { in phy_ncsi()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpci-dra7xx.c74 #define LINK_UP BIT(16) macro
126 return !!(reg & LINK_UP); in dra7xx_pcie_link_up()
/openbmc/linux/drivers/net/ethernet/natsemi/
H A 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()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dswitchdev.rst249 link mlx5_0/1 state ACTIVE physical_state LINK_UP netdev p0sf88
/openbmc/linux/drivers/net/ethernet/neterion/
H A Ds2io.h938 #define LINK_UP 2 macro
H A Ds2io.c1135 if (use_continuous_tx_intrs && (link == LINK_UP)) in init_tti()
4300 s2io_link(sp, LINK_UP); in s2io_txpic_intr_handle()
6722 s2io_link(nic, LINK_UP); in s2io_set_link()
/openbmc/linux/Documentation/PCI/endpoint/
H A Dpci-ntb-function.rst134 raise a LINK_UP event to both the hosts to indicate the host
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c165 #define LINK_UP (1 << 3) macro
H A Dmv643xx_eth.c107 #define LINK_UP 0x00000002 macro
2203 if (!(port_status & LINK_UP)) { in handle_link_event()
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h112 LINK_UP = 0x1 enumerator
/openbmc/linux/drivers/scsi/cxlflash/
H A Dmain.c1515 ASTATUS_FC(_a, LINK_UP, "link up", 0), \