Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_sw_stats.c664 sw_stats->supp[i].descr); in sfc_sw_xstats_reset()
710 sw_stat = sw_stats->supp[i].descr; in sfc_sw_stats_set_reset_basic_stats()
753 if (sw_stats->supp == NULL) { in sfc_sw_xstats_configure()
755 sizeof(*sw_stats->supp), 0); in sfc_sw_xstats_configure()
756 if (sw_stats->supp == NULL) in sfc_sw_xstats_configure()
765 sw_stats->supp[i].descr); in sfc_sw_xstats_configure()
808 rte_free(sw_stats->supp); in sfc_sw_xstats_configure()
809 sw_stats->supp = NULL; in sfc_sw_xstats_configure()
858 sa->sw_stats.supp = NULL; in sfc_sw_xstats_init()
876 rte_free(sa->sw_stats.supp); in sfc_sw_xstats_close()
[all …]
H A Dsfc.h190 struct sfc_sw_stat_data *supp; member
H A Dsfc_flow.c166 uint8_t supp; in sfc_flow_parse_init() local
228 supp = ((const uint8_t *)supp_mask)[i]; in sfc_flow_parse_init()
230 if (~supp & mask[i]) { in sfc_flow_parse_init()