Home
last modified time | relevance | path

Searched refs:rps_cpus (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-net-queues1 What: /sys/class/<iface>/queues/rx-<queue>/rps_cpus
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_config.h384 bool rps_cpus; member
H A Ddhd_config.c1173 conf->rps_cpus = TRUE; in dhd_conf_set_tput_patch()
1201 conf->rps_cpus = FALSE; in dhd_conf_set_tput_patch()
1251 CONFIG_TRACE("rps_cpus=%d\n", conf->rps_cpus); in dhd_conf_dump_tput_patch()
4415 conf->rps_cpus = TRUE; in dhd_conf_read_others()
4417 conf->rps_cpus = FALSE; in dhd_conf_read_others()
4418 CONFIG_MSG("rps_cpus = %d\n", conf->rps_cpus); in dhd_conf_read_others()
5057 conf->rps_cpus = FALSE; in dhd_conf_preinit()
H A Ddhd_linux.c25656 if (!dhd->pub.conf->rps_cpus) in dhd_rps_cpus_enable()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_config.h387 bool rps_cpus; member
H A Ddhd_config.c1233 conf->rps_cpus = TRUE; in dhd_conf_set_tput_patch()
1261 conf->rps_cpus = FALSE; in dhd_conf_set_tput_patch()
1311 CONFIG_TRACE("rps_cpus=%d\n", conf->rps_cpus); in dhd_conf_dump_tput_patch()
4554 conf->rps_cpus = TRUE; in dhd_conf_read_others()
4556 conf->rps_cpus = FALSE; in dhd_conf_read_others()
4557 CONFIG_MSG("rps_cpus = %d\n", conf->rps_cpus); in dhd_conf_read_others()
5245 conf->rps_cpus = FALSE; in dhd_conf_preinit()
H A Ddhd_linux.c25545 if (!dhd->pub.conf->rps_cpus) in dhd_rps_cpus_enable()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dscaling.rst159 /sys/class/net/<dev>/queues/rx-<n>/rps_cpus
171 the rps_cpus to the CPUs in the same memory domain of the interrupting
179 RPS might be beneficial if the rps_cpus for each queue are the ones that
216 bitmap interface as rps_cpus (see above) when called from procfs::
/OK3568_Linux_fs/kernel/net/core/
H A Dnet-sysfs.c938 = __ATTR(rps_cpus, 0644, show_rps_map, store_rps_map);