Searched refs:more_data (Results 1 - 4 of 4) sorted by relevance

/net/mac80211/
H A Dmesh_ps.c448 bool more_data = false; local
470 more_data = true;
498 if (more_data || !skb_queue_is_last(&frames, skb))
H A Ddriver-ops.h883 bool more_data)
886 reason, more_data);
890 more_data);
898 bool more_data)
901 reason, more_data);
905 more_data);
880 drv_release_buffered_frames(struct ieee80211_local *local, struct sta_info *sta, u16 tids, int num_frames, enum ieee80211_frame_release_type reason, bool more_data) argument
895 drv_allow_buffered_frames(struct ieee80211_local *local, struct sta_info *sta, u16 tids, int num_frames, enum ieee80211_frame_release_type reason, bool more_data) argument
H A Dtrace.h1247 bool more_data),
1249 TP_ARGS(local, sta, tids, num_frames, reason, more_data),
1257 __field(bool, more_data)
1266 __entry->more_data = more_data;
1273 __entry->reason, __entry->more_data
1282 bool more_data),
1284 TP_ARGS(local, sta, tids, num_frames, reason, more_data)
1292 bool more_data),
1294 TP_ARGS(local, sta, tids, num_frames, reason, more_data)
[all...]
H A Dsta_info.c1160 bool more_data = false; local
1211 more_data = true;
1220 more_data = true;
1276 if (more_data || !skb_queue_empty(&frames))
1306 reason, more_data);
1323 n_frames, reason, more_data);

Completed in 49 milliseconds