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

Lines Matching refs:t_Error

172 static t_Error CheckInitParameters(t_Memac *p_Memac)
275 static t_Error MemacEnable(t_Handle h_Memac, e_CommMode mode)
289 static t_Error MemacDisable (t_Handle h_Memac, e_CommMode mode)
303 static t_Error MemacSetPromiscuous(t_Handle h_Memac, bool newVal)
317 static t_Error MemacAdjustLink(t_Handle h_Memac, e_EnetSpeed speed, bool fullDuplex)
342 static t_Error MemacConfigLoopback(t_Handle h_Memac, bool newVal)
356 static t_Error MemacConfigWan(t_Handle h_Memac, bool newVal)
370 static t_Error MemacConfigMaxFrameLength(t_Handle h_Memac, uint16_t newVal)
384 static t_Error MemacConfigPad(t_Handle h_Memac, bool newVal)
398 static t_Error MemacConfigLengthCheck(t_Handle h_Memac, bool newVal)
412 static t_Error MemacConfigException(t_Handle h_Memac, e_FmMacExceptions exception, bool enable)
436 static t_Error MemacConfigResetOnInit(t_Handle h_Memac, bool enable)
455 static t_Error MemacSetTxPauseFrames(t_Handle h_Memac,
491 static t_Error MemacSetTxAutoPauseFrames(t_Handle h_Memac,
499 static t_Error MemacSetRxIgnorePauseFrames(t_Handle h_Memac, bool en)
513 static t_Error MemacSetWakeOnLan(t_Handle h_Memac, bool en)
527 static t_Error MemacEnable1588TimeStamp(t_Handle h_Memac)
542 static t_Error MemacGetStatistics(t_Handle h_Memac, t_FmMacStatistics *p_Statistics)
596 static t_Error MemacModifyMacAddress (t_Handle h_Memac, t_EnetAddr *p_EnetAddr)
610 static t_Error MemacResetCounters (t_Handle h_Memac)
624 static t_Error MemacAddExactMatchMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr)
667 static t_Error MemacDelExactMatchMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr)
699 static t_Error MemacGetId(t_Handle h_Memac, uint32_t *macId)
714 static t_Error MemacAddHashMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr)
745 static t_Error MemacDelHashMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr)
779 static t_Error MemacSetException(t_Handle h_Memac, e_FmMacExceptions exception, bool enable)
815 static t_Error MemacInitInternalPhy(t_Handle h_Memac)
853 static t_Error MemacInit(t_Handle h_Memac)
861 t_Error err;
966 static t_Error MemacFree(t_Handle h_Memac)