Searched defs:h_Dtsec (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec_mii_acc.c48 t_Error DTSEC_MII_WritePhyReg(t_Handle h_Dtsec, argument
70 t_Error DTSEC_MII_ReadPhyReg(t_Handle h_Dtsec, argument
H A Ddtsec.c199 static uint16_t DtsecGetMaxFrameLength(t_Handle h_Dtsec) argument
211 static void DtsecIsr(t_Handle h_Dtsec) argument
323 static void DtsecMdioIsr(t_Handle h_Dtsec) argument
345 static void Dtsec1588Isr(t_Handle h_Dtsec) argument
452 static t_Error DtsecConfigLoopback(t_Handle h_Dtsec, bool newVal) argument
467 DtsecConfigMaxFrameLength(t_Handle h_Dtsec, uint16_t newVal) argument
481 DtsecConfigPadAndCrc(t_Handle h_Dtsec, bool newVal) argument
495 DtsecConfigHalfDuplex(t_Handle h_Dtsec, bool newVal) argument
509 DtsecConfigTbiPhyAddr(t_Handle h_Dtsec, uint8_t newVal) argument
523 DtsecConfigLengthCheck(t_Handle h_Dtsec, bool newVal) argument
537 DtsecConfigException(t_Handle h_Dtsec, e_FmMacExceptions exception, bool enable) argument
579 DtsecEnable(t_Handle h_Dtsec, e_CommMode mode) argument
597 DtsecDisable(t_Handle h_Dtsec, e_CommMode mode) argument
615 DtsecSetTxPauseFrames(t_Handle h_Dtsec, uint8_t priority, uint16_t pauseTime, uint16_t threshTime) argument
641 DtsecTxMacPause(t_Handle h_Dtsec, uint16_t pauseTime) argument
648 DtsecRxIgnoreMacPause(t_Handle h_Dtsec, bool en) argument
663 DtsecEnable1588TimeStamp(t_Handle h_Dtsec) argument
678 DtsecDisable1588TimeStamp(t_Handle h_Dtsec) argument
693 DtsecGetStatistics(t_Handle h_Dtsec, t_FmMacStatistics *p_Statistics) argument
780 DtsecModifyMacAddress(t_Handle h_Dtsec, t_EnetAddr *p_EnetAddr) argument
797 DtsecResetCounters(t_Handle h_Dtsec) argument
815 DtsecAddExactMatchMacAddress(t_Handle h_Dtsec, t_EnetAddr *p_EthAddr) argument
858 DtsecDelExactMatchMacAddress(t_Handle h_Dtsec, t_EnetAddr *p_EthAddr) argument
890 DtsecAddHashMacAddress(t_Handle h_Dtsec, t_EnetAddr *p_EthAddr) argument
949 DtsecDelHashMacAddress(t_Handle h_Dtsec, t_EnetAddr *p_EthAddr) argument
1022 DtsecSetPromiscuous(t_Handle h_Dtsec, bool newVal) argument
1037 DtsecSetStatistics(t_Handle h_Dtsec, e_FmMacStatisticsLevel statisticsLevel) argument
1072 DtsecSetWakeOnLan(t_Handle h_Dtsec, bool en) argument
1086 DtsecAdjustLink(t_Handle h_Dtsec, e_EnetSpeed speed, bool fullDuplex) argument
1111 DtsecRestartAutoneg(t_Handle h_Dtsec) argument
1131 DtsecGetId(t_Handle h_Dtsec, uint32_t *macId) argument
1145 DtsecGetVersion(t_Handle h_Dtsec, uint32_t *macVersion) argument
1159 DtsecSetException(t_Handle h_Dtsec, e_FmMacExceptions exception, bool enable) argument
1212 DtsecInit(t_Handle h_Dtsec) argument
1331 DtsecFree(t_Handle h_Dtsec) argument
[all...]

Completed in 104 milliseconds