Searched refs:rtnl_locked (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intersil/hostap/ |
D | hostap.h | 40 int hostap_set_hostapd(local_info_t *local, int val, int rtnl_locked); 41 int hostap_set_hostapd_sta(local_info_t *local, int val, int rtnl_locked); 45 int type, int rtnl_locked, 47 void hostap_remove_interface(struct net_device *dev, int rtnl_locked, 54 int rtnl_locked); 56 int rtnl_locked, int do_not_remove);
|
D | hostap_main.c | 50 int type, int rtnl_locked, in hostap_add_interface() argument 79 if (!rtnl_locked) in hostap_add_interface() 85 if (!rtnl_locked) in hostap_add_interface() 102 void hostap_remove_interface(struct net_device *dev, int rtnl_locked, in hostap_remove_interface() argument 123 if (rtnl_locked) in hostap_remove_interface() 143 int rtnl_locked) in prism2_wds_add() argument 189 dev = hostap_add_interface(local, HOSTAP_INTERFACE_WDS, rtnl_locked, in prism2_wds_add() 204 int rtnl_locked, int do_not_remove) in prism2_wds_del() argument 229 hostap_remove_interface(selected->dev, rtnl_locked, 0); in prism2_wds_del() 877 static int hostap_enable_hostapd(local_info_t *local, int rtnl_locked) in hostap_enable_hostapd() argument [all …]
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | core.h | 212 int brcmf_net_attach(struct brcmf_if *ifp, bool rtnl_locked); 215 void brcmf_remove_interface(struct brcmf_if *ifp, bool rtnl_locked);
|
D | core.c | 585 int brcmf_net_attach(struct brcmf_if *ifp, bool rtnl_locked) in brcmf_net_attach() argument 608 if (rtnl_locked) in brcmf_net_attach() 627 static void brcmf_net_detach(struct net_device *ndev, bool rtnl_locked) in brcmf_net_detach() argument 630 if (rtnl_locked) in brcmf_net_detach() 783 bool rtnl_locked) in brcmf_del_if() argument 812 brcmf_net_detach(ifp->ndev, rtnl_locked); in brcmf_del_if() 821 brcmf_p2p_ifp_removed(ifp, rtnl_locked); in brcmf_del_if() 826 void brcmf_remove_interface(struct brcmf_if *ifp, bool rtnl_locked) in brcmf_remove_interface() argument 833 brcmf_del_if(ifp->drvr, ifp->bsscfgidx, rtnl_locked); in brcmf_remove_interface()
|
D | p2p.h | 158 void brcmf_p2p_ifp_removed(struct brcmf_if *ifp, bool rtnl_locked);
|
D | p2p.c | 2301 void brcmf_p2p_ifp_removed(struct brcmf_if *ifp, bool rtnl_locked) in brcmf_p2p_ifp_removed() argument 2310 if (!rtnl_locked) in brcmf_p2p_ifp_removed() 2313 if (!rtnl_locked) in brcmf_p2p_ifp_removed()
|