Linux Kernel
3.7.1
|
#include <donauboe.h>
Data Fields | |
struct net_device * | netdev |
struct tty_driver | ttydev |
struct irlap_cb * | irlap |
chipio_t | io |
struct qos_info | qos |
__u32 | flags |
struct pci_dev * | pdev |
int | base |
int | txpending |
int | txs |
int | rxs |
int | irdad |
int | async |
int | stopped |
int | filter |
void * | ringbuf |
struct OboeRing * | ring |
void * | tx_bufs [OBOE_RING_MAX_SIZE] |
void * | rx_bufs [OBOE_RING_MAX_SIZE] |
int | speed |
int | new_speed |
spinlock_t | spinlock |
int | int_rx |
int | int_tx |
int | int_txunder |
int | int_rxover |
int | int_sip |
Definition at line 308 of file donauboe.h.
Definition at line 328 of file donauboe.h.
int base |
Definition at line 321 of file donauboe.h.
int filter |
Definition at line 333 of file donauboe.h.
__u32 flags |
Definition at line 318 of file donauboe.h.
int int_rx |
Definition at line 354 of file donauboe.h.
int int_rxover |
Definition at line 357 of file donauboe.h.
int int_sip |
Definition at line 358 of file donauboe.h.
int int_tx |
Definition at line 355 of file donauboe.h.
int int_txunder |
Definition at line 356 of file donauboe.h.
Definition at line 315 of file donauboe.h.
int irdad |
Definition at line 327 of file donauboe.h.
Definition at line 313 of file donauboe.h.
struct net_device* netdev |
Definition at line 310 of file donauboe.h.
int new_speed |
Definition at line 344 of file donauboe.h.
Definition at line 320 of file donauboe.h.
Definition at line 316 of file donauboe.h.
Definition at line 337 of file donauboe.h.
void* ringbuf |
Definition at line 336 of file donauboe.h.
void* rx_bufs[OBOE_RING_MAX_SIZE] |
Definition at line 340 of file donauboe.h.
int rxs |
Definition at line 325 of file donauboe.h.
int speed |
Definition at line 343 of file donauboe.h.
Definition at line 352 of file donauboe.h.
int stopped |
Definition at line 331 of file donauboe.h.
struct tty_driver ttydev |
Definition at line 311 of file donauboe.h.
void* tx_bufs[OBOE_RING_MAX_SIZE] |
Definition at line 339 of file donauboe.h.
int txpending |
Definition at line 324 of file donauboe.h.
int txs |
Definition at line 325 of file donauboe.h.