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.c4628 err = ice_aq_get_fec_stats(hw, pcs_quad, pcs_port, ICE_FEC_CORR_LOW, in ice_get_port_fec_stats()
4633 err = ice_aq_get_fec_stats(hw, pcs_quad, pcs_port, ICE_FEC_CORR_HIGH, in ice_get_port_fec_stats()
4638 err = ice_aq_get_fec_stats(hw, pcs_quad, pcs_port, in ice_get_port_fec_stats()
4644 err = ice_aq_get_fec_stats(hw, pcs_quad, pcs_port, in ice_get_port_fec_stats()
H A Dice_common.c3527 int ice_aq_get_fec_stats(struct ice_hw *hw, u16 pcs_quad, u16 pcs_port, in ice_aq_get_fec_stats() function