Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ionic/
H A Dionic_lif.h76 #define IONIC_Q_TO_RX_STATS(q) (&IONIC_Q_TO_QCQ(q)->stats.rx) macro
H A Dionic_rxtx.c729 struct ionic_rx_stats *stats = IONIC_Q_TO_RX_STATS(q); in ionic_rx_clean()