Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_common.h138 ice_aq_set_phy_cfg(struct ice_hw *hw, struct ice_port_info *pi,
H A Dice_common.c2562 ice_aq_set_phy_cfg(struct ice_hw *hw, struct ice_port_info *pi, in ice_aq_set_phy_cfg() function
2848 status = ice_aq_set_phy_cfg(hw, pi, &cfg, NULL); in ice_set_fc()
/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.c3865 status = ice_aq_set_phy_cfg(hw, pi, &cfg, NULL); in ice_force_phys_link_state()