Searched refs:rxf_cpucore (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_config.h | 241 int rxf_cpucore; member
|
| H A D | dhd_config.c | 2899 conf->rxf_cpucore = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params() 2900 CONFIG_MSG("rxf_cpucore = %d\n", conf->rxf_cpucore); in dhd_conf_read_sdio_params() 3685 conf->rxf_cpucore = -1; in dhd_conf_preinit()
|
| H A D | dhd_linux.c | 6641 if (dhd->pub.conf->rxf_cpucore >= 0) { in dhd_rxf_thread() 6642 printf("%s: set rxf_cpucore %d\n", __FUNCTION__, dhd->pub.conf->rxf_cpucore); in dhd_rxf_thread() 6643 set_cpus_allowed_ptr(current, cpumask_of(dhd->pub.conf->rxf_cpucore)); in dhd_rxf_thread() 6644 dhd->pub.conf->rxf_cpucore = -1; in dhd_rxf_thread()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_config.h | 302 int rxf_cpucore; member
|
| H A D | dhd_config.c | 3892 conf->rxf_cpucore = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params() 3893 CONFIG_MSG("rxf_cpucore = %d\n", conf->rxf_cpucore); in dhd_conf_read_sdio_params() 4964 conf->rxf_cpucore = -1; in dhd_conf_preinit()
|
| H A D | dhd_linux.c | 7039 if (dhd->pub.conf->rxf_cpucore >= 0) { in dhd_rxf_thread() 7040 printf("%s: set rxf_cpucore %d\n", __FUNCTION__, dhd->pub.conf->rxf_cpucore); in dhd_rxf_thread() 7041 set_cpus_allowed_ptr(current, cpumask_of(dhd->pub.conf->rxf_cpucore)); in dhd_rxf_thread() 7042 dhd->pub.conf->rxf_cpucore = -1; in dhd_rxf_thread()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_config.h | 305 int rxf_cpucore; member
|
| H A D | dhd_config.c | 4017 conf->rxf_cpucore = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params() 4018 CONFIG_MSG("rxf_cpucore = %d\n", conf->rxf_cpucore); in dhd_conf_read_sdio_params() 5152 conf->rxf_cpucore = -1; in dhd_conf_preinit()
|
| H A D | dhd_linux.c | 7053 if (dhd->pub.conf->rxf_cpucore >= 0) { in dhd_rxf_thread() 7054 printf("%s: set rxf_cpucore %d\n", __FUNCTION__, dhd->pub.conf->rxf_cpucore); in dhd_rxf_thread() 7055 set_cpus_allowed_ptr(current, cpumask_of(dhd->pub.conf->rxf_cpucore)); in dhd_rxf_thread() 7056 dhd->pub.conf->rxf_cpucore = -1; in dhd_rxf_thread()
|