Lines Matching refs:ieee80211_tx_info
784 * These flags are used with the @flags member of &ieee80211_tx_info.
1058 * &struct ieee80211_tx_info contains an array of these structs
1106 * struct ieee80211_tx_info - skb transmit information
1154 struct ieee80211_tx_info {
1215 ieee80211_info_set_tx_time_est(struct ieee80211_tx_info *info, u16 tx_time_est)
1225 ieee80211_info_get_tx_time_est(struct ieee80211_tx_info *info)
1263 struct ieee80211_tx_info *info;
1292 static inline struct ieee80211_tx_info *IEEE80211_SKB_CB(struct sk_buff *skb)
1294 return (struct ieee80211_tx_info *)skb->cb;
1305 * @info: The &struct ieee80211_tx_info to be cleared.
1317 ieee80211_tx_info_clear_status(struct ieee80211_tx_info *info)
1321 BUILD_BUG_ON(offsetof(struct ieee80211_tx_info, status.rates) !=
1322 offsetof(struct ieee80211_tx_info, control.rates));
1323 BUILD_BUG_ON(offsetof(struct ieee80211_tx_info, status.rates) !=
1324 offsetof(struct ieee80211_tx_info, driver_rates));
1325 BUILD_BUG_ON(offsetof(struct ieee80211_tx_info, status.rates) != 8);
3003 const struct ieee80211_tx_info *c)
3012 const struct ieee80211_tx_info *c)
3021 const struct ieee80211_tx_info *c, int idx)
3408 * use those queue IDs in the hw_queue field of &struct ieee80211_tx_info and
5151 struct ieee80211_tx_info *info);
5177 * fit into &struct ieee80211_tx_info.
5207 struct ieee80211_tx_info *info)
5561 * @frame_txctl: &struct ieee80211_tx_info of the frame.
5571 const struct ieee80211_tx_info *frame_txctl,
5579 * @frame_txctl: &struct ieee80211_tx_info of the frame.
5589 const struct ieee80211_tx_info *frame_txctl);
5597 * @frame_txctl: &struct ieee80211_tx_info of the frame.
5608 const struct ieee80211_tx_info *frame_txctl,
5616 * @frame_txctl: &struct ieee80211_tx_info of the frame.
5627 const struct ieee80211_tx_info *frame_txctl);
7009 * you must initialize the chandef field in the ieee80211_tx_info structure
7335 * @info: &struct ieee80211_tx_info of the frame.
7339 struct ieee80211_tx_info *info,
7402 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);