Searched refs:max_num_port_xstat (Results 1 – 2 of 2) sorted by relevance
31 for (j = 0; j < max_num_port_xstat; j++) { in opdl_xstats_init()32 uint32_t index = (i * max_num_port_xstat) + j; in opdl_xstats_init()82 if (size < max_num_port_xstat) in opdl_xstats_get_names()83 return max_num_port_xstat; in opdl_xstats_get_names()85 uint32_t port_idx = queue_port_id * max_num_port_xstat; in opdl_xstats_get_names()88 for (j = 0; j < max_num_port_xstat; j++) { in opdl_xstats_get_names()95 return max_num_port_xstat; in opdl_xstats_get_names()117 if (n > max_num_port_xstat) in opdl_xstats_get()120 uint32_t p_start = queue_port_id * max_num_port_xstat; in opdl_xstats_get()121 uint32_t p_finish = p_start + max_num_port_xstat; in opdl_xstats_get()[all …]
96 max_num_port_xstat enumerator99 #define OPDL_MAX_PORT_XSTAT_NUM (OPDL_PORTS_MAX * max_num_port_xstat)165 uint64_t port_stat[max_num_port_xstat];