Searched refs:reset_tid_config (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/net/mac80211/ |
H A D | driver-ops.h | 1422 ret = local->ops->reset_tid_config(&local->hw, &sdata->vif, sta, tids); in drv_reset_tid_config()
|
H A D | cfg.c | 4603 if (!sdata->local->ops->reset_tid_config) in ieee80211_reset_tid_config() 5137 .reset_tid_config = ieee80211_reset_tid_config,
|
/openbmc/linux/net/wireless/ |
H A D | rdev-ops.h | 1379 ret = rdev->ops->reset_tid_config(&rdev->wiphy, dev, peer, tids); in rdev_reset_tid_config()
|
H A D | nl80211.c | 15924 if (rdev->ops->reset_tid_config) { in parse_tid_conf()
|
/openbmc/linux/include/net/ |
H A D | mac80211.h | 4622 int (*reset_tid_config)(struct ieee80211_hw *hw, member
|
H A D | cfg80211.h | 4744 int (*reset_tid_config)(struct wiphy *wiphy, struct net_device *dev, member
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 9467 .reset_tid_config = ath10k_mac_op_reset_tid_config,
|