Searched defs:last_link (Results 1 - 5 of 5) sorted by relevance

/drivers/staging/octeon/
H A Docteon-ethernet.h59 unsigned int last_link; member in struct:octeon_ethernet
/drivers/net/ethernet/xilinx/
H A Dxilinx_emaclite.c118 * @last_link: last link status
140 int last_link; member in struct:net_local
886 if (lp->last_link != link_state) {
887 lp->last_link = link_state;
H A Dll_temac.h359 int last_link; member in struct:temac_local
H A Dxilinx_axienet.h394 * @last_link: Phy link state in which the PHY was negotiated earlier
438 u32 last_link; member in struct:axienet_local
/drivers/net/ethernet/octeon/
H A Docteon_mgmt.c144 unsigned int last_link; member in struct:octeon_mgmt
918 if (!p->phydev->link && p->last_link)
923 || p->last_link != p->phydev->link
931 p->last_link = p->phydev->link;
1212 p->last_link = 0;

Completed in 255 milliseconds