Home
last modified time | relevance | path

Searched refs:tids (Results 1 – 7 of 7) sorted by relevance

/net/mac80211/
A Dsta_info.c1109 unsigned long tids; in __sta_info_recalc_tim() local
1119 tids = ieee80211_tids_for_ac(ac); in __sta_info_recalc_tim()
1124 sta->txq_buffered_tids & tids; in __sta_info_recalc_tim()
1938 if (tids & 0xF8) in find_highest_prio_tid()
1939 return fls(tids) - 1; in find_highest_prio_tid()
1941 if (tids & BIT(0)) in find_highest_prio_tid()
1943 return fls(tids) - 1; in find_highest_prio_tid()
1991 unsigned long tids; in ieee80211_sta_ps_get_frames() local
1996 tids = ieee80211_tids_for_ac(ac); in ieee80211_sta_ps_get_frames()
2089 u16 tids = 0; in ieee80211_sta_ps_deliver_response() local
[all …]
A Ddriver-ops.h927 struct sta_info *sta, u16 tids, int num_frames, in drv_release_buffered_frames() argument
931 trace_drv_release_buffered_frames(local, &sta->sta, tids, num_frames, in drv_release_buffered_frames()
934 local->ops->release_buffered_frames(&local->hw, &sta->sta, tids, in drv_release_buffered_frames()
942 struct sta_info *sta, u16 tids, int num_frames, in drv_allow_buffered_frames() argument
946 trace_drv_allow_buffered_frames(local, &sta->sta, tids, num_frames, in drv_allow_buffered_frames()
950 tids, num_frames, reason, in drv_allow_buffered_frames()
1573 struct ieee80211_sta *sta, u8 tids) in drv_reset_tid_config() argument
1579 ret = local->ops->reset_tid_config(&local->hw, &sdata->vif, sta, tids); in drv_reset_tid_config()
A Dtrace.h1575 u16 tids, int num_frames,
1579 TP_ARGS(local, sta, tids, num_frames, reason, more_data),
1584 __field(u16, tids)
1593 __entry->tids = tids;
1602 LOCAL_PR_ARG, STA_PR_ARG, __entry->tids, __entry->num_frames,
1610 u16 tids, int num_frames,
1614 TP_ARGS(local, sta, tids, num_frames, reason, more_data)
1620 u16 tids, int num_frames,
1624 TP_ARGS(local, sta, tids, num_frames, reason, more_data)
A Dcfg.c4915 const u8 *peer, u8 tids) in ieee80211_reset_tid_config() argument
4926 return drv_reset_tid_config(sdata->local, sdata, NULL, tids); in ieee80211_reset_tid_config()
4932 return drv_reset_tid_config(sdata->local, sdata, &sta->sta, tids); in ieee80211_reset_tid_config()
/net/wireless/
A Drdev-ops.h1380 u8 tids) in rdev_reset_tid_config() argument
1384 trace_rdev_reset_tid_config(&rdev->wiphy, dev, peer, tids); in rdev_reset_tid_config()
1385 ret = rdev->ops->reset_tid_config(&rdev->wiphy, dev, peer, tids); in rdev_reset_tid_config()
A Dtrace.h2924 const u8 *peer, u8 tids),
2925 TP_ARGS(wiphy, netdev, peer, tids),
2930 __field(u8, tids)
2936 __entry->tids = tids;
2939 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->peer, __entry->tids)
A Dnl80211.c16664 tid_conf->tids = nla_get_u16(attrs[NL80211_TID_CONFIG_ATTR_TIDS]); in parse_tid_conf()
16669 tid_conf->tids); in parse_tid_conf()

Completed in 63 milliseconds