Home
last modified time | relevance | path

Searched refs:arinfo (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/carl9170/
H A Dtx.c265 struct carl9170_tx_info *arinfo; in carl9170_tx_release() local
269 arinfo = container_of(ref, struct carl9170_tx_info, ref); in carl9170_tx_release()
270 txinfo = container_of((void *) arinfo, struct ieee80211_tx_info, in carl9170_tx_release()
274 ar = arinfo->ar; in carl9170_tx_release()
333 struct carl9170_tx_info *arinfo = (void *) in carl9170_tx_get_skb() local
335 kref_get(&arinfo->ref); in carl9170_tx_get_skb()
340 struct carl9170_tx_info *arinfo = (void *) in carl9170_tx_put_skb() local
343 return kref_put(&arinfo->ref, carl9170_tx_release); in carl9170_tx_put_skb()
564 struct carl9170_tx_info *arinfo; in carl9170_check_queue_stop_timeout() local
576 arinfo = (void *) txinfo->rate_driver_data; in carl9170_check_queue_stop_timeout()
[all …]
H A Ddebug.c285 struct carl9170_tx_info *arinfo = (void *) txinfo->rate_driver_data; in carl9170_debugfs_format_frame()
292 jiffies_to_msecs(jiffies - arinfo->timeout)); in carl9170_debugfs_format_frame()
289 struct carl9170_tx_info *arinfo = (void *) txinfo->rate_driver_data; carl9170_debugfs_format_frame() local