#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 |
tcNetDrvr* tsNetIface::mpNetDrvr |
Access to network driver.
int tsNetIface::mnRxThreadPriority |
Network receive thread priority.
int tsNetIface::mnRxThreadStack |
Network receive thread stack size.
int tsNetIface::mnMboxDepth |
Depth of mailbox between network driver and net_iface.
int tsNetIface::mnIfaceId |
Id # of this interface (0 to N)
int tsNetIface::mnVlanId |
Id # of the vlan this interface is on (0 = no VLan)
int tsNetIface::mnVlanPriority |
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 |
tsPbufQueue* tsNetIface::mpPbufQueue |
char* tsNetIface::maPktBuffer |