Defines | Typedefs
BMET Ethernet Trasnport Information

Defines

#define htons(a)   ( (((a)>>8)&0xff) + (((a)<<8)&0xff00) )
 Macros for the transport.
#define BMET_ETH_TX_QUEUE_NUM_KEYSTONE1   648
 Keystone I Ethernet Queue number.
#define BMET_MAX_NUM_TRANSPORT_DESC   1024
 Maximum number of descriptors the bare metal ethernet transport can handle.

Typedefs

typedef void * transport_HANDLE
 This is the transport_HANDLE.

Copyright 2014, Texas Instruments Incorporated