Linux Kernel
3.7.1
|
Data Fields | |
struct can_priv | can |
struct net_device * | dev |
struct napi_struct | napi |
void __iomem * | reg_base |
u32 | reg_sr |
unsigned int | tx_next |
unsigned int | tx_echo |
unsigned int | rx_next |
struct at91_devtype_data | devtype_data |
struct clk * | clk |
struct at91_can_data * | pdata |
canid_t | mb0_id |
Definition at line 139 of file at91_can.c.
Definition at line 140 of file at91_can.c.
Definition at line 152 of file at91_can.c.
struct net_device* dev |
Definition at line 141 of file at91_can.c.
struct at91_devtype_data devtype_data |
Definition at line 150 of file at91_can.c.
canid_t mb0_id |
Definition at line 155 of file at91_can.c.
struct napi_struct napi |
Definition at line 142 of file at91_can.c.
struct at91_can_data* pdata |
Definition at line 153 of file at91_can.c.
Definition at line 144 of file at91_can.c.
u32 reg_sr |
Definition at line 146 of file at91_can.c.
unsigned int rx_next |
Definition at line 149 of file at91_can.c.
unsigned int tx_echo |
Definition at line 148 of file at91_can.c.
unsigned int tx_next |
Definition at line 147 of file at91_can.c.