Home
last modified time | relevance | path

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

/Linux-v5.10/net/core/
Ddev.c2509 for (j = -1; j = netif_attrmask_next(j, mask, nr_ids), in clean_xps_maps()
2682 for (j = -1; j = netif_attrmask_next(j, possible_mask, nr_ids), in __netif_set_xps_queue()
2738 for (j = -1; j = netif_attrmask_next(j, possible_mask, nr_ids), in __netif_set_xps_queue()
2766 for (j = -1; j = netif_attrmask_next(j, possible_mask, nr_ids), in __netif_set_xps_queue()
2787 for (j = -1; j = netif_attrmask_next(j, possible_mask, nr_ids), in __netif_set_xps_queue()
Dnet-sysfs.c1433 for (j = -1; j = netif_attrmask_next(j, NULL, dev->num_rx_queues), in xps_rxqs_show()
/Linux-v5.10/include/linux/
Dnetdevice.h3680 static inline unsigned int netif_attrmask_next(int n, const unsigned long *srcp, in netif_attrmask_next() function