Home
last modified time | relevance | path

Searched refs:nv_by_mac (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_config.c346 mac_list = dhd->conf->nv_by_mac.m_mac_list_head; in dhd_conf_set_nv_name_by_mac()
347 nv_num = dhd->conf->nv_by_mac.count; in dhd_conf_set_nv_name_by_mac()
2403 dhd_conf_free_mac_list(&conf->nv_by_mac); in dhd_conf_read_nv_by_mac()
2406 conf->nv_by_mac.count = (uint32)simple_strtol(pch, NULL, 0); in dhd_conf_read_nv_by_mac()
2407 if (!(mac_list = kmalloc(sizeof(wl_mac_list_t)*conf->nv_by_mac.count, in dhd_conf_read_nv_by_mac()
2409 conf->nv_by_mac.count = 0; in dhd_conf_read_nv_by_mac()
2412 CONFIG_MSG("nv_count=%d\n", conf->nv_by_mac.count); in dhd_conf_read_nv_by_mac()
2413 conf->nv_by_mac.m_mac_list_head = mac_list; in dhd_conf_read_nv_by_mac()
2414 for (i=0; i<conf->nv_by_mac.count; i++) { in dhd_conf_read_nv_by_mac()
3585 dhd_conf_free_mac_list(&conf->nv_by_mac); in dhd_conf_preinit()
[all …]
H A Ddhd_config.h171 wl_mac_list_ctrl_t nv_by_mac; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_config.c448 mac_list = dhd->conf->nv_by_mac.m_mac_list_head; in dhd_conf_set_nv_name_by_mac()
449 nv_num = dhd->conf->nv_by_mac.count; in dhd_conf_set_nv_name_by_mac()
3386 dhd_conf_free_mac_list(&conf->nv_by_mac); in dhd_conf_read_nv_by_mac()
3389 conf->nv_by_mac.count = (uint32)simple_strtol(pch, NULL, 0); in dhd_conf_read_nv_by_mac()
3390 if (!(mac_list = kmalloc(sizeof(wl_mac_list_t)*conf->nv_by_mac.count, in dhd_conf_read_nv_by_mac()
3392 conf->nv_by_mac.count = 0; in dhd_conf_read_nv_by_mac()
3395 CONFIG_MSG("nv_count=%d\n", conf->nv_by_mac.count); in dhd_conf_read_nv_by_mac()
3396 conf->nv_by_mac.m_mac_list_head = mac_list; in dhd_conf_read_nv_by_mac()
3397 for (i=0; i<conf->nv_by_mac.count; i++) { in dhd_conf_read_nv_by_mac()
4848 dhd_conf_free_mac_list(&conf->nv_by_mac); in dhd_conf_preinit()
[all …]
H A Ddhd_config.h217 wl_mac_list_ctrl_t nv_by_mac; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_config.h217 wl_mac_list_ctrl_t nv_by_mac; member
H A Ddhd_config.c536 mac_list = dhd->conf->nv_by_mac.m_mac_list_head; in dhd_conf_set_nv_name_by_mac()
537 nv_num = dhd->conf->nv_by_mac.count; in dhd_conf_set_nv_name_by_mac()
3504 dhd_conf_free_mac_list(&conf->nv_by_mac); in dhd_conf_read_nv_by_mac()
3507 conf->nv_by_mac.count = (uint32)simple_strtol(pch, NULL, 0); in dhd_conf_read_nv_by_mac()
3508 if (!(mac_list = kmalloc(sizeof(wl_mac_list_t)*conf->nv_by_mac.count, in dhd_conf_read_nv_by_mac()
3510 conf->nv_by_mac.count = 0; in dhd_conf_read_nv_by_mac()
3513 CONFIG_MSG("nv_count=%d\n", conf->nv_by_mac.count); in dhd_conf_read_nv_by_mac()
3514 conf->nv_by_mac.m_mac_list_head = mac_list; in dhd_conf_read_nv_by_mac()
3515 for (i=0; i<conf->nv_by_mac.count; i++) { in dhd_conf_read_nv_by_mac()
5023 dhd_conf_free_mac_list(&conf->nv_by_mac); in dhd_conf_free_preinit()