Searched refs:static_ndev (Results 1 – 15 of 15) sorted by relevance
1429 struct net_device *static_ndev[DHD_MAX_STATIC_IFS]; member1457 ((cfg && cfg->static_ndev && \
10427 cfg->static_ndev[ifidx - DHD_MAX_IFS] = ndev; in wl_cfg80211_register_static_if()10445 if (!cfg || !cfg->static_ndev[i]) { in wl_cfg80211_unregister_static_if()10453 unregister_netdev(cfg->static_ndev[i]); in wl_cfg80211_unregister_static_if()10521 new_ndev = cfg->static_ndev[iface_num]; in wl_cfg80211_post_static_ifcreate()
2443 if (IS_AP_IFACE(cfg->static_ndev->ieee80211_ptr)) {20311 if (strcmp(name, cfg->static_ndev[i]->name) == 0) {20324 if ((cfg && (cfg->static_ndev[i] == net))) {20351 if ((cfg && (cfg->static_ndev[i] == net))) {
1489 struct net_device *static_ndev[DHD_MAX_STATIC_IFS]; member1521 ((cfg && cfg->static_ndev && \
10525 cfg->static_ndev[ifidx - DHD_MAX_IFS] = ndev; in wl_cfg80211_register_static_if()10543 if (!cfg || !cfg->static_ndev[i]) { in wl_cfg80211_unregister_static_if()10551 unregister_netdev(cfg->static_ndev[i]); in wl_cfg80211_unregister_static_if()10619 new_ndev = cfg->static_ndev[iface_num]; in wl_cfg80211_post_static_ifcreate()
2566 if (IS_AP_IFACE(cfg->static_ndev->ieee80211_ptr)) {20545 if (strcmp(name, cfg->static_ndev[i]->name) == 0) {20558 if ((cfg && (cfg->static_ndev[i] == net))) {20585 if ((cfg && (cfg->static_ndev[i] == net))) {
10119 cfg->static_ndev[ifidx - DHD_MAX_IFS] = ndev; in wl_cfg80211_register_static_if()10137 if (!cfg || !cfg->static_ndev[i]) { in wl_cfg80211_unregister_static_if()10145 unregister_netdev(cfg->static_ndev[i]); in wl_cfg80211_unregister_static_if()10213 new_ndev = cfg->static_ndev[iface_num]; in wl_cfg80211_post_static_ifcreate()
2568 if (IS_AP_IFACE(cfg->static_ndev->ieee80211_ptr)) {20547 if (strcmp(name, cfg->static_ndev[i]->name) == 0) {20560 if ((cfg && (cfg->static_ndev[i] == net))) {20587 if ((cfg && (cfg->static_ndev[i] == net))) {
23229 if (cfg->static_ndev[i] == ndev) in wl_cfg80211_static_if()23245 if (cfg->static_ndev[i] == ndev) in wl_cfg80211_static_ifidx()23261 if (cfg->static_ndev[i] && (cfg->static_ndev_state[i] & NDEV_STATE_FW_IF_CREATED)) in wl_cfg80211_static_if_active()23262 return cfg->static_ndev[i]; in wl_cfg80211_static_if_active()23277 if (cfg->static_ndev[i] && (!strncmp(cfg->static_ndev[i]->name, name, strlen(name)))) in wl_cfg80211_static_if_name()23294 if (cfg->static_ndev[i] && (cfg->static_ndev[i]->flags & IFF_UP)) in wl_cfg80211_static_if_dev_close()23295 dev_close(cfg->static_ndev[i]); in wl_cfg80211_static_if_dev_close()
1935 struct net_device *static_ndev[DHD_MAX_STATIC_IFS]; member
13466 cfg->static_ndev[static_ifidx] = ndev; in wl_cfg80211_register_static_if()13493 if (cfg->static_ndev[i]) in wl_cfg80211_unregister_static_if()13494 unregister_netdev(cfg->static_ndev[i]); in wl_cfg80211_unregister_static_if()13568 new_ndev = cfg->static_ndev[static_ifidx]; in wl_cfg80211_post_static_ifcreate()
22984 if (cfg->static_ndev[i] == ndev) in wl_cfg80211_static_if()23000 if (cfg->static_ndev[i] == ndev) in wl_cfg80211_static_ifidx()23016 if (cfg->static_ndev[i] && (cfg->static_ndev_state[i] & NDEV_STATE_FW_IF_CREATED)) in wl_cfg80211_static_if_active()23017 return cfg->static_ndev[i]; in wl_cfg80211_static_if_active()23032 if (cfg->static_ndev[i] && (!strncmp(cfg->static_ndev[i]->name, name, strlen(name)))) in wl_cfg80211_static_if_name()23049 if (cfg->static_ndev[i] && (cfg->static_ndev[i]->flags & IFF_UP)) in wl_cfg80211_static_if_dev_close()23050 dev_close(cfg->static_ndev[i]); in wl_cfg80211_static_if_dev_close()
13310 cfg->static_ndev[static_ifidx] = ndev; in wl_cfg80211_register_static_if()13337 if (cfg->static_ndev[i]) in wl_cfg80211_unregister_static_if()13338 unregister_netdev(cfg->static_ndev[i]); in wl_cfg80211_unregister_static_if()13412 new_ndev = cfg->static_ndev[static_ifidx]; in wl_cfg80211_post_static_ifcreate()