Home
last modified time | relevance | path

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

/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c2231 struct i40e_aq_set_phy_config phy_conf; in i40e_phy_conf_link() local
2269 memset(&phy_conf, 0, sizeof(phy_conf)); in i40e_phy_conf_link()
2275 phy_conf.abilities = abilities; in i40e_phy_conf_link()
2282 phy_conf.link_speed = avail_speed; in i40e_phy_conf_link()
2284 phy_conf.link_speed = is_up ? force_speed : avail_speed; in i40e_phy_conf_link()
2297 phy_conf.fec_config = phy_ab.fec_cfg_curr_mod_ext_info; in i40e_phy_conf_link()
2298 phy_conf.eee_capability = phy_ab.eee_capability; in i40e_phy_conf_link()
2299 phy_conf.eeer = phy_ab.eeer_val; in i40e_phy_conf_link()
2300 phy_conf.low_power_ctrl = phy_ab.d3_lpan; in i40e_phy_conf_link()
2305 phy_conf.abilities, phy_conf.link_speed); in i40e_phy_conf_link()
[all …]