Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/pensando/ionic/
Dionic_stats.c236 **buf = IONIC_READ_STAT64(&lif_stats, &ionic_lif_stats_desc[i]); in ionic_sw_stats_get_values()
244 **buf = IONIC_READ_STAT64(txstats, in ionic_sw_stats_get_values()
253 **buf = IONIC_READ_STAT64(&txqcq->q, in ionic_sw_stats_get_values()
258 **buf = IONIC_READ_STAT64(&txqcq->cq, in ionic_sw_stats_get_values()
263 **buf = IONIC_READ_STAT64(&txqcq->intr, in ionic_sw_stats_get_values()
278 **buf = IONIC_READ_STAT64(rxstats, in ionic_sw_stats_get_values()
287 **buf = IONIC_READ_STAT64(&rxqcq->cq, in ionic_sw_stats_get_values()
292 **buf = IONIC_READ_STAT64(&rxqcq->intr, in ionic_sw_stats_get_values()
297 **buf = IONIC_READ_STAT64(&rxqcq->napi_stats, in ionic_sw_stats_get_values()
Dionic_stats.h45 #define IONIC_READ_STAT64(base_ptr, desc_ptr) \ macro