#include <net_iface.h>
Public Attributes | |
| tcNetDrvr * | mpNetDrvr |
| Access to network driver. | |
| int | mnRxThreadPriority |
| Network receive thread priority. | |
| int | mnRxThreadStack |
| Network receive thread stack size. | |
| int | mnMboxDepth |
| Depth of mailbox between network driver and net_iface. | |
| int | mnIfaceId |
| Id # of this interface (0 to N). | |
| int | mnVlanId |
| Id # of the vlan this interface is on (0 = no VLan). | |
| int | mnVlanPriority |
| PCP (Priority Code Point) of the interface (0= lowest, 7= highest). | |
| LCK_Handle | mhMutex |
| LCK_Handle | mhTxLock |
| MBX_Handle | mhRxMbox |
| BUF_Handle | mhRxQueue |
| tsPbufQueue * | mpPbufQueue |
| char * | maPktBuffer |
Access to network driver.
Network receive thread priority.
Network receive thread stack size.
Depth of mailbox between network driver and net_iface.
Id # of this interface (0 to N).
Id # of the vlan this interface is on (0 = no VLan).
PCP (Priority Code Point) of the interface (0= lowest, 7= highest).
| LCK_Handle tsNetIface::mhMutex |
| LCK_Handle tsNetIface::mhTxLock |
| MBX_Handle tsNetIface::mhRxMbox |
| BUF_Handle tsNetIface::mhRxQueue |
| char* tsNetIface::maPktBuffer |