Lines Matching refs:debug

152    debug settings. There are three main container directories where
155 * /sys/kernel/debug/wimax:DEVNAME/ for the generic WiMAX stack
157 * /sys/kernel/debug/wimax:DEVNAME/i2400m for the i2400m generic
159 * /sys/kernel/debug/wimax:DEVNAME/i2400m-usb (or -sdio) for the
163 /sys/kernel/debug, those paths will change.
165 5.2.1. Increasing debug output
167 The files named *dl_* indicate knobs for controlling the debug output
170 # find /sys/kernel/debug/wimax\:wmx0 -name \*dl_\*
171 /sys/kernel/debug/wimax:wmx0/i2400m-usb/dl_tx
172 /sys/kernel/debug/wimax:wmx0/i2400m-usb/dl_rx
173 /sys/kernel/debug/wimax:wmx0/i2400m-usb/dl_notif
174 /sys/kernel/debug/wimax:wmx0/i2400m-usb/dl_fw
175 /sys/kernel/debug/wimax:wmx0/i2400m-usb/dl_usb
176 /sys/kernel/debug/wimax:wmx0/i2400m/dl_tx
177 /sys/kernel/debug/wimax:wmx0/i2400m/dl_rx
178 /sys/kernel/debug/wimax:wmx0/i2400m/dl_rfkill
179 /sys/kernel/debug/wimax:wmx0/i2400m/dl_netdev
180 /sys/kernel/debug/wimax:wmx0/i2400m/dl_fw
181 /sys/kernel/debug/wimax:wmx0/i2400m/dl_debugfs
182 /sys/kernel/debug/wimax:wmx0/i2400m/dl_driver
183 /sys/kernel/debug/wimax:wmx0/i2400m/dl_control
184 /sys/kernel/debug/wimax:wmx0/wimax_dl_stack
185 /sys/kernel/debug/wimax:wmx0/wimax_dl_op_rfkill
186 /sys/kernel/debug/wimax:wmx0/wimax_dl_op_reset
187 /sys/kernel/debug/wimax:wmx0/wimax_dl_op_msg
188 /sys/kernel/debug/wimax:wmx0/wimax_dl_id_table
189 /sys/kernel/debug/wimax:wmx0/wimax_dl_debugfs
191 By reading the file you can obtain the current value of said debug
194 To increase the debug level of, for example, the i2400m's generic TX
197 $ echo 3 > /sys/kernel/debug/wimax:wmx0/i2400m/dl_tx
199 Increasing numbers yield increasing debug information; for details of
208 $ cat /sys/kernel/debug/wimax:wmx0/i2400m/rx_stats
221 $ echo 1 > /sys/kernel/debug/wimax:wmx0/i2400m_rx_stats
225 Note the packets this debug file refers to are not network packet, but
232 i2400m driver creates, set the debug file i2400m/trace_msg_from_user to
235 $ echo 1 > /sys/kernel/debug/wimax:wmx0/i2400m/trace_msg_from_user
240 /sys/kernel/debug/wimax:wmx0/reset, the driver performs a warm (without
246 By writing any value to the /sys/kernel/debug/wimax:wmx0 file, the