Searched refs:qstat_read (Results 1 – 1 of 1) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_nix_stats.c | 83 qstat_read(struct nix *nix, uint16_t qid, uint32_t off) in qstat_read() function 100 qstats->rx_pkts = qstat_read(nix, qid, NIX_LF_RQ_OP_PKTS); in nix_stat_rx_queue_get() 101 qstats->rx_octs = qstat_read(nix, qid, NIX_LF_RQ_OP_OCTS); in nix_stat_rx_queue_get() 102 qstats->rx_drop_pkts = qstat_read(nix, qid, NIX_LF_RQ_OP_DROP_PKTS); in nix_stat_rx_queue_get() 103 qstats->rx_drop_octs = qstat_read(nix, qid, NIX_LF_RQ_OP_DROP_OCTS); in nix_stat_rx_queue_get() 104 qstats->rx_error_pkts = qstat_read(nix, qid, NIX_LF_RQ_OP_RE_PKTS); in nix_stat_rx_queue_get() 111 qstats->tx_pkts = qstat_read(nix, qid, NIX_LF_SQ_OP_PKTS); in nix_stat_tx_queue_get() 112 qstats->tx_octs = qstat_read(nix, qid, NIX_LF_SQ_OP_OCTS); in nix_stat_tx_queue_get() 113 qstats->tx_drop_pkts = qstat_read(nix, qid, NIX_LF_SQ_OP_DROP_PKTS); in nix_stat_tx_queue_get() 114 qstats->tx_drop_octs = qstat_read(nix, qid, NIX_LF_SQ_OP_DROP_OCTS); in nix_stat_tx_queue_get() [all …]
|