Searched refs:rss_getnumbuckets (Results 1 – 12 of 12) sorted by relevance
120 u_int rss_getnumbuckets(void);
446 rss_getnumbuckets(void) in rss_getnumbuckets() function
3942 queues = imin(queuemsgs, rss_getnumbuckets()); in iflib_msix_init()3957 if (queues > rss_getnumbuckets()) in iflib_msix_init()3958 queues = rss_getnumbuckets(); in iflib_msix_init()
155 numpcbgroups = rss_getnumbuckets(); in in_pcbgroup_init()
1100 (optval < rss_getnumbuckets())) { in ip_ctloutput()
402 rss_getcpu(bucket % rss_getnumbuckets())); in mlx5_create_map_eq()
2453 if (adapter->num_queues != rss_getnumbuckets()) { in ixgbe_allocate_msix()2459 rss_getnumbuckets()); in ixgbe_allocate_msix()2492 cpu_id = rss_getcpu(i % rss_getnumbuckets()); in ixgbe_allocate_msix()2616 if (queues > rss_getnumbuckets()) in ixgbe_setup_msix()2617 queues = rss_getnumbuckets(); in ixgbe_setup_msix()
2483 cpu_id = rss_getcpu(i % rss_getnumbuckets()); in ixgbe_if_msix_intr_assign()
999 cpu_id = rss_getcpu(c->ix % rss_getnumbuckets()); in mlx5e_create_sq()2173 if (rss_getnumbuckets() > priv->params.num_channels) { in mlx5e_open_locked()2175 "channels(%u) available\n", rss_getnumbuckets(), in mlx5e_open_locked()
2420 if (adapter->num_queues != rss_getnumbuckets()) { in igb_allocate_msix()2426 rss_getnumbuckets()); in igb_allocate_msix()2463 cpu_id = rss_getcpu(i % rss_getnumbuckets()); in igb_allocate_msix()2810 if (queues > rss_getnumbuckets()) in igb_setup_msix()2811 queues = rss_getnumbuckets(); in igb_setup_msix()
3861 int nbuckets = rss_getnumbuckets(); in vi_full_init()9026 t4_ntxq10g = rss_getnumbuckets(); in tweak_tunables()9035 t4_ntxq1g = rss_getnumbuckets(); in tweak_tunables()9043 t4_nrxq10g = rss_getnumbuckets(); in tweak_tunables()9052 t4_nrxq1g = rss_getnumbuckets(); in tweak_tunables()
1675 (optval < rss_getnumbuckets())) { in ip6_ctloutput()