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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sibyte/sb1250/
H A Dbus_watcher.c54 } bw_stats; variable in typeref:struct:bw_stats_struct
90 status = bw_stats.status;
91 l2_err = bw_stats.l2_err;
92 memio_err = bw_stats.memio_err;
224 memset(&bw_stats, 0, sizeof(struct bw_stats_struct));
225 bw_stats.status_printed = 1;
227 if (request_irq(K_INT_BAD_ECC, sibyte_bw_int, 0, "Bus watcher", &bw_stats)) {
231 if (request_irq(K_INT_COR_ECC, sibyte_bw_int, 0, "Bus watcher", &bw_stats)) {
232 free_irq(K_INT_BAD_ECC, &bw_stats);
236 if (request_irq(K_INT_IO_BUS, sibyte_bw_int, 0, "Bus watcher", &bw_stats)) {
[all...]

Completed in 76 milliseconds