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

/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dmemac_mii_acc.c45 t_Error MEMAC_MII_WritePhyReg(t_Handle h_Memac, argument
50 t_Memac *p_Memac = (t_Memac *)h_Memac;
63 t_Error MEMAC_MII_ReadPhyReg(t_Handle h_Memac, argument
68 t_Memac *p_Memac = (t_Memac *)h_Memac;
H A Dmemac.c201 static void MemacErrException(t_Handle h_Memac) argument
203 t_Memac *p_Memac = (t_Memac *)h_Memac;
225 static void MemacException(t_Handle h_Memac) argument
227 t_Memac *p_Memac = (t_Memac *)h_Memac;
275 static t_Error MemacEnable(t_Handle h_Memac, e_CommMode mode) argument
277 t_Memac *p_Memac = (t_Memac *)h_Memac;
289 static t_Error MemacDisable (t_Handle h_Memac, e_CommMode mode) argument
291 t_Memac *p_Memac = (t_Memac *)h_Memac;
303 static t_Error MemacSetPromiscuous(t_Handle h_Memac, bool newVal) argument
305 t_Memac *p_Memac = (t_Memac *)h_Memac;
317 MemacAdjustLink(t_Handle h_Memac, e_EnetSpeed speed, bool fullDuplex) argument
342 MemacConfigLoopback(t_Handle h_Memac, bool newVal) argument
356 MemacConfigWan(t_Handle h_Memac, bool newVal) argument
370 MemacConfigMaxFrameLength(t_Handle h_Memac, uint16_t newVal) argument
384 MemacConfigPad(t_Handle h_Memac, bool newVal) argument
398 MemacConfigLengthCheck(t_Handle h_Memac, bool newVal) argument
412 MemacConfigException(t_Handle h_Memac, e_FmMacExceptions exception, bool enable) argument
436 MemacConfigResetOnInit(t_Handle h_Memac, bool enable) argument
455 MemacSetTxPauseFrames(t_Handle h_Memac, uint8_t priority, uint16_t pauseTime, uint16_t threshTime) argument
491 MemacSetTxAutoPauseFrames(t_Handle h_Memac, uint16_t pauseTime) argument
499 MemacSetRxIgnorePauseFrames(t_Handle h_Memac, bool en) argument
513 MemacSetWakeOnLan(t_Handle h_Memac, bool en) argument
527 MemacEnable1588TimeStamp(t_Handle h_Memac) argument
542 MemacGetStatistics(t_Handle h_Memac, t_FmMacStatistics *p_Statistics) argument
596 MemacModifyMacAddress(t_Handle h_Memac, t_EnetAddr *p_EnetAddr) argument
610 MemacResetCounters(t_Handle h_Memac) argument
624 MemacAddExactMatchMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr) argument
667 MemacDelExactMatchMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr) argument
699 MemacGetId(t_Handle h_Memac, uint32_t *macId) argument
714 MemacAddHashMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr) argument
745 MemacDelHashMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr) argument
779 MemacSetException(t_Handle h_Memac, e_FmMacExceptions exception, bool enable) argument
805 MemacGetMaxFrameLength(t_Handle h_Memac) argument
815 MemacInitInternalPhy(t_Handle h_Memac) argument
853 MemacInit(t_Handle h_Memac) argument
966 MemacFree(t_Handle h_Memac) argument
[all...]
H A Dmemac.h106 t_Error MEMAC_MII_WritePhyReg(t_Handle h_Memac, uint8_t phyAddr, uint8_t reg, uint16_t data);
107 t_Error MEMAC_MII_ReadPhyReg(t_Handle h_Memac, uint8_t phyAddr, uint8_t reg, uint16_t *p_Data);

Completed in 100 milliseconds