Searched defs:txpending (Results 1 - 1 of 1) sorted by relevance

/net/mac80211/
H A Dtx.c1158 bool txpending)
1178 (!txpending && !skb_queue_empty(&local->pending[q]))) {
1203 if (txpending)
1232 struct sta_info *sta, bool txpending)
1280 txpending);
1350 struct sk_buff *skb, bool txpending,
1386 tx.sta, txpending);
1154 ieee80211_tx_frags(struct ieee80211_local *local, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct sk_buff_head *skbs, bool txpending) argument
1230 __ieee80211_tx(struct ieee80211_local *local, struct sk_buff_head *skbs, int led_len, struct sta_info *sta, bool txpending) argument
1349 ieee80211_tx(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb, bool txpending, enum ieee80211_band band) argument

Completed in 35 milliseconds