ec_stackT Struct Reference

pointer structure to Tx and Rx stacks More...

Data Fields

int * sock
 socket connection used
ec_bufT(* txbuf )[EC_MAXBUF]
 tx buffer
int(* txbuflength )[EC_MAXBUF]
 tx buffer lengths
ec_bufTtempbuf
 temporary receive buffer
ec_bufT(* rxbuf )[EC_MAXBUF]
 rx buffers
int(* rxbufstat )[EC_MAXBUF]
 rx buffer status fields
int(* rxsa )[EC_MAXBUF]
 received MAC source address (middle word)

Detailed Description

pointer structure to Tx and Rx stacks

Definition at line 95 of file nicdrv.c.


Field Documentation

ec_bufT(* rxbuf)[EC_MAXBUF]

rx buffers

Definition at line 106 of file nicdrv.c.

int(* rxbufstat)[EC_MAXBUF]

rx buffer status fields

Definition at line 108 of file nicdrv.c.

int(* rxsa)[EC_MAXBUF]

received MAC source address (middle word)

Definition at line 110 of file nicdrv.c.

int* sock

socket connection used

Definition at line 98 of file nicdrv.c.

temporary receive buffer

Definition at line 104 of file nicdrv.c.

ec_bufT(* txbuf)[EC_MAXBUF]

tx buffer

Definition at line 100 of file nicdrv.c.

int(* txbuflength)[EC_MAXBUF]

tx buffer lengths

Definition at line 102 of file nicdrv.c.


The documentation for this struct was generated from the following file:
Generated by  doxygen 1.6.3