Home
last modified time | relevance | path

Searched refs:rss_getcpu (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/net/
H A Drss_config.c339 rss_getcpu(u_int bucket) in rss_getcpu() function
359 return (rss_getcpu(rss_getbucket(hash_val))); in rss_hash2cpuid()
537 rss_getcpu(i)); in sysctl_rss_bucket_mapping()
H A Drss_config.h114 u_int rss_getcpu(u_int bucket);
/freebsd/sys/dev/ixgbe/
H A Dixgbe_rss.h55 #define rss_getcpu(_a) 0 macro
/freebsd/sys/dev/sfxge/
H A Dsfxge_intr.c201 rss_getcpu(index)); in sfxge_intr_bus_enable()
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_io.c448 sc->cpu = rss_getcpu(sc->attr.id % rss_getnumbuckets()); in dpaa2_io_setup_irqs()
/freebsd/sys/dev/liquidio/
H A Dlio_core.c612 cpu_id = rss_getcpu(i % rss_getnumbuckets()); in lio_setup_interrupt()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eq.c488 rss_getcpu(bucket % rss_getnumbuckets())); in mlx5_create_map_eq()
/freebsd/sys/dev/ena/
H A Dena.c1853 rss_getcpu(cur_bind); in ena_setup_io_intr()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c6780 rss_getcpu(q % nbuckets)); in t4_setup_intr_handlers()
6797 rss_getcpu(q % nbuckets)); in t4_setup_intr_handlers()
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c195 #define HN_RING_IDX2CPU(sc, idx) rss_getcpu((idx) % rss_getnumbuckets())