• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/contrib/ncsw/inc/Peripherals/

Lines Matching refs:t_Error

271 t_Error  FM_MAC_Init(t_Handle h_FmMac);
284 t_Error FM_MAC_Free(t_Handle h_FmMac);
308 t_Error FM_MAC_ConfigResetOnInit(t_Handle h_FmMac, bool enable);
322 t_Error FM_MAC_ConfigLoopback(t_Handle h_FmMac, bool enable);
336 t_Error FM_MAC_ConfigMaxFrameLength(t_Handle h_FmMac, uint16_t newVal);
350 t_Error FM_MAC_ConfigWan(t_Handle h_FmMac, bool enable);
367 t_Error FM_MAC_ConfigPadAndCrc(t_Handle h_FmMac, bool enable);
381 t_Error FM_MAC_ConfigHalfDuplex(t_Handle h_FmMac, bool enable);
395 t_Error FM_MAC_ConfigTbiPhyAddr(t_Handle h_FmMac, uint8_t newVal);
409 t_Error FM_MAC_ConfigLengthCheck(t_Handle h_FmMac, bool enable);
424 t_Error FM_MAC_ConfigException(t_Handle h_FmMac, e_FmMacExceptions ex, bool enable);
427 t_Error FM_MAC_ConfigSkipFman11Workaround (t_Handle h_FmMac);
453 t_Error FM_MAC_Enable(t_Handle h_FmMac, e_CommMode mode);
467 t_Error FM_MAC_Disable(t_Handle h_FmMac, e_CommMode mode);
480 t_Error FM_MAC_Resume(t_Handle h_FmMac);
493 t_Error FM_MAC_Enable1588TimeStamp(t_Handle h_Fm);
506 t_Error FM_MAC_Disable1588TimeStamp(t_Handle h_Fm);
524 t_Error FM_MAC_SetTxAutoPauseFrames(t_Handle h_FmMac,
557 t_Error FM_MAC_SetTxPauseFrames(t_Handle h_FmMac,
575 t_Error FM_MAC_SetRxIgnorePauseFrames(t_Handle h_FmMac, bool en);
590 t_Error FM_MAC_SetWakeOnLan(t_Handle h_FmMac, bool en);
603 t_Error FM_MAC_ResetCounters(t_Handle h_FmMac);
619 t_Error FM_MAC_SetException(t_Handle h_FmMac, e_FmMacExceptions ex, bool enable);
640 t_Error FM_MAC_SetStatistics(t_Handle h_FmMac, e_FmMacStatisticsLevel statisticsLevel);
654 t_Error FM_MAC_GetStatistics(t_Handle h_FmMac, t_FmMacStatistics *p_Statistics);
668 t_Error FM_MAC_ModifyMacAddr(t_Handle h_FmMac, t_EnetAddr *p_EnetAddr);
683 t_Error FM_MAC_AddHashMacAddr(t_Handle h_FmMac, t_EnetAddr *p_EnetAddr);
697 t_Error FM_MAC_RemoveHashMacAddr(t_Handle h_FmMac, t_EnetAddr *p_EnetAddr);
712 t_Error FM_MAC_AddExactMatchMacAddr(t_Handle h_FmMac, t_EnetAddr *p_EnetAddr);
726 t_Error FM_MAC_RemovelExactMatchMacAddr(t_Handle h_FmMac, t_EnetAddr *p_EnetAddr);
740 t_Error FM_MAC_SetPromiscuous(t_Handle h_FmMac, bool enable);
759 t_Error FM_MAC_AdjustLink(t_Handle h_FmMac, e_EnetSpeed speed, bool fullDuplex);
777 t_Error FM_MAC_RestartAutoneg(t_Handle h_FmMac);
791 t_Error FM_MAC_GetId(t_Handle h_FmMac, uint32_t *p_MacId);
805 t_Error FM_MAC_GetVesrion(t_Handle h_FmMac, uint32_t *p_MacVresion);
821 t_Error FM_MAC_MII_WritePhyReg(t_Handle h_FmMac, uint8_t phyAddr, uint8_t reg, uint16_t data);
837 t_Error FM_MAC_MII_ReadPhyReg(t_Handle h_FmMac, uint8_t phyAddr, uint8_t reg, uint16_t *p_Data);
851 t_Error FM_MAC_DumpRegs(t_Handle h_FmMac);