Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c2267 struct i40e_aq_get_phy_abilities_resp phy_ab; in i40e_phy_conf_link() local
2287 avail_speed = phy_ab.link_speed; in i40e_phy_conf_link()
2301 if (is_up && phy_ab.phy_type != 0 && in i40e_phy_conf_link()
2303 phy_ab.link_speed != 0) in i40e_phy_conf_link()
2310 abilities |= phy_ab.abilities & mask; in i40e_phy_conf_link()
2334 phy_conf.eee_capability = phy_ab.eee_capability; in i40e_phy_conf_link()
2335 phy_conf.eeer = phy_ab.eeer_val; in i40e_phy_conf_link()
2336 phy_conf.low_power_ctrl = phy_ab.d3_lpan; in i40e_phy_conf_link()
2339 phy_ab.abilities, phy_ab.link_speed); in i40e_phy_conf_link()
10071 struct i40e_aq_get_phy_abilities_resp phy_ab; in i40e_dev_sync_phy_type() local
[all …]