Searched refs:nr_rxqs (Results 1 – 3 of 3) sorted by relevance
212 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in alloc_record_per_rxq() local215 array = calloc(nr_rxqs, sizeof(struct record)); in alloc_record_per_rxq()217 fprintf(stderr, "Mem alloc error (nr_rxqs:%u)\n", nr_rxqs); in alloc_record_per_rxq()225 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in alloc_stats_record() local235 for (i = 0; i < nr_rxqs; i++) in alloc_stats_record()244 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in free_stats_record() local247 for (i = 0; i < nr_rxqs; i++) in free_stats_record()338 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in stats_print() local383 for (rxq = 0; rxq < nr_rxqs; rxq++) { in stats_print()390 if (rxq_ == nr_rxqs - 1) in stats_print()
158 #define MVNETA_RX_INTR_MASK(nr_rxqs) (((1 << nr_rxqs) - 1) << 8) argument
153 #define MVNETA_RX_INTR_MASK(nr_rxqs) (((1 << nr_rxqs) - 1) << 8) argument