Searched defs:h_Memac (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/ |
H A D | memac.c | 201 static void MemacErrException(t_Handle h_Memac) in MemacErrException() 225 static void MemacException(t_Handle h_Memac) in MemacException() 275 static t_Error MemacEnable(t_Handle h_Memac, e_CommMode mode) in MemacEnable() 289 static t_Error MemacDisable (t_Handle h_Memac, e_CommMode mode) in MemacDisable() 303 static t_Error MemacSetPromiscuous(t_Handle h_Memac, bool newVal) in MemacSetPromiscuous() 317 static t_Error MemacAdjustLink(t_Handle h_Memac, e_EnetSpeed speed, bool fullDuplex) in MemacAdjustLink() 342 static t_Error MemacConfigLoopback(t_Handle h_Memac, bool newVal) in MemacConfigLoopback() 356 static t_Error MemacConfigWan(t_Handle h_Memac, bool newVal) in MemacConfigWan() 370 static t_Error MemacConfigMaxFrameLength(t_Handle h_Memac, uint16_t newVal) in MemacConfigMaxFrameLength() 384 static t_Error MemacConfigPad(t_Handle h_Memac, bool newVal) in MemacConfigPad() [all …]
|
H A D | memac_mii_acc.c | 45 t_Error MEMAC_MII_WritePhyReg(t_Handle h_Memac, in MEMAC_MII_WritePhyReg() 63 t_Error MEMAC_MII_ReadPhyReg(t_Handle h_Memac, in MEMAC_MII_ReadPhyReg()
|