Home
last modified time | relevance | path

Searched refs:func_qstats (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_stats.c589 struct hwrm_func_qstats_output func_qstats = {0}; in bnxt_dev_xstats_get_op() local
602 bnxt_hwrm_func_qstats(bp, 0xffff, NULL, &func_qstats); in bnxt_dev_xstats_get_op()
646 rte_le_to_cpu_64(*(uint64_t *)((char *)&func_qstats + in bnxt_dev_xstats_get_op()
H A Dbnxt_hwrm.h148 struct hwrm_func_qstats_output *func_qstats);
H A Dbnxt_hwrm.c2363 struct hwrm_func_qstats_output *func_qstats) in bnxt_hwrm_func_qstats() argument
2376 if (func_qstats) in bnxt_hwrm_func_qstats()
2377 memcpy(func_qstats, resp, in bnxt_hwrm_func_qstats()