Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/
H A Dcxgbe_main.c718 if (pi->link_cfg.pcaps & FW_PORT_CAP32_SPEED_1G) in cxgbe_print_port_info()
720 if (pi->link_cfg.pcaps & FW_PORT_CAP32_SPEED_10G) in cxgbe_print_port_info()
722 if (pi->link_cfg.pcaps & FW_PORT_CAP32_SPEED_25G) in cxgbe_print_port_info()
724 if (pi->link_cfg.pcaps & FW_PORT_CAP32_SPEED_40G) in cxgbe_print_port_info()
734 (enum fw_port_type)pi->link_cfg.port_type)); in cxgbe_print_port_info()
1599 mod_str[pi->link_cfg.mod_type]); in t4_os_portmod_changed()
1611 pi->port_id, pi->link_cfg.mod_type); in t4_os_portmod_changed()
1623 pi->vi_en_rx == pi->link_cfg.link_ok) in t4_os_link_changed()
1637 pi->vi_en_rx = pi->link_cfg.link_ok; in t4_os_link_changed()
1949 fw_caps_to_speed_caps(pi->link_cfg.port_type, pi->link_cfg.pcaps, in cxgbe_get_speed_caps()
[all …]
H A Dcxgbe_ethdev.c212 struct link_config *lc = &pi->link_cfg; in cxgbe_dev_link_update()
215 u8 old_link = pi->link_cfg.link_ok; in cxgbe_dev_link_update()
225 if (pi->link_cfg.link_ok != old_link || in cxgbe_dev_link_update()
236 RTE_ETH_LINK_UP : pi->link_cfg.link_ok; in cxgbe_dev_link_update()
262 if (pi->link_cfg.link_ok) in cxgbe_dev_set_link_up()
291 if (!pi->link_cfg.link_ok) in cxgbe_dev_set_link_down()
1071 struct link_config *lc = &pi->link_cfg; in cxgbe_flow_ctrl_get()
1099 struct link_config *lc = &pi->link_cfg; in cxgbe_flow_ctrl_set()
1518 struct link_config *lc = &pi->link_cfg; in cxgbe_fec_get_capability()
1534 struct link_config *lc = &pi->link_cfg; in cxgbe_fec_get()
[all …]
/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c2805 struct link_config *lc = &pi->link_cfg; in t4_link_l1cfg_core()
4335 struct link_config *lc = &pi->link_cfg; in t4_set_link_autoneg_speed()
4347 struct link_config *lc = &pi->link_cfg; in t4_set_link_speed()
4364 struct link_config *lc = &pi->link_cfg; in t4_set_link_pause()
4414 struct link_config *lc = &pi->link_cfg; in t4_set_link_fec()
4493 struct link_config *lc = &pi->link_cfg; in t4_handle_get_port_info()
4617 struct link_config *lc = &pi->link_cfg; in t4_reset_link_config()
4640 struct link_config *lc = &pi->link_cfg; in t4_init_link_config()
H A Dadapter.h36 struct link_config link_cfg; /* link configuration info */ member