Home
last modified time | relevance | path

Searched refs:rtnl_locked (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap.h42 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);
H A Dhostap_main.c46 int type, int rtnl_locked, in hostap_add_interface()
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()
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()
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
45 hostap_add_interface(struct local_info *local, int type, int rtnl_locked, const char *prefix, const char *name) hostap_add_interface() argument
138 prism2_wds_add(local_info_t *local, u8 *remote_addr, int rtnl_locked) prism2_wds_add() argument
199 prism2_wds_del(local_info_t *local, u8 *remote_addr, int rtnl_locked, int do_not_remove) prism2_wds_del() argument
892 hostap_disable_hostapd(local_info_t *local, int rtnl_locked) hostap_disable_hostapd() argument
905 hostap_enable_hostapd_sta(local_info_t *local, int rtnl_locked) hostap_enable_hostapd_sta() argument
924 hostap_disable_hostapd_sta(local_info_t *local, int rtnl_locked) hostap_disable_hostapd_sta() argument
937 hostap_set_hostapd(local_info_t *local, int val, int rtnl_locked) hostap_set_hostapd() argument
962 hostap_set_hostapd_sta(local_info_t *local, int val, int rtnl_locked) hostap_set_hostapd_sta() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H A Dhostap.h42 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);
H A Dhostap_main.c46 int type, int rtnl_locked, in hostap_add_interface()
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()
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()
225 hostap_remove_interface(selected->dev, rtnl_locked, 0); in prism2_wds_del()
876 static int hostap_enable_hostapd(local_info_t *local, int rtnl_locked) in hostap_enable_hostapd() argument
45 hostap_add_interface(struct local_info *local, int type, int rtnl_locked, const char *prefix, const char *name) hostap_add_interface() argument
138 prism2_wds_add(local_info_t *local, u8 *remote_addr, int rtnl_locked) prism2_wds_add() argument
199 prism2_wds_del(local_info_t *local, u8 *remote_addr, int rtnl_locked, int do_not_remove) prism2_wds_del() argument
895 hostap_disable_hostapd(local_info_t *local, int rtnl_locked) hostap_disable_hostapd() argument
908 hostap_enable_hostapd_sta(local_info_t *local, int rtnl_locked) hostap_enable_hostapd_sta() argument
927 hostap_disable_hostapd_sta(local_info_t *local, int rtnl_locked) hostap_disable_hostapd_sta() argument
940 hostap_set_hostapd(local_info_t *local, int val, int rtnl_locked) hostap_set_hostapd() argument
965 hostap_set_hostapd_sta(local_info_t *local, int val, int rtnl_locked) hostap_set_hostapd_sta() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A 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);
213 void brcmf_net_detach(struct net_device *ndev, bool rtnl_locked);
H A Dcore.c638 int brcmf_net_attach(struct brcmf_if *ifp, bool rtnl_locked) in brcmf_net_attach() argument
661 if (rtnl_locked) in brcmf_net_attach()
682 void brcmf_net_detach(struct net_device *ndev, bool rtnl_locked) in brcmf_net_detach() argument
685 if (rtnl_locked) in brcmf_net_detach()
914 bool rtnl_locked) in brcmf_del_if()
943 brcmf_net_detach(ifp->ndev, rtnl_locked); in brcmf_del_if()
952 brcmf_p2p_ifp_removed(ifp, rtnl_locked); in brcmf_del_if()
961 void brcmf_remove_interface(struct brcmf_if *ifp, bool rtnl_locked) in brcmf_remove_interface() argument
968 brcmf_del_if(ifp->drvr, ifp->bsscfgidx, rtnl_locked); in brcmf_remove_interface()
913 brcmf_del_if(struct brcmf_pub *drvr, s32 bsscfgidx, bool rtnl_locked) brcmf_del_if() argument
H A Dp2p.h152 void brcmf_p2p_ifp_removed(struct brcmf_if *ifp, bool rtnl_locked);
H A Dp2p.c2433 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-6.6/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.h17 void wilc_wfi_deinit_mon_interface(struct wilc *wl, bool rtnl_locked);
H A Dmon.c248 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()
H A Dnetdev.c930 bool rtnl_locked) in wilc_netdev_ifc_init()
956 if (rtnl_locked) in wilc_netdev_ifc_init()
979 if (rtnl_locked) in wilc_netdev_ifc_init()
928 wilc_netdev_ifc_init(struct wilc *wl, const char *name, int vif_type, enum nl80211_iftype type, bool rtnl_locked) wilc_netdev_ifc_init() argument
H A Dnetdev.h288 bool rtnl_locked);
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.h20 void wilc_wfi_deinit_mon_interface(struct wilc *wl, bool rtnl_locked);
H A Dmon.c248 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()
H A Dnetdev.h286 bool rtnl_locked);
H A Dnetdev.c889 bool rtnl_locked) in wilc_netdev_ifc_init()
915 if (rtnl_locked) in wilc_netdev_ifc_init()
887 wilc_netdev_ifc_init(struct wilc *wl, const char *name, int vif_type, enum nl80211_iftype type, bool rtnl_locked) wilc_netdev_ifc_init() argument
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.h152 void brcmf_p2p_ifp_removed(struct brcmf_if *ifp, bool rtnl_locked);

Completed in 15 milliseconds