Searched refs:is_up (Results 1 – 1 of 1) sorted by relevance
2264 bool is_up) in i40e_phy_conf_link() argument2301 if (is_up && phy_ab.phy_type != 0 && in i40e_phy_conf_link()2317 if (is_up && !(force_speed & avail_speed)) { in i40e_phy_conf_link()2321 phy_conf.link_speed = is_up ? force_speed : avail_speed; in i40e_phy_conf_link()2329 phy_conf.phy_type = is_up ? cpu_to_le32(phy_type_mask) : 0; in i40e_phy_conf_link()2330 phy_conf.phy_type_ext = is_up ? (I40E_AQ_PHY_TYPE_EXT_25G_KR | in i40e_phy_conf_link()