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

Lines Matching refs:h_Tgec

95 static void TgecErrException(t_Handle h_Tgec)
97 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
141 static void TgecException(t_Handle h_Tgec)
143 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
187 static t_Error TgecEnable(t_Handle h_Tgec, e_CommMode mode)
189 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
201 static t_Error TgecDisable (t_Handle h_Tgec, e_CommMode mode)
203 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
215 static t_Error TgecSetPromiscuous(t_Handle h_Tgec, bool newVal)
217 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
234 static t_Error TgecConfigLoopback(t_Handle h_Tgec, bool newVal)
236 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
248 static t_Error TgecConfigWan(t_Handle h_Tgec, bool newVal)
250 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
262 static t_Error TgecConfigMaxFrameLength(t_Handle h_Tgec, uint16_t newVal)
264 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
276 static t_Error TgecConfigLengthCheck(t_Handle h_Tgec, bool newVal)
278 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
292 static t_Error TgecConfigException(t_Handle h_Tgec, e_FmMacExceptions exception, bool enable)
294 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
317 static t_Error TgecConfigSkipFman11Workaround(t_Handle h_Tgec)
319 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
337 static t_Error TgecTxMacPause(t_Handle h_Tgec, uint16_t pauseTime)
339 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
351 static t_Error TgecSetTxPauseFrames(t_Handle h_Tgec,
356 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
370 static t_Error TgecRxIgnoreMacPause(t_Handle h_Tgec, bool en)
372 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
384 static t_Error TgecGetStatistics(t_Handle h_Tgec, t_FmMacStatistics *p_Statistics)
386 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
441 static t_Error TgecEnable1588TimeStamp(t_Handle h_Tgec)
443 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
455 static t_Error TgecDisable1588TimeStamp(t_Handle h_Tgec)
457 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
469 static t_Error TgecModifyMacAddress (t_Handle h_Tgec, t_EnetAddr *p_EnetAddr)
471 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
484 static t_Error TgecResetCounters (t_Handle h_Tgec)
486 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
498 static t_Error TgecAddExactMatchMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr)
500 t_Tgec *p_Tgec = (t_Tgec *) h_Tgec;
543 static t_Error TgecDelExactMatchMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr)
545 t_Tgec *p_Tgec = (t_Tgec *) h_Tgec;
575 static t_Error TgecAddHashMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr)
577 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
610 static t_Error TgecDelHashMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr)
612 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
647 static t_Error TgecGetId(t_Handle h_Tgec, uint32_t *macId)
649 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
661 static t_Error TgecGetVersion(t_Handle h_Tgec, uint32_t *macVersion)
663 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
675 static t_Error TgecSetExcpetion(t_Handle h_Tgec, e_FmMacExceptions exception, bool enable)
677 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
704 static uint16_t TgecGetMaxFrameLength(t_Handle h_Tgec)
706 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
750 static t_Error TgecInit(t_Handle h_Tgec)
752 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
844 static t_Error TgecFree(t_Handle h_Tgec)
846 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;