Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_common.h149 ice_aq_get_fec_stats(struct ice_hw *hw, u16 pcs_quad, u16 pcs_port,
Dice_ethtool.c4641 static int ice_get_port_fec_stats(struct ice_hw *hw, u16 pcs_quad, u16 pcs_port, in ice_get_port_fec_stats() argument
4648 if (pcs_quad > 1 || pcs_port > 3) in ice_get_port_fec_stats()
4651 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()
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() argument
3447 if (pcs_quad == 0) in ice_aq_get_fec_stats()
3449 else if (pcs_quad == 1) in ice_aq_get_fec_stats()