Searched refs:qcount (Results 1 – 2 of 2) sorted by relevance
303 struct rte_flow_query_count *qcount) in ulp_fc_tf_flow_stat_get() argument344 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()
989 uint64_t qcount : 16; member