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

Lines Matching refs:h_Memac

201 static void MemacErrException(t_Handle h_Memac)
203 t_Memac *p_Memac = (t_Memac *)h_Memac;
225 static void MemacException(t_Handle h_Memac)
227 t_Memac *p_Memac = (t_Memac *)h_Memac;
275 static t_Error MemacEnable(t_Handle h_Memac, e_CommMode mode)
277 t_Memac *p_Memac = (t_Memac *)h_Memac;
289 static t_Error MemacDisable (t_Handle h_Memac, e_CommMode mode)
291 t_Memac *p_Memac = (t_Memac *)h_Memac;
303 static t_Error MemacSetPromiscuous(t_Handle h_Memac, bool newVal)
305 t_Memac *p_Memac = (t_Memac *)h_Memac;
317 static t_Error MemacAdjustLink(t_Handle h_Memac, e_EnetSpeed speed, bool fullDuplex)
319 t_Memac *p_Memac = (t_Memac *)h_Memac;
342 static t_Error MemacConfigLoopback(t_Handle h_Memac, bool newVal)
344 t_Memac *p_Memac = (t_Memac *)h_Memac;
356 static t_Error MemacConfigWan(t_Handle h_Memac, bool newVal)
358 t_Memac *p_Memac = (t_Memac *)h_Memac;
370 static t_Error MemacConfigMaxFrameLength(t_Handle h_Memac, uint16_t newVal)
372 t_Memac *p_Memac = (t_Memac *)h_Memac;
384 static t_Error MemacConfigPad(t_Handle h_Memac, bool newVal)
386 t_Memac *p_Memac = (t_Memac *)h_Memac;
398 static t_Error MemacConfigLengthCheck(t_Handle h_Memac, bool newVal)
400 t_Memac *p_Memac = (t_Memac *)h_Memac;
412 static t_Error MemacConfigException(t_Handle h_Memac, e_FmMacExceptions exception, bool enable)
414 t_Memac *p_Memac = (t_Memac *)h_Memac;
436 static t_Error MemacConfigResetOnInit(t_Handle h_Memac, bool enable)
438 t_Memac *p_Memac = (t_Memac *)h_Memac;
455 static t_Error MemacSetTxPauseFrames(t_Handle h_Memac,
460 t_Memac *p_Memac = (t_Memac *)h_Memac;
491 static t_Error MemacSetTxAutoPauseFrames(t_Handle h_Memac,
494 return MemacSetTxPauseFrames(h_Memac, FM_MAC_NO_PFC, pauseTime, 0);
499 static t_Error MemacSetRxIgnorePauseFrames(t_Handle h_Memac, bool en)
501 t_Memac *p_Memac = (t_Memac *)h_Memac;
513 static t_Error MemacSetWakeOnLan(t_Handle h_Memac, bool en)
515 t_Memac *p_Memac = (t_Memac *)h_Memac;
527 static t_Error MemacEnable1588TimeStamp(t_Handle h_Memac)
529 t_Memac *p_Memac = (t_Memac *)h_Memac;
542 static t_Error MemacGetStatistics(t_Handle h_Memac, t_FmMacStatistics *p_Statistics)
544 t_Memac *p_Memac = (t_Memac *)h_Memac;
596 static t_Error MemacModifyMacAddress (t_Handle h_Memac, t_EnetAddr *p_EnetAddr)
598 t_Memac *p_Memac = (t_Memac *)h_Memac;
610 static t_Error MemacResetCounters (t_Handle h_Memac)
612 t_Memac *p_Memac = (t_Memac *)h_Memac;
624 static t_Error MemacAddExactMatchMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr)
626 t_Memac *p_Memac = (t_Memac *) h_Memac;
667 static t_Error MemacDelExactMatchMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr)
669 t_Memac *p_Memac = (t_Memac *) h_Memac;
699 static t_Error MemacGetId(t_Handle h_Memac, uint32_t *macId)
701 t_Memac *p_Memac = (t_Memac *)h_Memac;
714 static t_Error MemacAddHashMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr)
716 t_Memac *p_Memac = (t_Memac *)h_Memac;
745 static t_Error MemacDelHashMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr)
747 t_Memac *p_Memac = (t_Memac *)h_Memac;
779 static t_Error MemacSetException(t_Handle h_Memac, e_FmMacExceptions exception, bool enable)
781 t_Memac *p_Memac = (t_Memac *)h_Memac;
805 static uint16_t MemacGetMaxFrameLength(t_Handle h_Memac)
807 t_Memac *p_Memac = (t_Memac *)h_Memac;
815 static t_Error MemacInitInternalPhy(t_Handle h_Memac)
817 t_Memac *p_Memac = (t_Memac *)h_Memac;
853 static t_Error MemacInit(t_Handle h_Memac)
855 t_Memac *p_Memac = (t_Memac *)h_Memac;
920 MemacInitInternalPhy(h_Memac);
966 static t_Error MemacFree(t_Handle h_Memac)
968 t_Memac *p_Memac = (t_Memac *)h_Memac;