Home
last modified time | relevance | path

Searched refs:link_cfg (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_main.c2009 pi->link_cfg.link_ok = false; in t4_suspend()
2414 if (pi->link_cfg.link_ok) in t4_resume()
3280 struct link_config *lc = &pi->link_cfg; in cxgbe_media_change()
3469 struct link_config *lc = &pi->link_cfg; in cxgbe_media_status()
5824 lc = &pi->link_cfg; in set_current_media()
5882 lc = &pi->link_cfg; in build_medialist()
5921 struct link_config *lc = &pi->link_cfg; in init_link_config()
6424 if (pi->link_cfg.link_ok) in cxgbe_init_synchronized()
6501 pi->link_cfg.link_ok = false; in cxgbe_uninit_synchronized()
6502 pi->link_cfg.speed = 0; in cxgbe_uninit_synchronized()
[all …]
H A Dadapter.h328 struct link_config link_cfg; member
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_ni.c2024 struct dpaa2_ni_link_cfg link_cfg = {0}; in dpaa2_ni_set_pause_frame() local
2044 error = DPAA2_CMD_NI_GET_LINK_CFG(dev, child, &cmd, &link_cfg); in dpaa2_ni_set_pause_frame()
2052 link_cfg.options |= DPAA2_NI_LINK_OPT_PAUSE; in dpaa2_ni_set_pause_frame()
2053 link_cfg.options &= ~DPAA2_NI_LINK_OPT_ASYM_PAUSE; in dpaa2_ni_set_pause_frame()
2055 error = DPAA2_CMD_NI_SET_LINK_CFG(dev, child, &cmd, &link_cfg); in dpaa2_ni_set_pause_frame()
2062 sc->link_options = link_cfg.options; in dpaa2_ni_set_pause_frame()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c362 props->state = pi->link_cfg.link_ok ? IB_PORT_ACTIVE : IB_PORT_DOWN; in c4iw_query_port()
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h963 return (fwcap_to_speed(pi->link_cfg.pcaps) / 1000); in port_top_speed()
H A Dt4_hw.c8878 struct link_config old_lc, *lc = &pi->link_cfg; in handle_port_info()