Home
last modified time | relevance | path

Searched defs:nr_rxqs (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/samples/bpf/
Dxdp_rxq_info_user.c212 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in alloc_record_per_rxq() local
225 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in alloc_stats_record() local
244 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in free_stats_record() local
338 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in stats_print() local
/Linux-v5.10/drivers/net/ethernet/marvell/
Dmvneta.c153 #define MVNETA_RX_INTR_MASK(nr_rxqs) (((1 << nr_rxqs) - 1) << 8) argument