Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.h149 ice_aq_get_fec_stats(struct ice_hw *hw, u16 pcs_quad, u16 pcs_port,
H A Dice_ethtool.c4651 err = ice_aq_get_fec_stats(hw, pcs_quad, pcs_port, ICE_FEC_CORR_LOW, in ice_get_port_fec_stats()
4656 err = ice_aq_get_fec_stats(hw, pcs_quad, pcs_port, ICE_FEC_CORR_HIGH, in ice_get_port_fec_stats()
4661 err = ice_aq_get_fec_stats(hw, pcs_quad, pcs_port, in ice_get_port_fec_stats()
4667 err = ice_aq_get_fec_stats(hw, pcs_quad, pcs_port, in ice_get_port_fec_stats()
H A Dice_common.c3434 int ice_aq_get_fec_stats(struct ice_hw *hw, u16 pcs_quad, u16 pcs_port, in ice_aq_get_fec_stats() function