Searched refs:tallies (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/drivers/net/wireless/hostap/
H A Dhostap_info.c16 struct hfa384x_comm_tallies *tallies; prism2_info_commtallies16() local
24 tallies = (struct hfa384x_comm_tallies *) buf; prism2_info_commtallies16()
26 local->comm_tallies.name += le16_to_cpu(tallies->name) prism2_info_commtallies16()
56 struct hfa384x_comm_tallies32 *tallies; prism2_info_commtallies32() local
64 tallies = (struct hfa384x_comm_tallies32 *) buf; prism2_info_commtallies32()
66 local->comm_tallies.name += le32_to_cpu(tallies->name) prism2_info_commtallies32()
H A Dhostap_hw.c1231 /* 32-bit tallies were added in STA f/w 0.8.0, but they were apparently prism2_setup_rids()
1233 * This has been fixed in 0.8.2, so enable 32-bit tallies only prism2_setup_rids()
1235 * tallies in 1.4.0; should 16-bit tallies be used for some other prism2_setup_rids()
2875 * more often during low load and when using 32-bit tallies. */ hostap_tick_timer()
H A Dhostap_wlan.h790 int tallies32; /* 32-bit tallies in use */
/linux-4.4.14/drivers/net/wireless/orinoco/
H A Dmain.c1436 struct hermes_tallies_frame tallies; __orinoco_ev_info() local
1439 if (len > sizeof(tallies)) { __orinoco_ev_info()
1442 len = sizeof(tallies); __orinoco_ev_info()
1445 err = hw->ops->bap_pread(hw, IRQ_BAP, &tallies, len, __orinoco_ev_info()
1453 le16_to_cpu(tallies.RxWEPUndecryptable); __orinoco_ev_info()
1454 if (len == sizeof(tallies)) __orinoco_ev_info()
1456 le16_to_cpu(tallies.RxDiscards_WEPICVError) + __orinoco_ev_info()
1457 le16_to_cpu(tallies.RxDiscards_WEPExcluded); __orinoco_ev_info()
1459 le16_to_cpu(tallies.TxDiscardsWrongSA); __orinoco_ev_info()
1461 le16_to_cpu(tallies.RxMsgInBadMsgFragments); __orinoco_ev_info()
1463 le16_to_cpu(tallies.TxRetryLimitExceeded); __orinoco_ev_info()
H A Dhermes.h458 /* Initiate an INQUIRE command (tallies or scan). The result will come as an
H A Dwext.c108 /* We can't really wait for the tallies inquiry command to orinoco_get_wireless_stats()
110 * a new tallies inquiry command for next time - Jean II */ orinoco_get_wireless_stats()
/linux-4.4.14/drivers/staging/wlan-ng/
H A Dhfa384x.h1339 hfa384x_CommTallies32_t tallies; /* Communication tallies. */ member in struct:hfa384x
H A Dprism2sta.c996 * Determine if these are 16-bit or 32-bit tallies, based on the prism2sta_inf_tallies()
1002 dst = (u32 *) &hw->tallies; prism2sta_inf_tallies()
1007 dst = (u32 *) &hw->tallies; prism2sta_inf_tallies()

Completed in 311 milliseconds