|
Linux Kernel
3.7.1
|
#include <firestream.h>
Data Fields | |
| struct fs_dev * | next |
| int | flags |
| unsigned char | irq |
| struct pci_dev * | pci_dev |
| struct atm_dev * | atm_dev |
| struct timer_list | timer |
| unsigned long | hw_base |
| void __iomem * | base |
| int | channo |
| unsigned long | channel_mask |
| struct queue hp_txq lp_txq tx_relq | st_q |
| struct freepool | rx_fp [FS_NR_FREE_POOLS] |
| struct queue | rx_rq [FS_NR_RX_QUEUES] |
| int | nchannels |
| struct atm_vcc ** | atm_vccs |
| void * | tx_inuse |
| int | ntxpckts |
Definition at line 469 of file firestream.h.
Definition at line 475 of file firestream.h.
Definition at line 488 of file firestream.h.
Definition at line 479 of file firestream.h.
| unsigned long channel_mask |
Definition at line 481 of file firestream.h.
| int channo |
Definition at line 480 of file firestream.h.
| int flags |
Definition at line 471 of file firestream.h.
| unsigned long hw_base |
Definition at line 478 of file firestream.h.
| unsigned char irq |
Definition at line 473 of file firestream.h.
| int nchannels |
Definition at line 487 of file firestream.h.
Definition at line 470 of file firestream.h.
| int ntxpckts |
Definition at line 490 of file firestream.h.
Definition at line 474 of file firestream.h.
| struct freepool rx_fp[FS_NR_FREE_POOLS] |
Definition at line 484 of file firestream.h.
| struct queue rx_rq[FS_NR_RX_QUEUES] |
Definition at line 485 of file firestream.h.
Definition at line 483 of file firestream.h.
Definition at line 476 of file firestream.h.
| void* tx_inuse |
Definition at line 489 of file firestream.h.
1.8.2