Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c4595 static int ice_get_port_fec_stats(struct ice_hw *hw, u16 pcs_quad, u16 pcs_port, in ice_get_port_fec_stats() argument
4602 if (pcs_quad > 1 || pcs_port > 3) in ice_get_port_fec_stats()
4605 err = ice_aq_get_fec_stats(hw, pcs_quad, pcs_port, ICE_FEC_CORR_LOW, in ice_get_port_fec_stats()
4610 err = ice_aq_get_fec_stats(hw, pcs_quad, pcs_port, ICE_FEC_CORR_HIGH, in ice_get_port_fec_stats()
4615 err = ice_aq_get_fec_stats(hw, pcs_quad, pcs_port, in ice_get_port_fec_stats()
4621 err = ice_aq_get_fec_stats(hw, pcs_quad, pcs_port, in ice_get_port_fec_stats()
H A Dice_common.c3711 int ice_aq_get_fec_stats(struct ice_hw *hw, u16 pcs_quad, u16 pcs_port, in ice_aq_get_fec_stats() argument
3724 if (pcs_quad == 0) in ice_aq_get_fec_stats()
3726 else if (pcs_quad == 1) in ice_aq_get_fec_stats()