Searched refs:h_Tgec (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dtgec.c95 static void TgecErrException(t_Handle h_Tgec) argument
97 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
141 static void TgecException(t_Handle h_Tgec) argument
143 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
187 static t_Error TgecEnable(t_Handle h_Tgec, e_CommMode mode) argument
189 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
201 static t_Error TgecDisable (t_Handle h_Tgec, e_CommMode mode) argument
203 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
215 static t_Error TgecSetPromiscuous(t_Handle h_Tgec, bool newVal) argument
217 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
234 TgecConfigLoopback(t_Handle h_Tgec, bool newVal) argument
248 TgecConfigWan(t_Handle h_Tgec, bool newVal) argument
262 TgecConfigMaxFrameLength(t_Handle h_Tgec, uint16_t newVal) argument
276 TgecConfigLengthCheck(t_Handle h_Tgec, bool newVal) argument
292 TgecConfigException(t_Handle h_Tgec, e_FmMacExceptions exception, bool enable) argument
317 TgecConfigSkipFman11Workaround(t_Handle h_Tgec) argument
337 TgecTxMacPause(t_Handle h_Tgec, uint16_t pauseTime) argument
351 TgecSetTxPauseFrames(t_Handle h_Tgec, uint8_t priority, uint16_t pauseTime, uint16_t threshTime) argument
370 TgecRxIgnoreMacPause(t_Handle h_Tgec, bool en) argument
384 TgecGetStatistics(t_Handle h_Tgec, t_FmMacStatistics *p_Statistics) argument
441 TgecEnable1588TimeStamp(t_Handle h_Tgec) argument
455 TgecDisable1588TimeStamp(t_Handle h_Tgec) argument
469 TgecModifyMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EnetAddr) argument
484 TgecResetCounters(t_Handle h_Tgec) argument
498 TgecAddExactMatchMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr) argument
543 TgecDelExactMatchMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr) argument
575 TgecAddHashMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr) argument
610 TgecDelHashMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr) argument
647 TgecGetId(t_Handle h_Tgec, uint32_t *macId) argument
661 TgecGetVersion(t_Handle h_Tgec, uint32_t *macVersion) argument
675 TgecSetExcpetion(t_Handle h_Tgec, e_FmMacExceptions exception, bool enable) argument
704 TgecGetMaxFrameLength(t_Handle h_Tgec) argument
750 TgecInit(t_Handle h_Tgec) argument
844 TgecFree(t_Handle h_Tgec) argument
[all...]
H A Dtgec_mii_acc.c45 t_Error TGEC_MII_WritePhyReg(t_Handle h_Tgec, argument
50 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
89 t_Error TGEC_MII_ReadPhyReg(t_Handle h_Tgec, argument
94 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec;
H A Dtgec.h147 t_Error TGEC_MII_WritePhyReg(t_Handle h_Tgec, uint8_t phyAddr, uint8_t reg, uint16_t data);
148 t_Error TGEC_MII_ReadPhyReg(t_Handle h_Tgec, uint8_t phyAddr, uint8_t reg, uint16_t *p_Data);

Completed in 96 milliseconds