![]() |
axiethernet
Xilinx SDK Drivers API Documentation
|
Data Structures | |
struct | XAxiEthernet_Config |
struct | XAxiEthernet |
Macros | |
#define | XAxiEthernet_IsStarted(InstancePtr) (((InstancePtr)->IsStarted == XIL_COMPONENT_IS_STARTED) ? TRUE : FALSE) |
#define | XAxiEthernet_IsDma(InstancePtr) (((InstancePtr)->Config.AxiDevType == XPAR_AXI_DMA) ? TRUE: FALSE) |
#define | XAxiEthernet_IsFifo(InstancePtr) (((InstancePtr)->Config.AxiDevType == XPAR_AXI_FIFO) ? TRUE: FALSE) |
#define | XAxiEthernet_AxiDevBaseAddress(InstancePtr) ((InstancePtr)->Config.AxiDevBaseAddress) |
#define | XAxiEthernet_IsRecvFrameDropped(InstancePtr) |
#define | XAxiEthernet_IsRxPartialCsum(InstancePtr) ((((InstancePtr)->Config.RxCsum) == 0x01) ? TRUE : FALSE) |
#define | XAxiEthernet_IsTxPartialCsum(InstancePtr) ((((InstancePtr)->Config.TxCsum) == 0x01) ? TRUE : FALSE) |
#define | XAxiEthernet_IsRxFullCsum(InstancePtr) ((((InstancePtr)->Config.RxCsum) == 0x02) ? TRUE : FALSE) |
#define | XAxiEthernet_IsTxFullCsum(InstancePtr) ((((InstancePtr)->Config.TxCsum) == 0x02) ? TRUE : FALSE) |
#define | XAxiEthernet_GetPhysicalInterface(InstancePtr) ((InstancePtr)->Config.PhyType) |
#define | XAxiEthernet_GetIntStatus(InstancePtr) XAxiEthernet_ReadReg((InstancePtr)->Config.BaseAddress, XAE_IS_OFFSET) |
#define | XAxiEthernet_IntEnable(InstancePtr, Mask) |
#define | XAxiEthernet_IntDisable(InstancePtr, Mask) |
#define | XAxiEthernet_IntPending(InstancePtr) XAxiEthernet_ReadReg((InstancePtr)->Config.BaseAddress, XAE_IP_OFFSET) |
#define | XAxiEthernet_IntClear(InstancePtr, Mask) |
#define | XAxiEthernet_IsExtFuncCap(InstancePtr) |
#define | XAxiEthernet_IsExtMcastEnable(InstancePtr) |
#define | XAxiEthernet_IsExtMcast(InstancePtr) (((InstancePtr)->Config.ExtMcast) ? TRUE : FALSE) |
#define | XAxiEthernet_IsTxVlanStrp(InstancePtr) (((InstancePtr)->Config.TxVlanStrp) ? TRUE : FALSE) |
#define | XAxiEthernet_IsRxVlanStrp(InstancePtr) (((InstancePtr)->Config.RxVlanStrp) ? TRUE : FALSE) |
#define | XAxiEthernet_IsTxVlanTran(InstancePtr) (((InstancePtr)->Config.TxVlanTran) ? TRUE : FALSE) |
#define | XAxiEthernet_IsRxVlanTran(InstancePtr) (((InstancePtr)->Config.RxVlanTran) ? TRUE : FALSE) |
#define | XAxiEthernet_IsTxVlanTag(InstancePtr) (((InstancePtr)->Config.TxVlanTag) ? TRUE : FALSE) |
#define | XAxiEthernet_IsRxVlanTag(InstancePtr) (((InstancePtr)->Config.RxVlanTag) ? TRUE : FALSE) |
#define | XAxiEthernet_GetTemacType(InstancePtr) ((InstancePtr)->Config.TemacType) |
#define | XAxiEthernet_IsAvbConfigured(InstancePtr) (((InstancePtr)->Config.Avb) ? TRUE : FALSE) |
#define | XAxiEthernet_IsSgmiiOverLvdsEnabled(InstancePtr) (((InstancePtr)->Config.EnableSgmiiOverLvds) ? TRUE : FALSE) |
#define | XAxiEthernet_IsStatsConfigured(InstancePtr) (((InstancePtr)->Config.Stats) ? TRUE : FALSE) |
Configuration options | |
The following are device configuration options. See the XAxiEthernet_SetOptions, XAxiEthernet_ClearOptions and XAxiEthernet_GetOptions routines for information on how to use options. The default state of the options are also noted below. | |
#define | XAE_PROMISC_OPTION 0x00000001 |
#define | XAE_JUMBO_OPTION 0x00000002 |
#define | XAE_VLAN_OPTION 0x00000004 |
#define | XAE_FLOW_CONTROL_OPTION 0x00000008 |
#define | XAE_FCS_STRIP_OPTION 0x00000010 |
#define | XAE_FCS_INSERT_OPTION 0x00000020 |
#define | XAE_LENTYPE_ERR_OPTION 0x00000040 |
#define | XAE_TRANSMITTER_ENABLE_OPTION 0x00000080 |
#define | XAE_RECEIVER_ENABLE_OPTION 0x00000100 |
#define | XAE_BROADCAST_OPTION 0x00000200 |
#define | XAE_MULTICAST_OPTION 0x00000400 |
#define | XAE_EXT_MULTICAST_OPTION 0x00000800 |
#define | XAE_EXT_TXVLAN_TRAN_OPTION 0x00001000 |
#define | XAE_EXT_RXVLAN_TRAN_OPTION 0x00002000 |
#define | XAE_EXT_TXVLAN_TAG_OPTION 0x00004000 |
#define | XAE_EXT_RXVLAN_TAG_OPTION 0x00008000 |
#define | XAE_EXT_TXVLAN_STRP_OPTION 0x00010000 |
Typedefs | |
typedef struct XAxiEthernet | XAxiEthernet |