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

/arch/mips/include/asm/octeon/
H A Dcvmx-pip.h306 * Configure the global QoS packet watchers. Each watcher is
310 * @watcher: Watcher number to configure (0 - 3).
313 * Value the watcher will match against
314 * @qos: QoS queue for packets matching this watcher
316 static inline void cvmx_pip_config_watcher(uint64_t watcher,
327 cvmx_write_csr(CVMX_PIP_QOS_WATCHX(watcher), watcher_config.u64);
335 * @qos: QoS queue for packets matching this watcher
350 * @qos: QoS queue for packets matching this watcher
/arch/cris/arch-v10/kernel/
H A Dio_interface_mux.c35 struct watcher struct
41 struct watcher *next;
544 static struct watcher *watchers = NULL;
579 struct watcher *w = watchers;
1103 struct watcher *w;
1131 struct watcher *w = watchers, *prev = NULL;
1148 printk(KERN_WARNING "cris_io_interface_delete_watcher: Deleting unknown watcher 0x%p\n", notify);
/arch/mips/sibyte/common/
H A Dbus_watcher.c63 printk("Bus watcher error counters: %08x %08x\n", l2_err, memio_err);
74 * to see the most recent status of the bus watcher, which might have
95 #error bus watcher being built for unknown Sibyte SOC!
98 printk("Using last values reaped by bus watcher driver\n");
109 printk("Bus watcher indicates no error\n");
175 * sibyte_bw_int - handle bus watcher interrupts and accumulate counts
225 if (request_irq(K_INT_BAD_ECC, sibyte_bw_int, 0, "Bus watcher", &bw_stats)) {
226 printk("Failed to register bus watcher BAD_ECC irq\n");
229 if (request_irq(K_INT_COR_ECC, sibyte_bw_int, 0, "Bus watcher", &bw_stats)) {
231 printk("Failed to register bus watcher COR_EC
[all...]

Completed in 379 milliseconds