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

Lines Matching refs:t_Error

57 static t_Error CheckInitParameters(t_Tgec    *p_Tgec)
187 static t_Error TgecEnable(t_Handle h_Tgec, e_CommMode mode)
201 static t_Error TgecDisable (t_Handle h_Tgec, e_CommMode mode)
215 static t_Error TgecSetPromiscuous(t_Handle h_Tgec, bool newVal)
234 static t_Error TgecConfigLoopback(t_Handle h_Tgec, bool newVal)
248 static t_Error TgecConfigWan(t_Handle h_Tgec, bool newVal)
262 static t_Error TgecConfigMaxFrameLength(t_Handle h_Tgec, uint16_t newVal)
276 static t_Error TgecConfigLengthCheck(t_Handle h_Tgec, bool newVal)
292 static t_Error TgecConfigException(t_Handle h_Tgec, e_FmMacExceptions exception, bool enable)
317 static t_Error TgecConfigSkipFman11Workaround(t_Handle h_Tgec)
337 static t_Error TgecTxMacPause(t_Handle h_Tgec, uint16_t pauseTime)
351 static t_Error TgecSetTxPauseFrames(t_Handle h_Tgec,
370 static t_Error TgecRxIgnoreMacPause(t_Handle h_Tgec, bool en)
384 static t_Error TgecGetStatistics(t_Handle h_Tgec, t_FmMacStatistics *p_Statistics)
441 static t_Error TgecEnable1588TimeStamp(t_Handle h_Tgec)
455 static t_Error TgecDisable1588TimeStamp(t_Handle h_Tgec)
469 static t_Error TgecModifyMacAddress (t_Handle h_Tgec, t_EnetAddr *p_EnetAddr)
484 static t_Error TgecResetCounters (t_Handle h_Tgec)
498 static t_Error TgecAddExactMatchMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr)
543 static t_Error TgecDelExactMatchMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr)
575 static t_Error TgecAddHashMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr)
610 static t_Error TgecDelHashMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr)
647 static t_Error TgecGetId(t_Handle h_Tgec, uint32_t *macId)
661 static t_Error TgecGetVersion(t_Handle h_Tgec, uint32_t *macVersion)
675 static t_Error TgecSetExcpetion(t_Handle h_Tgec, e_FmMacExceptions exception, bool enable)
717 static t_Error TgecTxEccWorkaround(t_Tgec *p_Tgec)
719 t_Error err;
750 static t_Error TgecInit(t_Handle h_Tgec)
755 t_Error err;
844 static t_Error TgecFree(t_Handle h_Tgec)