Home
last modified time | relevance | path

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

/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt.h59 char * (*print_stats)(char *p, void *priv); member
Dieee80211_crypt_wep.c261 .print_stats = prism2_wep_print_stats,
Dieee80211_crypt_ccmp.c455 .print_stats = ieee80211_ccmp_print_stats,
Dieee80211_crypt_tkip.c763 .print_stats = ieee80211_tkip_print_stats,
/drivers/net/wireless/hostap/
Dhostap_proc.c246 local->crypt_info.crypt[i]->ops->print_stats) { in prism2_crypt_proc_show()
247 local->crypt_info.crypt[i]->ops->print_stats( in prism2_crypt_proc_show()
Dhostap_ap.c1090 if (sta->crypt && sta->crypt->ops && sta->crypt->ops->print_stats) in prism2_sta_proc_show()
1091 sta->crypt->ops->print_stats(m, sta->crypt->priv); in prism2_sta_proc_show()
/drivers/staging/rtl8192e/
Drtllib_crypt_wep.c268 .print_stats = prism2_wep_print_stats,
Drtllib_crypt_ccmp.c436 .print_stats = rtllib_ccmp_print_stats,
Drtllib_crypt_tkip.c754 .print_stats = rtllib_tkip_print_stats,
/drivers/block/xen-blkback/
Dblkback.c575 static void print_stats(struct xen_blkif *blkif) in print_stats() function
650 print_stats(blkif); in xen_blkif_schedule()
657 print_stats(blkif); in xen_blkif_schedule()