Home
last modified time | relevance | path

Searched defs:h_Tgec (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dtgec.c95 static void TgecErrException(t_Handle h_Tgec) in TgecErrException()
141 static void TgecException(t_Handle h_Tgec) in TgecException()
187 static t_Error TgecEnable(t_Handle h_Tgec, e_CommMode mode) in TgecEnable()
201 static t_Error TgecDisable (t_Handle h_Tgec, e_CommMode mode) in TgecDisable()
215 static t_Error TgecSetPromiscuous(t_Handle h_Tgec, bool newVal) in TgecSetPromiscuous()
234 static t_Error TgecConfigLoopback(t_Handle h_Tgec, bool newVal) in TgecConfigLoopback()
248 static t_Error TgecConfigWan(t_Handle h_Tgec, bool newVal) in TgecConfigWan()
262 static t_Error TgecConfigMaxFrameLength(t_Handle h_Tgec, uint16_t newVal) in TgecConfigMaxFrameLength()
276 static t_Error TgecConfigLengthCheck(t_Handle h_Tgec, bool newVal) in TgecConfigLengthCheck()
292 static t_Error TgecConfigException(t_Handle h_Tgec, e_FmMacExceptions exception, bool enable) in TgecConfigException()
[all …]
H A Dtgec_mii_acc.c45 t_Error TGEC_MII_WritePhyReg(t_Handle h_Tgec, in TGEC_MII_WritePhyReg()
89 t_Error TGEC_MII_ReadPhyReg(t_Handle h_Tgec, in TGEC_MII_ReadPhyReg()