Searched refs:ice_fec_counter_read (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/ice/ |
H A D | ice_lib.c | 193 static int ice_fec_counter_read(struct ice_hw *hw, u32 receiver_id, 11075 ice_fec_counter_read(struct ice_hw *hw, u32 receiver_id, u32 reg_offset, in ice_fec_counter_read() function 11151 err = ice_fec_counter_read(hw, receiver_id, corr_low_reg, in ice_get_port_fec_stats() 11156 err = ice_fec_counter_read(hw, receiver_id, corr_high_reg, in ice_get_port_fec_stats() 11161 err = ice_fec_counter_read(hw, receiver_id, uncorr_low_reg, in ice_get_port_fec_stats() 11166 err = ice_fec_counter_read(hw, receiver_id, uncorr_high_reg, in ice_get_port_fec_stats()
|