Home
last modified time | relevance | path

Searched refs:rtnl_locked (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/drivers/net/wireless/intersil/hostap/
Dhostap.h40 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);
Dhostap_main.c46 int type, int rtnl_locked, in hostap_add_interface() argument
75 if (!rtnl_locked) in hostap_add_interface()
81 if (!rtnl_locked) in hostap_add_interface()
98 void hostap_remove_interface(struct net_device *dev, int rtnl_locked, in hostap_remove_interface() argument
119 if (rtnl_locked) in hostap_remove_interface()
139 int rtnl_locked) in prism2_wds_add() argument
185 dev = hostap_add_interface(local, HOSTAP_INTERFACE_WDS, rtnl_locked, in prism2_wds_add()
200 int rtnl_locked, int do_not_remove) in prism2_wds_del() argument
225 hostap_remove_interface(selected->dev, rtnl_locked, 0); in prism2_wds_del()
873 static int hostap_enable_hostapd(local_info_t *local, int rtnl_locked) in hostap_enable_hostapd() argument
[all …]
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcore.h204 int brcmf_net_attach(struct brcmf_if *ifp, bool rtnl_locked);
207 void brcmf_remove_interface(struct brcmf_if *ifp, bool rtnl_locked);
Dcore.c632 int brcmf_net_attach(struct brcmf_if *ifp, bool rtnl_locked) in brcmf_net_attach() argument
655 if (rtnl_locked) in brcmf_net_attach()
674 static void brcmf_net_detach(struct net_device *ndev, bool rtnl_locked) in brcmf_net_detach() argument
677 if (rtnl_locked) in brcmf_net_detach()
831 bool rtnl_locked) in brcmf_del_if() argument
860 brcmf_net_detach(ifp->ndev, rtnl_locked); in brcmf_del_if()
869 brcmf_p2p_ifp_removed(ifp, rtnl_locked); in brcmf_del_if()
878 void brcmf_remove_interface(struct brcmf_if *ifp, bool rtnl_locked) in brcmf_remove_interface() argument
885 brcmf_del_if(ifp->drvr, ifp->bsscfgidx, rtnl_locked); in brcmf_remove_interface()
Dp2p.h149 void brcmf_p2p_ifp_removed(struct brcmf_if *ifp, bool rtnl_locked);
Dp2p.c2317 void brcmf_p2p_ifp_removed(struct brcmf_if *ifp, bool rtnl_locked) in brcmf_p2p_ifp_removed() argument
2326 if (!rtnl_locked) in brcmf_p2p_ifp_removed()
2329 if (!rtnl_locked) in brcmf_p2p_ifp_removed()
/Linux-v5.4/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.h20 void wilc_wfi_deinit_mon_interface(struct wilc *wl, bool rtnl_locked);
Dwilc_mon.c250 void wilc_wfi_deinit_mon_interface(struct wilc *wl, bool rtnl_locked) in wilc_wfi_deinit_mon_interface() argument
255 if (rtnl_locked) in wilc_wfi_deinit_mon_interface()
Dwilc_wfi_netdevice.h292 bool rtnl_locked);
Dwilc_netdev.c886 bool rtnl_locked) in wilc_netdev_ifc_init() argument
912 if (rtnl_locked) in wilc_netdev_ifc_init()