Home
last modified time | relevance | path

Searched refs:lnkup (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dftmac110.c53 uint32_t lnkup; member
144 chip->lnkup = 0; in ftmac110_phyqry()
149 chip->lnkup = (bmsr & BMSR_LSTATUS) ? 1 : 0; in ftmac110_phyqry()
150 if (!chip->lnkup) in ftmac110_phyqry()
155 if (!chip->lnkup) { in ftmac110_phyqry()
286 if (!chip->lnkup) in ftmac110_send()
333 if (!chip->lnkup) in ftmac110_recv()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunhme.h452 unsigned int lnkup; /* Is the link up as far as we know? */ member
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c4405 u16 gp_status1 = 0, lnkup = 0, lnkup_kr = 0; in bnx2x_warpcore_config_runtime() local
4424 lnkup = (gp_status1 >> (8+lane)) & 0x1;/* 1G */ in bnx2x_warpcore_config_runtime()
4428 if (lnkup_kr || lnkup) { in bnx2x_warpcore_config_runtime()