Searched refs:iq_stats (Results 1 – 1 of 1) sorted by relevance
295 struct lio_iq_stats *iq_stats; in lio_dev_stats_get() local307 iq_stats = &txq->stats; in lio_dev_stats_get()308 pkts += iq_stats->tx_done; in lio_dev_stats_get()309 drop += iq_stats->tx_dropped; in lio_dev_stats_get()310 bytes += iq_stats->tx_tot_bytes; in lio_dev_stats_get()346 struct lio_iq_stats *iq_stats; in lio_dev_stats_reset() local355 iq_stats = &txq->stats; in lio_dev_stats_reset()356 memset(iq_stats, 0, sizeof(struct lio_iq_stats)); in lio_dev_stats_reset()