Lines Matching defs:arinfo
265 struct carl9170_tx_info *arinfo;
269 arinfo = container_of(ref, struct carl9170_tx_info, ref);
270 txinfo = container_of((void *) arinfo, struct ieee80211_tx_info,
274 ar = arinfo->ar;
332 struct carl9170_tx_info *arinfo = (void *)
334 kref_get(&arinfo->ref);
339 struct carl9170_tx_info *arinfo = (void *)
342 return kref_put(&arinfo->ref, carl9170_tx_release);
563 struct carl9170_tx_info *arinfo;
575 arinfo = (void *) txinfo->rate_driver_data;
577 if (time_is_before_jiffies(arinfo->timeout +
608 struct carl9170_tx_info *arinfo;
622 arinfo = (void *)txinfo->rate_driver_data;
623 if (time_is_after_jiffies(arinfo->timeout +
967 struct carl9170_tx_info *arinfo;
972 BUILD_BUG_ON(sizeof(*arinfo) > sizeof(info->rate_driver_data));
1073 arinfo = (void *)info->rate_driver_data;
1074 arinfo->timeout = jiffies;
1075 arinfo->ar = ar;
1076 kref_init(&arinfo->ref);
1249 struct carl9170_tx_info *arinfo;
1251 BUILD_BUG_ON(sizeof(*arinfo) > sizeof(info->rate_driver_data));
1265 arinfo = (void *) info->rate_driver_data;
1267 arinfo->timeout = jiffies;