axiethernet
Xilinx SDK Drivers API Documentation
Data Structures | Macros | Typedefs | Functions
xaxiethernet.h File Reference

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
 

Functions

int XAxiEthernet_CfgInitialize (XAxiEthernet *InstancePtr, XAxiEthernet_Config *CfgPtr, u32 EffectiveAddress)
 
void XAxiEthernet_Start (XAxiEthernet *InstancePtr)
 
void XAxiEthernet_Stop (XAxiEthernet *InstancePtr)
 
void XAxiEthernet_Reset (XAxiEthernet *InstancePtr)
 
XAxiEthernet_ConfigXAxiEthernet_LookupConfig (u16 DeviceId)
 
int XAxiEthernet_SetOptions (XAxiEthernet *InstancePtr, u32 Options)
 
int XAxiEthernet_ClearOptions (XAxiEthernet *InstancePtr, u32 Options)
 
u32 XAxiEthernet_GetOptions (XAxiEthernet *InstancePtr)
 
int XAxiEthernet_SetMacAddress (XAxiEthernet *InstancePtr, void *AddressPtr)
 
void XAxiEthernet_GetMacAddress (XAxiEthernet *InstancePtr, void *AddressPtr)
 
int XAxiEthernet_SetMacPauseAddress (XAxiEthernet *InstancePtr, void *AddressPtr)
 
void XAxiEthernet_GetMacPauseAddress (XAxiEthernet *InstancePtr, void *AddressPtr)
 
int XAxiEthernet_SendPausePacket (XAxiEthernet *InstancePtr, u16 PauseValue)
 
int XAxiEthernet_GetSgmiiStatus (XAxiEthernet *InstancePtr, u16 *SpeedPtr)
 
int XAxiEthernet_GetRgmiiStatus (XAxiEthernet *InstancePtr, u16 *SpeedPtr, int *IsFullDuplexPtr, int *IsLinkUpPtr)
 
u16 XAxiEthernet_GetOperatingSpeed (XAxiEthernet *InstancePtr)
 
int XAxiEthernet_SetOperatingSpeed (XAxiEthernet *InstancePtr, u16 Speed)
 
void XAxiEthernet_SetBadFrmRcvOption (XAxiEthernet *InstancePtr)
 
void XAxiEthernet_ClearBadFrmRcvOption (XAxiEthernet *InstancePtr)
 
void XAxiEthernet_DisableControlFrameLenCheck (XAxiEthernet *InstancePtr)
 
void XAxiEthernet_EnableControlFrameLenCheck (XAxiEthernet *InstancePtr)
 
void XAxiEthernet_PhySetMdioDivisor (XAxiEthernet *InstancePtr, u8 Divisor)
 
int XAxiEthernet_MulticastAdd (XAxiEthernet *InstancePtr, void *AddressPtr, int Entry)
 
void XAxiEthernet_MulticastGet (XAxiEthernet *InstancePtr, void *AddressPtr, int Entry)
 
int XAxiEthernet_MulticastClear (XAxiEthernet *InstancePtr, int Entry)
 
int XAxiEthernet_SetTpid (XAxiEthernet *InstancePtr, u16 Tpid, u8 Entry)
 
int XAxiEthernet_ClearTpid (XAxiEthernet *InstancePtr, u8 Entry)
 
void XAxiEthernet_GetTpid (XAxiEthernet *InstancePtr, u16 *TpidPtr, u8 Entry)
 
int XAxiEthernet_SetVTagMode (XAxiEthernet *InstancePtr, u32 Mode, int Dir)
 
void XAxiEthernet_GetVTagMode (XAxiEthernet *InstancePtr, u8 *ModePtr, int Dir)
 
int XAxiEthernet_SetVStripMode (XAxiEthernet *InstancePtr, u32 Mode, int Dir)
 
void XAxiEthernet_GetVStripMode (XAxiEthernet *InstancePtr, u8 *ModePtr, int Dir)
 
int XAxiEthernet_SetVTagValue (XAxiEthernet *InstancePtr, u32 VTagValue, int Dir)
 
void XAxiEthernet_GetVTagValue (XAxiEthernet *InstancePtr, u32 *VTagValuePtr, int Dir)
 
int XAxiEthernet_SetVidTable (XAxiEthernet *InstancePtr, u32 Entry, u32 Vid, u8 Strip, u8 Tag, int Dir)
 
void XAxiEthernet_GetVidTable (XAxiEthernet *InstancePtr, u32 Entry, u32 *VidPtr, u8 *StripPtr, u8 *TagPtr, int Dir)
 
int XAxiEthernet_AddExtMulticastGroup (XAxiEthernet *InstancePtr, void *AddressPtr)
 
int XAxiEthernet_ClearExtMulticastGroup (XAxiEthernet *InstancePtr, void *AddressPtr)
 
int XAxiEthernet_GetExtMulticastGroup (XAxiEthernet *InstancePtr, void *AddressPtr)
 
void XAxiEthernet_DumpExtMulticastGroup (XAxiEthernet *InstancePtr)