|
struct GTeth_desc | txq_desc [TX_RING_SIZE] |
|
struct GTeth_desc | rxq_desc [RX_RING_SIZE] |
|
struct mbuf * | txq_mbuf [TX_RING_SIZE] |
|
struct mbuf * | rxq_mbuf [RX_RING_SIZE] |
|
struct GTeth_softc * | next_module |
|
volatile unsigned int | intr_errsts [INTR_ERR_SIZE] |
|
unsigned int | intr_err_ptr1 |
|
unsigned int | intr_err_ptr2 |
|
struct ifqueue | txq_pendq |
|
unsigned int | txq_pending |
|
unsigned int | txq_lo |
|
unsigned int | txq_fi |
|
unsigned int | txq_to_cpu |
|
unsigned int | txq_ei_gapcount |
|
unsigned int | txq_nactive |
|
unsigned int | txq_nintr |
|
unsigned int | txq_outptr |
|
unsigned int | txq_inptr |
|
unsigned int | txq_free |
|
unsigned | txq_intrbits |
|
unsigned | txq_esdcmrbits |
|
unsigned | txq_epsrbits |
|
caddr_t | txq_ectdp |
|
unsigned long | txq_desc_busaddr |
|
caddr_t | txq_buf_busaddr |
|
struct mbuf * | rxq_curpkt |
|
struct GTeth_desc * | rxq_head_desc |
|
unsigned int | rxq_fi |
|
unsigned int | rxq_active |
|
unsigned | rxq_intrbits |
|
unsigned long | rxq_desc_busaddr |
|
struct arpcom | arpcom |
|
int | sc_macno |
|
unsigned int | sc_tickflags |
|
unsigned int | sc_flags |
|
unsigned | sc_pcr |
|
unsigned | sc_pcxr |
|
unsigned | sc_intrmask |
|
unsigned | sc_idlemask |
|
unsigned | sc_max_frame_length |
|
unsigned | rx_buf_sz |
|
unsigned long long * | sc_hashtable |
|
unsigned int | sc_hashmask |
|
rtems_id | daemonTid |
|
rtems_id | daemonSync |
|
struct { |
volatile unsigned long rxInterrupts |
|
volatile unsigned long txInterrupts |
|
unsigned long txMultiBuffPacket |
|
unsigned long txMultiMaxLen |
|
unsigned long txSinglMaxLen |
|
unsigned long txMultiMaxLoop |
|
unsigned long txBuffMaxLen |
|
unsigned long length_errors |
|
unsigned long frame_errors |
|
unsigned long crc_errors |
|
unsigned long or_errors |
|
} | stats |
|
The documentation for this struct was generated from the following file: