Lines Matching defs:link_up
700 if (!sc->link_up)
835 hw->mac.ops.check_link(hw, &sc->link_speed, &sc->link_up, 0);
838 if (sc->link_up) {
2000 int link_up;
2014 hw->mac.ops.check_link(hw, &speed, &link_up, 0);
2015 if (!link_up)
2267 ngbe_check_mac_link(struct ngbe_hw *hw, uint32_t *speed, int *link_up,
2275 *link_up = 1;
2286 *link_up = 1;
2289 *link_up = 0;
2296 *link_up = 1;
2298 *link_up = 0;
2302 if (*link_up) {