Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_fc_mgr.c303 struct rte_flow_query_count *qcount) in ulp_fc_tf_flow_stat_get() argument
344 qcount->hits = FLOW_CNTR_PKTS(stats, dparms); in ulp_fc_tf_flow_stat_get()
345 if (qcount->hits) in ulp_fc_tf_flow_stat_get()
346 qcount->hits_set = 1; in ulp_fc_tf_flow_stat_get()
347 qcount->bytes = FLOW_CNTR_BYTES(stats, dparms); in ulp_fc_tf_flow_stat_get()
348 if (qcount->bytes) in ulp_fc_tf_flow_stat_get()
349 qcount->bytes_set = 1; in ulp_fc_tf_flow_stat_get()
351 if (qcount->reset) { in ulp_fc_tf_flow_stat_get()
/dpdk/drivers/common/cnxk/hw/
H A Dnix.h989 uint64_t qcount : 16; member