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

Lines Matching defs:h_Dtsec

199 static uint16_t DtsecGetMaxFrameLength(t_Handle h_Dtsec)
201 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
211 static void DtsecIsr(t_Handle h_Dtsec)
213 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
323 static void DtsecMdioIsr(t_Handle h_Dtsec)
325 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
345 static void Dtsec1588Isr(t_Handle h_Dtsec)
347 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
452 static t_Error DtsecConfigLoopback(t_Handle h_Dtsec, bool newVal)
455 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
467 static t_Error DtsecConfigMaxFrameLength(t_Handle h_Dtsec, uint16_t newVal)
469 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
481 static t_Error DtsecConfigPadAndCrc(t_Handle h_Dtsec, bool newVal)
483 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
495 static t_Error DtsecConfigHalfDuplex(t_Handle h_Dtsec, bool newVal)
497 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
509 static t_Error DtsecConfigTbiPhyAddr(t_Handle h_Dtsec, uint8_t newVal)
511 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
523 static t_Error DtsecConfigLengthCheck(t_Handle h_Dtsec, bool newVal)
525 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
537 static t_Error DtsecConfigException(t_Handle h_Dtsec, e_FmMacExceptions exception, bool enable)
539 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
579 static t_Error DtsecEnable(t_Handle h_Dtsec, e_CommMode mode)
581 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
597 static t_Error DtsecDisable (t_Handle h_Dtsec, e_CommMode mode)
599 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
615 static t_Error DtsecSetTxPauseFrames(t_Handle h_Dtsec,
620 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
641 static t_Error DtsecTxMacPause(t_Handle h_Dtsec, uint16_t pauseTime)
643 return DtsecSetTxPauseFrames(h_Dtsec, 0, pauseTime, 0);
648 static t_Error DtsecRxIgnoreMacPause(t_Handle h_Dtsec, bool en)
650 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
663 static t_Error DtsecEnable1588TimeStamp(t_Handle h_Dtsec)
665 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
678 static t_Error DtsecDisable1588TimeStamp(t_Handle h_Dtsec)
680 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
693 static t_Error DtsecGetStatistics(t_Handle h_Dtsec, t_FmMacStatistics *p_Statistics)
695 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
780 static t_Error DtsecModifyMacAddress (t_Handle h_Dtsec, t_EnetAddr *p_EnetAddr)
782 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
797 static t_Error DtsecResetCounters (t_Handle h_Dtsec)
799 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
815 static t_Error DtsecAddExactMatchMacAddress(t_Handle h_Dtsec, t_EnetAddr *p_EthAddr)
817 t_Dtsec *p_Dtsec = (t_Dtsec *) h_Dtsec;
858 static t_Error DtsecDelExactMatchMacAddress(t_Handle h_Dtsec, t_EnetAddr *p_EthAddr)
860 t_Dtsec *p_Dtsec = (t_Dtsec *) h_Dtsec;
890 static t_Error DtsecAddHashMacAddress(t_Handle h_Dtsec, t_EnetAddr *p_EthAddr)
892 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
949 static t_Error DtsecDelHashMacAddress(t_Handle h_Dtsec, t_EnetAddr *p_EthAddr)
951 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
1022 static t_Error DtsecSetPromiscuous(t_Handle h_Dtsec, bool newVal)
1024 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
1037 static t_Error DtsecSetStatistics(t_Handle h_Dtsec, e_FmMacStatisticsLevel statisticsLevel)
1039 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
1072 static t_Error DtsecSetWakeOnLan(t_Handle h_Dtsec, bool en)
1074 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
1086 static t_Error DtsecAdjustLink(t_Handle h_Dtsec, e_EnetSpeed speed, bool fullDuplex)
1088 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
1111 static t_Error DtsecRestartAutoneg(t_Handle h_Dtsec)
1113 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
1131 static t_Error DtsecGetId(t_Handle h_Dtsec, uint32_t *macId)
1133 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
1145 static t_Error DtsecGetVersion(t_Handle h_Dtsec, uint32_t *macVersion)
1147 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
1159 static t_Error DtsecSetException(t_Handle h_Dtsec, e_FmMacExceptions exception, bool enable)
1161 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
1212 static t_Error DtsecInit(t_Handle h_Dtsec)
1214 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;
1319 err = DtsecSetStatistics(h_Dtsec, e_FM_MAC_FULL_STATISTICS);
1331 static t_Error DtsecFree(t_Handle h_Dtsec)
1333 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec;