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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dfirestream.c267 #define fs_dprintk(f, str...) if (fs_debug & f) printk (str) macro
269 #define fs_dprintk(f, str...) /* nothing */ macro
308 #define func_enter() fs_dprintk(FS_DEBUG_FLOW, "fs: enter %s\n", __func__)
309 #define func_exit() fs_dprintk(FS_DEBUG_FLOW, "fs: exit %s\n", __func__)
426 fs_dprintk (FS_DEBUG_QOS, "make_rate %u", rate);
528 fs_dprintk (FS_DEBUG_QOS, "rate: man=%u, exp=%hu", man, exp);
574 fs_dprintk (FS_DEBUG_TXQ, "Found queue at %x full. Waiting.\n",
582 fs_dprintk (FS_DEBUG_TXQ, "q mismatch! %p %p\n", qe, cqe);
594 fs_dprintk (FS_DEBUG_TXQ, "q at %d: %x-%x: %x entries.\n",
643 fs_dprintk (FS_DEBUG_QUEU
[all...]

Completed in 140 milliseconds