Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/pensando/ionic/
Dionic_stats.c354 **buf = IONIC_READ_STAT64(&lif_stats, &ionic_lif_stats_desc[i]); in ionic_sw_stats_get_values()
369 **buf = IONIC_READ_STAT64(txstats, in ionic_sw_stats_get_values()
378 **buf = IONIC_READ_STAT64(&txqcq->q, in ionic_sw_stats_get_values()
383 **buf = IONIC_READ_STAT64(&txqcq->cq, in ionic_sw_stats_get_values()
388 **buf = IONIC_READ_STAT64(&txqcq->intr, in ionic_sw_stats_get_values()
403 **buf = IONIC_READ_STAT64(rxstats, in ionic_sw_stats_get_values()
412 **buf = IONIC_READ_STAT64(&rxqcq->cq, in ionic_sw_stats_get_values()
417 **buf = IONIC_READ_STAT64(&rxqcq->intr, in ionic_sw_stats_get_values()
422 **buf = IONIC_READ_STAT64(&rxqcq->napi_stats, in ionic_sw_stats_get_values()
Dionic_stats.h48 #define IONIC_READ_STAT64(base_ptr, desc_ptr) \ macro