Searched defs:eth_mac (Results 1 – 5 of 5) sorted by relevance
/hal_infineon-3.4.0/XMCLib/drivers/src/ |
D | xmc_eth_mac.c | 220 void XMC_ETH_MAC_InitEx(XMC_ETH_MAC_t *const eth_mac) in XMC_ETH_MAC_InitEx() 261 XMC_ETH_MAC_STATUS_t XMC_ETH_MAC_Init(XMC_ETH_MAC_t *const eth_mac) in XMC_ETH_MAC_Init() 278 void XMC_ETH_MAC_InitRxDescriptors(XMC_ETH_MAC_t *const eth_mac) in XMC_ETH_MAC_InitRxDescriptors() 306 void XMC_ETH_MAC_InitTxDescriptors(XMC_ETH_MAC_t *const eth_mac) in XMC_ETH_MAC_InitTxDescriptors() 329 void XMC_ETH_MAC_SetAddressEx(XMC_ETH_MAC_t *const eth_mac, uint8_t *const addr) in XMC_ETH_MAC_SetAddressEx() 335 void XMC_ETH_MAC_GetAddressEx(XMC_ETH_MAC_t *const eth_mac, uint8_t *const addr) in XMC_ETH_MAC_GetAddressEx() 349 void XMC_ETH_MAC_SetAddressPerfectFilter(XMC_ETH_MAC_t *const eth_mac, in XMC_ETH_MAC_SetAddressPerfectFilter() 364 void XMC_ETH_MAC_SetAddressPerfectFilterEx(XMC_ETH_MAC_t *const eth_mac, in XMC_ETH_MAC_SetAddressPerfectFilterEx() 380 void XMC_ETH_MAC_SetAddressHashFilter(XMC_ETH_MAC_t *const eth_mac, const uint64_t hash) in XMC_ETH_MAC_SetAddressHashFilter() 387 XMC_ETH_MAC_STATUS_t XMC_ETH_MAC_SendFrame(XMC_ETH_MAC_t *const eth_mac, const uint8_t *frame, uint… in XMC_ETH_MAC_SendFrame() [all …]
|
D | xmc_eth_phy_ksz8031rnl.c | 113 static int32_t XMC_ETH_PHY_IsDeviceIdValid(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_IsDeviceIdValid() 141 int32_t XMC_ETH_PHY_Init(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr, const XMC_ETH_PHY_CONFIG_t… in XMC_ETH_PHY_Init() 184 int32_t XMC_ETH_PHY_Reset(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_Reset() 204 int32_t XMC_ETH_PHY_PowerDown(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_PowerDown() 219 int32_t XMC_ETH_PHY_ExitPowerDown(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_ExitPowerDown() 234 XMC_ETH_LINK_STATUS_t XMC_ETH_PHY_GetLinkStatus(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_GetLinkStatus() 244 XMC_ETH_LINK_SPEED_t XMC_ETH_PHY_GetLinkSpeed(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_GetLinkSpeed() 254 XMC_ETH_LINK_DUPLEX_t XMC_ETH_PHY_GetLinkDuplex(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_GetLinkDuplex() 263 bool XMC_ETH_PHY_IsAutonegotiationCompleted(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_IsAutonegotiationCompleted()
|
D | xmc_eth_phy_ksz8081rnb.c | 113 static int32_t XMC_ETH_PHY_IsDeviceIdValid(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_IsDeviceIdValid() 141 int32_t XMC_ETH_PHY_Init(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr, const XMC_ETH_PHY_CONFIG_t… in XMC_ETH_PHY_Init() 184 int32_t XMC_ETH_PHY_Reset(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_Reset() 204 int32_t XMC_ETH_PHY_PowerDown(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_PowerDown() 219 int32_t XMC_ETH_PHY_ExitPowerDown(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_ExitPowerDown() 234 XMC_ETH_LINK_STATUS_t XMC_ETH_PHY_GetLinkStatus(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_GetLinkStatus() 244 XMC_ETH_LINK_SPEED_t XMC_ETH_PHY_GetLinkSpeed(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_GetLinkSpeed() 254 XMC_ETH_LINK_DUPLEX_t XMC_ETH_PHY_GetLinkDuplex(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_GetLinkDuplex() 263 bool XMC_ETH_PHY_IsAutonegotiationCompleted(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_IsAutonegotiationCompleted()
|
D | xmc_eth_phy_dp83848.c | 130 static int32_t XMC_ETH_PHY_IsDeviceIdValid(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_IsDeviceIdValid() 158 int32_t XMC_ETH_PHY_Init(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr, const XMC_ETH_PHY_CONFIG_t… in XMC_ETH_PHY_Init() 216 int32_t XMC_ETH_PHY_Reset(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_Reset() 236 int32_t XMC_ETH_PHY_PowerDown(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_PowerDown() 251 int32_t XMC_ETH_PHY_ExitPowerDown(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_ExitPowerDown() 266 XMC_ETH_LINK_STATUS_t XMC_ETH_PHY_GetLinkStatus(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_GetLinkStatus() 276 XMC_ETH_LINK_SPEED_t XMC_ETH_PHY_GetLinkSpeed(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_GetLinkSpeed() 286 XMC_ETH_LINK_DUPLEX_t XMC_ETH_PHY_GetLinkDuplex(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_GetLinkDuplex() 295 bool XMC_ETH_PHY_IsAutonegotiationCompleted(XMC_ETH_MAC_t *const eth_mac, uint8_t phy_addr) in XMC_ETH_PHY_IsAutonegotiationCompleted()
|
/hal_infineon-3.4.0/XMCLib/drivers/inc/ |
D | xmc_eth_mac.h | 508 __STATIC_INLINE void XMC_ETH_MAC_Reset(XMC_ETH_MAC_t *const eth_mac) in XMC_ETH_MAC_Reset() 567 __STATIC_INLINE void XMC_ETH_MAC_SetPortControl(XMC_ETH_MAC_t *const eth_mac, const XMC_ETH_MAC_POR… in XMC_ETH_MAC_SetPortControl() 598 __STATIC_INLINE void XMC_ETH_MAC_SetAddress(XMC_ETH_MAC_t *const eth_mac, uint64_t addr) in XMC_ETH_MAC_SetAddress() 628 __STATIC_INLINE uint64_t XMC_ETH_MAC_GetAddress(XMC_ETH_MAC_t *const eth_mac) in XMC_ETH_MAC_GetAddress() 703 __STATIC_INLINE void XMC_ETH_MAC_EnableFrameFilter(XMC_ETH_MAC_t *const eth_mac) in XMC_ETH_MAC_EnableFrameFilter() 720 __STATIC_INLINE void XMC_ETH_MAC_DisableFrameFilter(XMC_ETH_MAC_t *const eth_mac) in XMC_ETH_MAC_DisableFrameFilter() 737 __STATIC_INLINE void XMC_ETH_MAC_EnableHashPerfectFilter(XMC_ETH_MAC_t *const eth_mac) in XMC_ETH_MAC_EnableHashPerfectFilter() 753 __STATIC_INLINE void XMC_ETH_MAC_EnablePerfectFilter(XMC_ETH_MAC_t *const eth_mac) in XMC_ETH_MAC_EnablePerfectFilter() 772 __STATIC_INLINE void XMC_ETH_MAC_EnableSourceAddressFilter(XMC_ETH_MAC_t *const eth_mac) in XMC_ETH_MAC_EnableSourceAddressFilter() 790 __STATIC_INLINE void XMC_ETH_MAC_DisableSourceAddressFilter(XMC_ETH_MAC_t *const eth_mac) in XMC_ETH_MAC_DisableSourceAddressFilter() [all …]
|