Searched refs:link_ok (Results 1 – 5 of 5) sorted by relevance
200 u8 old_link = pi->link_cfg.link_ok; in cxgbe_dev_link_update()209 if (pi->link_cfg.link_ok != old_link || in cxgbe_dev_link_update()220 ETH_LINK_UP : pi->link_cfg.link_ok; in cxgbe_dev_link_update()246 if (pi->link_cfg.link_ok) in cxgbe_dev_set_link_up()275 if (!pi->link_cfg.link_ok) in cxgbe_dev_set_link_down()
2964 lc->link_ok = 0; in t4_link_l1cfg()4549 int link_ok, linkdnrc; in t4_handle_get_port_info() local4557 link_ok = (lstatus & F_FW_PORT_CMD_LSTATUS) != 0; in t4_handle_get_port_info()4593 link_ok = (lstatus32 & F_FW_PORT_CMD_LSTATUS32) != 0; in t4_handle_get_port_info()4620 if (link_ok != lc->link_ok || speed != lc->speed || in t4_handle_get_port_info()4622 if (!link_ok && lc->link_ok) { in t4_handle_get_port_info()4627 lc->link_ok = link_ok; in t4_handle_get_port_info()4721 lc->link_ok = 0; in t4_reset_link_config()
312 unsigned char link_ok; /* link up? */ member
631 result.s.link_up = inband_status.s.link_ok;/* this is only accurate for 1000-base x */ in __cvmx_helper_sgmii_link_get()674 result.s.link_up = pcsx_anx_results_reg.s.link_ok; in __cvmx_helper_sgmii_link_get()
681 uint64_t link_ok : 1; /**< 1=Link up(OK), 0=Link down */ member683 uint64_t link_ok : 1;