Searched refs:nxpwifi_netdev_get_priv (Results 1 – 4 of 4) sorted by relevance
13 struct nxpwifi_private *priv = nxpwifi_netdev_get_priv(dev); in nxpwifi_ethtool_get_wol()34 struct nxpwifi_private *priv = nxpwifi_netdev_get_priv(dev); in nxpwifi_ethtool_set_wol()
105 struct nxpwifi_private *priv = nxpwifi_netdev_get_priv(wdev->netdev); in nxpwifi_cfg80211_del_key()161 struct nxpwifi_private *priv = nxpwifi_netdev_get_priv(wdev->netdev); in nxpwifi_cfg80211_mgmt_tx()236 struct nxpwifi_private *priv = nxpwifi_netdev_get_priv(wdev->netdev); in nxpwifi_cfg80211_update_mgmt_frame_registrations()259 struct nxpwifi_private *priv = nxpwifi_netdev_get_priv(wdev->netdev); in nxpwifi_cfg80211_remain_on_channel()297 struct nxpwifi_private *priv = nxpwifi_netdev_get_priv(wdev->netdev); in nxpwifi_cfg80211_cancel_remain_on_channel()384 struct nxpwifi_private *priv = nxpwifi_netdev_get_priv(dev); in nxpwifi_cfg80211_set_power_mgmt()406 struct nxpwifi_private *priv = nxpwifi_netdev_get_priv(netdev); in nxpwifi_cfg80211_set_default_key()432 struct nxpwifi_private *priv = nxpwifi_netdev_get_priv(wdev->netdev); in nxpwifi_cfg80211_add_key()826 priv = nxpwifi_netdev_get_priv(dev); in nxpwifi_change_vif_to_sta()869 priv = nxpwifi_netdev_get_priv(dev); in nxpwifi_change_vif_to_ap()[all …]
728 struct nxpwifi_private *priv = nxpwifi_netdev_get_priv(dev); in nxpwifi_close()852 struct nxpwifi_private *priv = nxpwifi_netdev_get_priv(dev); in nxpwifi_hard_start_xmit()969 struct nxpwifi_private *priv = nxpwifi_netdev_get_priv(dev); in nxpwifi_ndo_set_mac_address()978 struct nxpwifi_private *priv = nxpwifi_netdev_get_priv(dev); in nxpwifi_set_multicast_list()998 struct nxpwifi_private *priv = nxpwifi_netdev_get_priv(dev); in nxpwifi_tx_timeout()1196 struct nxpwifi_private *priv = nxpwifi_netdev_get_priv(dev); in nxpwifi_get_stats()
1215 nxpwifi_netdev_get_priv(struct net_device *dev) in nxpwifi_netdev_get_priv() function