Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/carl9170/
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()
332 struct carl9170_tx_info *arinfo = (void *) in carl9170_tx_get_skb() local
334 kref_get(&arinfo->ref); in carl9170_tx_get_skb()
339 struct carl9170_tx_info *arinfo = (void *) in carl9170_tx_put_skb() local
342 return kref_put(&arinfo->ref, carl9170_tx_release); in carl9170_tx_put_skb()
563 struct carl9170_tx_info *arinfo; in carl9170_check_queue_stop_timeout() local
575 arinfo = (void *) txinfo->rate_driver_data; in carl9170_check_queue_stop_timeout()
[all …]
Ddebug.c289 struct carl9170_tx_info *arinfo = (void *) txinfo->rate_driver_data; in carl9170_debugfs_format_frame() local
296 jiffies_to_msecs(jiffies - arinfo->timeout)); in carl9170_debugfs_format_frame()