link_check
pdata->link_check = ticks;
link_timeout = pdata->link_check + (XGBE_LINK_TIMEOUT * hz);
unsigned long link_check;
u32 link_check, thstat, ctrl;
link_check = thstat = ctrl = 0;
link_check = !hw->mac.get_link_status;
if (link_check) /* ESB2 fix */
link_check = true;
link_check =
link_check = hw->mac.serdes_has_link;
link_check = !hw->mac.get_link_status;
if (link_check && (sc->link_active == 0)) {
} else if (!link_check && (sc->link_active == 1)) {
u32 link_check, thstat, ctrl;
link_check = thstat = ctrl = 0;
link_check = !hw->mac.get_link_status;
link_check = true;
link_check = !hw->mac.get_link_status;
if (link_check && (sc->link_active == 0)) {
} else if (!link_check && (sc->link_active == 1)) {
fsinode *link_check(fsinode *);
curino = link_check(node->inode);
curino = link_check(cur->inode);
link_check(ohtable[i].data);