Lines Matching defs:netdev
1541 struct ath6kl_vif *vif = netdev_priv(wdev->netdev);
1874 static int ath6kl_set_pmksa(struct wiphy *wiphy, struct net_device *netdev,
1877 struct ath6kl *ar = ath6kl_priv(netdev);
1878 struct ath6kl_vif *vif = netdev_priv(netdev);
1884 static int ath6kl_del_pmksa(struct wiphy *wiphy, struct net_device *netdev,
1887 struct ath6kl *ar = ath6kl_priv(netdev);
1888 struct ath6kl_vif *vif = netdev_priv(netdev);
1894 static int ath6kl_flush_pmksa(struct wiphy *wiphy, struct net_device *netdev)
1896 struct ath6kl *ar = ath6kl_priv(netdev);
1897 struct ath6kl_vif *vif = netdev_priv(netdev);
3502 /* Stop netdev queues, needed during recovery */
3798 vif->wdev.netdev = ndev;