ICE_PF_STAT("rx_oversize.nic", stats.rx_oversize),
        ICE_PF_STAT("rx_jabber.nic", stats.rx_jabber),
        ICE_PF_STAT("rx_csum_bad.nic", hw_csum_rx_error),
-       ICE_PF_STAT("rx_length_errors.nic", stats.rx_len_errors),
        ICE_PF_STAT("rx_dropped.nic", stats.eth.rx_discards),
        ICE_PF_STAT("rx_crc_errors.nic", stats.crc_errors),
        ICE_PF_STAT("illegal_bytes.nic", stats.illegal_bytes),
 
                cur_ns->rx_crc_errors = pf->stats.crc_errors;
                cur_ns->rx_errors = pf->stats.crc_errors +
                                    pf->stats.illegal_bytes +
-                                   pf->stats.rx_len_errors +
                                    pf->stats.rx_undersize +
                                    pf->hw_csum_rx_error +
                                    pf->stats.rx_jabber +
                                    pf->stats.rx_fragments +
                                    pf->stats.rx_oversize;
-               cur_ns->rx_length_errors = pf->stats.rx_len_errors;
                /* record drops from the port level */
                cur_ns->rx_missed_errors = pf->stats.eth.rx_discards;
        }
                          &prev_ps->mac_remote_faults,
                          &cur_ps->mac_remote_faults);
 
-       ice_stat_update32(hw, GLPRT_RLEC(port), pf->stat_prev_loaded,
-                         &prev_ps->rx_len_errors, &cur_ps->rx_len_errors);
-
        ice_stat_update32(hw, GLPRT_RUC(port), pf->stat_prev_loaded,
                          &prev_ps->rx_undersize, &cur_ps->rx_undersize);
 
 
        u64 error_bytes;                /* errbc */
        u64 mac_local_faults;           /* mlfc */
        u64 mac_remote_faults;          /* mrfc */
-       u64 rx_len_errors;              /* rlec */
        u64 link_xon_rx;                /* lxonrxc */
        u64 link_xoff_rx;               /* lxoffrxc */
        u64 link_xon_tx;                /* lxontxc */