Home
last modified time | relevance | path

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

/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c2230 struct i40e_aq_get_phy_abilities_resp phy_ab; in i40e_phy_conf_link() local
2250 avail_speed = phy_ab.link_speed; in i40e_phy_conf_link()
2264 if (is_up && phy_ab.phy_type != 0 && in i40e_phy_conf_link()
2266 phy_ab.link_speed != 0) in i40e_phy_conf_link()
2273 abilities |= phy_ab.abilities & mask; 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()
2303 phy_ab.abilities, phy_ab.link_speed); in i40e_phy_conf_link()
10068 struct i40e_aq_get_phy_abilities_resp phy_ab; in i40e_dev_sync_phy_type() local
[all …]