Home
last modified time | relevance | path

Searched refs:print_stats (Results 1 – 10 of 10) sorted by relevance

/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt.h58 char * (*print_stats)(char *p, void *priv); member
Dieee80211_crypt_wep.c232 .print_stats = prism2_wep_print_stats,
Dieee80211_crypt_ccmp.c405 .print_stats = ieee80211_ccmp_print_stats,
Dieee80211_crypt_tkip.c704 .print_stats = ieee80211_tkip_print_stats,
/drivers/net/wireless/intersil/hostap/
Dhostap_proc.c189 local->crypt_info.crypt[i]->ops->print_stats) { in prism2_crypt_proc_show()
190 local->crypt_info.crypt[i]->ops->print_stats( in prism2_crypt_proc_show()
Dhostap_ap.c1042 if (sta->crypt && sta->crypt->ops && sta->crypt->ops->print_stats) in prism2_sta_proc_show()
1043 sta->crypt->ops->print_stats(m, sta->crypt->priv); in prism2_sta_proc_show()
/drivers/staging/rtl8192e/
Drtllib_crypt_wep.c228 .print_stats = prism2_wep_print_stats,
Drtllib_crypt_ccmp.c398 .print_stats = rtllib_ccmp_print_stats,
Drtllib_crypt_tkip.c709 .print_stats = rtllib_tkip_print_stats,
/drivers/block/xen-blkback/
Dblkback.c534 static void print_stats(struct xen_blkif_ring *ring) in print_stats() function
614 print_stats(ring); in xen_blkif_schedule()
621 print_stats(ring); in xen_blkif_schedule()