Home
last modified time | relevance | path

Searched refs:length_errors (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.h93 u64 length_errors; member
H A Dfbnic_txrx.c1233 u64 csum_complete = 0, csum_none = 0, length_errors = 0; in fbnic_clean_rcq() local
1299 length_errors++; in fbnic_clean_rcq()
1330 rcq->stats.rx.length_errors += length_errors; in fbnic_clean_rcq()
1414 fbn->rx_stats.rx.length_errors += stats->rx.length_errors; in fbnic_aggregate_ring_rx_counters()
H A Dfbnic_netdev.c486 rx_length = stats->rx.length_errors; in fbnic_get_stats64()
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h100 u64 length_errors; member
H A Dfm10k_main.c537 rx_ring->rx_stats.length_errors++; in fm10k_cleanup_headers()
/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.h175 u64_stats_t length_errors; member
H A Dbcmgenet.c1048 rx_rings[num].stats64, length_errors), \
2375 BCMGENET_STATS64_INC(stats, length_errors); in bcmgenet_desc_rx()
2404 u64_stats_inc(&stats->length_errors); in bcmgenet_desc_rx()
3627 rx_length_errors = u64_stats_read(&rx_stats->length_errors); in bcmgenet_get_stats64()