• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/MAC/

Lines Matching refs:t_Error

73     t_Error (*f_FM_MAC_Init) (t_Handle h_FmMac);
74 t_Error (*f_FM_MAC_Free) (t_Handle h_FmMac);
76 t_Error (*f_FM_MAC_SetStatistics) (t_Handle h_FmMac, e_FmMacStatisticsLevel statisticsLevel);
77 t_Error (*f_FM_MAC_ConfigLoopback) (t_Handle h_FmMac, bool newVal);
78 t_Error (*f_FM_MAC_ConfigMaxFrameLength) (t_Handle h_FmMac, uint16_t newVal);
79 t_Error (*f_FM_MAC_ConfigWan) (t_Handle h_FmMac, bool flag);
80 t_Error (*f_FM_MAC_ConfigPadAndCrc) (t_Handle h_FmMac, bool newVal);
81 t_Error (*f_FM_MAC_ConfigHalfDuplex) (t_Handle h_FmMac, bool newVal);
82 t_Error (*f_FM_MAC_ConfigLengthCheck) (t_Handle h_FmMac, bool newVal);
83 t_Error (*f_FM_MAC_ConfigTbiPhyAddr) (t_Handle h_FmMac, uint8_t newVal);
84 t_Error (*f_FM_MAC_ConfigException) (t_Handle h_FmMac, e_FmMacExceptions, bool enable);
85 t_Error (*f_FM_MAC_ConfigResetOnInit) (t_Handle h_FmMac, bool enable);
87 t_Error (*f_FM_MAC_ConfigSkipFman11Workaround) (t_Handle h_FmMac);
90 t_Error (*f_FM_MAC_SetException) (t_Handle h_FmMac, e_FmMacExceptions ex, bool enable);
92 t_Error (*f_FM_MAC_Enable) (t_Handle h_FmMac, e_CommMode mode);
93 t_Error (*f_FM_MAC_Disable) (t_Handle h_FmMac, e_CommMode mode);
94 t_Error (*f_FM_MAC_Resume) (t_Handle h_FmMac);
95 t_Error (*f_FM_MAC_Enable1588TimeStamp) (t_Handle h_FmMac);
96 t_Error (*f_FM_MAC_Disable1588TimeStamp) (t_Handle h_FmMac);
97 t_Error (*f_FM_MAC_Reset) (t_Handle h_FmMac, bool wait);
99 t_Error (*f_FM_MAC_SetTxAutoPauseFrames) (t_Handle h_FmMac,
101 t_Error (*f_FM_MAC_SetTxPauseFrames) (t_Handle h_FmMac,
105 t_Error (*f_FM_MAC_SetRxIgnorePauseFrames) (t_Handle h_FmMac, bool en);
107 t_Error (*f_FM_MAC_ResetCounters) (t_Handle h_FmMac);
108 t_Error (*f_FM_MAC_GetStatistics) (t_Handle h_FmMac, t_FmMacStatistics *p_Statistics);
110 t_Error (*f_FM_MAC_ModifyMacAddr) (t_Handle h_FmMac, t_EnetAddr *p_EnetAddr);
111 t_Error (*f_FM_MAC_AddHashMacAddr) (t_Handle h_FmMac, t_EnetAddr *p_EnetAddr);
112 t_Error (*f_FM_MAC_RemoveHashMacAddr) (t_Handle h_FmMac, t_EnetAddr *p_EnetAddr);
113 t_Error (*f_FM_MAC_AddExactMatchMacAddr) (t_Handle h_FmMac, t_EnetAddr *p_EnetAddr);
114 t_Error (*f_FM_MAC_RemovelExactMatchMacAddr) (t_Handle h_FmMac, t_EnetAddr *p_EnetAddr);
116 t_Error (*f_FM_MAC_SetPromiscuous) (t_Handle h_FmMac, bool newVal);
117 t_Error (*f_FM_MAC_AdjustLink) (t_Handle h_FmMac, e_EnetSpeed speed, bool fullDuplex);
118 t_Error (*f_FM_MAC_RestartAutoneg) (t_Handle h_FmMac);
120 t_Error (*f_FM_MAC_SetWakeOnLan) (t_Handle h_FmMac, bool en);
122 t_Error (*f_FM_MAC_GetId) (t_Handle h_FmMac, uint32_t *macId);
124 t_Error (*f_FM_MAC_GetVersion) (t_Handle h_FmMac, uint32_t *macVersion);
128 t_Error (*f_FM_MAC_MII_WritePhyReg)(t_Handle h_FmMac, uint8_t phyAddr, uint8_t reg, uint16_t data);
129 t_Error (*f_FM_MAC_MII_ReadPhyReg)(t_Handle h_FmMac, uint8_t phyAddr, uint8_t reg, uint16_t *p_Data);
132 t_Error (*f_FM_MAC_DumpRegs) (t_Handle h_FmMac);