Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
3945-debug.c File Reference
#include "common.h"
#include "3945.h"

Go to the source code of this file.

Functions

ssize_t il3945_ucode_rx_stats_read (struct file *file, char __user *user_buf, size_t count, loff_t *ppos)
 
ssize_t il3945_ucode_tx_stats_read (struct file *file, char __user *user_buf, size_t count, loff_t *ppos)
 
ssize_t il3945_ucode_general_stats_read (struct file *file, char __user *user_buf, size_t count, loff_t *ppos)
 

Variables

struct il_debugfs_ops il3945_debugfs_ops
 

Function Documentation

ssize_t il3945_ucode_general_stats_read ( struct file file,
char __user user_buf,
size_t  count,
loff_t *  ppos 
)

Definition at line 407 of file 3945-debug.c.

ssize_t il3945_ucode_rx_stats_read ( struct file file,
char __user user_buf,
size_t  count,
loff_t *  ppos 
)

Definition at line 52 of file 3945-debug.c.

ssize_t il3945_ucode_tx_stats_read ( struct file file,
char __user user_buf,
size_t  count,
loff_t *  ppos 
)

Definition at line 317 of file 3945-debug.c.

Variable Documentation

struct il_debugfs_ops il3945_debugfs_ops
Initial value:
= {
.rx_stats_read = il3945_ucode_rx_stats_read,
.tx_stats_read = il3945_ucode_tx_stats_read,
.general_stats_read = il3945_ucode_general_stats_read,
}

Definition at line 507 of file 3945-debug.c.