Searched refs:link_cfg (Results 1 – 6 of 6) sorted by relevance
1932 if (pi->up_vis > 0 && pi->link_cfg.link_ok) { in stop_adapter()1939 pi->link_cfg.link_ok = false; in stop_adapter()2464 if (pi->link_cfg.link_ok) in restart_lld()3216 if (__predict_false(pi->link_cfg.link_ok == false)) { in cxgbe_transmit()3431 struct link_config *lc = &pi->link_cfg; in cxgbe_media_change()3625 struct link_config *lc = &pi->link_cfg; in cxgbe_media_status()5999 lc = &pi->link_cfg; in set_current_media()6057 lc = &pi->link_cfg; in build_medialist()6096 struct link_config *lc = &pi->link_cfg; in init_link_config()6140 struct link_config *lc = &pi->link_cfg; in fixup_link_config()[all …]
328 struct link_config link_cfg; member
2005 struct dpaa2_ni_link_cfg link_cfg = {0}; in dpaa2_ni_set_pause_frame() local2025 error = DPAA2_CMD_NI_GET_LINK_CFG(dev, child, &cmd, &link_cfg); in dpaa2_ni_set_pause_frame()2033 link_cfg.options |= DPAA2_NI_LINK_OPT_PAUSE; in dpaa2_ni_set_pause_frame()2034 link_cfg.options &= ~DPAA2_NI_LINK_OPT_ASYM_PAUSE; in dpaa2_ni_set_pause_frame()2036 error = DPAA2_CMD_NI_SET_LINK_CFG(dev, child, &cmd, &link_cfg); in dpaa2_ni_set_pause_frame()2043 sc->link_options = link_cfg.options; in dpaa2_ni_set_pause_frame()
364 props->state = pi->link_cfg.link_ok ? IB_PORT_ACTIVE : IB_PORT_DOWN; in c4iw_query_port()
964 return (fwcap_to_speed(pi->link_cfg.pcaps) / 1000); in port_top_speed()
8878 struct link_config old_lc, *lc = &pi->link_cfg; in handle_port_info()