Searched refs:rtnl_locked (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
D | hostap.h | 42 int hostap_set_hostapd(local_info_t *local, int val, int rtnl_locked); 43 int hostap_set_hostapd_sta(local_info_t *local, int val, int rtnl_locked); 47 int type, int rtnl_locked, 49 void hostap_remove_interface(struct net_device *dev, int rtnl_locked, 56 int rtnl_locked); 58 int rtnl_locked, int do_not_remove);
|
D | hostap_main.c | 46 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 …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | core.h | 204 int brcmf_net_attach(struct brcmf_if *ifp, bool rtnl_locked); 207 void brcmf_remove_interface(struct brcmf_if *ifp, bool rtnl_locked); 213 void brcmf_net_detach(struct net_device *ndev, bool rtnl_locked);
|
D | core.c | 636 int brcmf_net_attach(struct brcmf_if *ifp, bool rtnl_locked) in brcmf_net_attach() argument 659 if (rtnl_locked) in brcmf_net_attach() 680 void brcmf_net_detach(struct net_device *ndev, bool rtnl_locked) in brcmf_net_detach() argument 683 if (rtnl_locked) in brcmf_net_detach() 912 bool rtnl_locked) in brcmf_del_if() argument 941 brcmf_net_detach(ifp->ndev, rtnl_locked); in brcmf_del_if() 950 brcmf_p2p_ifp_removed(ifp, rtnl_locked); in brcmf_del_if() 959 void brcmf_remove_interface(struct brcmf_if *ifp, bool rtnl_locked) in brcmf_remove_interface() argument 966 brcmf_del_if(ifp->drvr, ifp->bsscfgidx, rtnl_locked); in brcmf_remove_interface()
|
D | p2p.h | 152 void brcmf_p2p_ifp_removed(struct brcmf_if *ifp, bool rtnl_locked);
|
D | p2p.c | 2433 void brcmf_p2p_ifp_removed(struct brcmf_if *ifp, bool rtnl_locked) in brcmf_p2p_ifp_removed() argument 2442 if (!rtnl_locked) in brcmf_p2p_ifp_removed() 2445 if (!rtnl_locked) in brcmf_p2p_ifp_removed()
|
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
D | cfg80211.h | 20 void wilc_wfi_deinit_mon_interface(struct wilc *wl, bool rtnl_locked);
|
D | mon.c | 248 void wilc_wfi_deinit_mon_interface(struct wilc *wl, bool rtnl_locked) in wilc_wfi_deinit_mon_interface() argument 253 if (rtnl_locked) in wilc_wfi_deinit_mon_interface()
|
D | netdev.h | 286 bool rtnl_locked);
|
D | netdev.c | 888 bool rtnl_locked) in wilc_netdev_ifc_init() argument 914 if (rtnl_locked) in wilc_netdev_ifc_init()
|