Home
last modified time | relevance | path

Searched refs:h_FmMac (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfm_mac.c93 t_Error FM_MAC_Init (t_Handle h_FmMac) in FM_MAC_Init() argument
95 t_FmMacControllerDriver *p_FmMacControllerDriver = (t_FmMacControllerDriver *)h_FmMac; in FM_MAC_Init()
108 return p_FmMacControllerDriver->f_FM_MAC_Init(h_FmMac); in FM_MAC_Init()
114 t_Error FM_MAC_Free (t_Handle h_FmMac) in FM_MAC_Free() argument
116 t_FmMacControllerDriver *p_FmMacControllerDriver = (t_FmMacControllerDriver *)h_FmMac; in FM_MAC_Free()
121 return p_FmMacControllerDriver->f_FM_MAC_Free(h_FmMac); in FM_MAC_Free()
128 t_Error FM_MAC_ConfigResetOnInit (t_Handle h_FmMac, bool enable) in FM_MAC_ConfigResetOnInit() argument
130 t_FmMacControllerDriver *p_FmMacControllerDriver = (t_FmMacControllerDriver *)h_FmMac; in FM_MAC_ConfigResetOnInit()
135 return p_FmMacControllerDriver->f_FM_MAC_ConfigResetOnInit(h_FmMac, enable); in FM_MAC_ConfigResetOnInit()
144 t_Error FM_MAC_ConfigLoopback (t_Handle h_FmMac, bool newVal) in FM_MAC_ConfigLoopback() argument
[all …]
H A Dfm_mac.h73 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);
[all …]
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_mac_ext.h271 t_Error FM_MAC_Init(t_Handle h_FmMac);
284 t_Error FM_MAC_Free(t_Handle h_FmMac);
308 t_Error FM_MAC_ConfigResetOnInit(t_Handle h_FmMac, bool enable);
322 t_Error FM_MAC_ConfigLoopback(t_Handle h_FmMac, bool enable);
336 t_Error FM_MAC_ConfigMaxFrameLength(t_Handle h_FmMac, uint16_t newVal);
350 t_Error FM_MAC_ConfigWan(t_Handle h_FmMac, bool enable);
367 t_Error FM_MAC_ConfigPadAndCrc(t_Handle h_FmMac, bool enable);
381 t_Error FM_MAC_ConfigHalfDuplex(t_Handle h_FmMac, bool enable);
395 t_Error FM_MAC_ConfigTbiPhyAddr(t_Handle h_FmMac, uint8_t newVal);
409 t_Error FM_MAC_ConfigLengthCheck(t_Handle h_FmMac, bool enable);
[all …]
H A Dfm_macsec_ext.h104 …t_Handle h_FmMac; /**< A handle to the FM MAC object related to… member
/freebsd/sys/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec_master.c153 tmpReg = FM_MAC_GetMaxFrameLength(p_FmMacsec->h_FmMac); in MacsecInit()
173 FM_MAC_GetId(p_FmMacsec->h_FmMac, &macId); in MacsecInit()
199 FM_MAC_GetId(p_FmMacsec->h_FmMac, &macId); in MacsecFree()
998 p_FmMacsec->h_FmMac = p_FmMacsecParam->nonGuestParams.h_FmMac; in FM_MACSEC_MASTER_Config()
1021 FM_MAC_GetId(p_FmMacsec->h_FmMac,&macId); in FM_MACSEC_MASTER_Config()
H A Dfm_macsec_master.h460 …t_Handle h_FmMac; /**< A handle to the FM MAC object related to… member