Home
last modified time | relevance | path

Searched refs:rss_getnumbuckets (Results 1 – 12 of 12) sorted by relevance

/NextBSD/sys/net/
HDrss_config.h120 u_int rss_getnumbuckets(void);
HDrss_config.c446 rss_getnumbuckets(void) in rss_getnumbuckets() function
HDiflib.c3942 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()
/NextBSD/sys/netinet/
HDin_pcbgroup.c155 numpcbgroups = rss_getnumbuckets(); in in_pcbgroup_init()
HDip_output.c1100 (optval < rss_getnumbuckets())) { in ip_ctloutput()
/NextBSD/sys/dev/mlx5/mlx5_core/
HDmlx5_eq.c402 rss_getcpu(bucket % rss_getnumbuckets())); in mlx5_create_map_eq()
/NextBSD/sys/dev/ixgbe/
HDif_ix.c2453 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()
HDif_ixgbe.c2483 cpu_id = rss_getcpu(i % rss_getnumbuckets()); in ixgbe_if_msix_intr_assign()
/NextBSD/sys/dev/mlx5/mlx5_en/
HDmlx5_en_main.c999 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()
/NextBSD/sys/dev/e1000/
HDif_igb.c2420 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()
/NextBSD/sys/dev/cxgbe/
HDt4_main.c3861 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()
/NextBSD/sys/netinet6/
HDip6_output.c1675 (optval < rss_getnumbuckets())) { in ip6_ctloutput()