Home
last modified time | relevance | path

Searched defs:newVal (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dfm_mac.c144 t_Error FM_MAC_ConfigLoopback (t_Handle h_FmMac, bool newVal) in FM_MAC_ConfigLoopback()
158 t_Error FM_MAC_ConfigMaxFrameLength (t_Handle h_FmMac, uint16_t newVal) in FM_MAC_ConfigMaxFrameLength()
185 t_Error FM_MAC_ConfigPadAndCrc (t_Handle h_FmMac, bool newVal) in FM_MAC_ConfigPadAndCrc()
199 t_Error FM_MAC_ConfigHalfDuplex (t_Handle h_FmMac, bool newVal) in FM_MAC_ConfigHalfDuplex()
213 t_Error FM_MAC_ConfigTbiPhyAddr (t_Handle h_FmMac, uint8_t newVal) in FM_MAC_ConfigTbiPhyAddr()
227 t_Error FM_MAC_ConfigLengthCheck (t_Handle h_FmMac, bool newVal) in FM_MAC_ConfigLengthCheck()
563 t_Error FM_MAC_SetPromiscuous (t_Handle h_FmMac, bool newVal) in FM_MAC_SetPromiscuous()
H A Ddtsec.c452 static t_Error DtsecConfigLoopback(t_Handle h_Dtsec, bool newVal) in DtsecConfigLoopback()
467 static t_Error DtsecConfigMaxFrameLength(t_Handle h_Dtsec, uint16_t newVal) in DtsecConfigMaxFrameLength()
481 static t_Error DtsecConfigPadAndCrc(t_Handle h_Dtsec, bool newVal) in DtsecConfigPadAndCrc()
495 static t_Error DtsecConfigHalfDuplex(t_Handle h_Dtsec, bool newVal) in DtsecConfigHalfDuplex()
509 static t_Error DtsecConfigTbiPhyAddr(t_Handle h_Dtsec, uint8_t newVal) in DtsecConfigTbiPhyAddr()
523 static t_Error DtsecConfigLengthCheck(t_Handle h_Dtsec, bool newVal) in DtsecConfigLengthCheck()
1022 static t_Error DtsecSetPromiscuous(t_Handle h_Dtsec, bool newVal) in DtsecSetPromiscuous()
H A Dmemac.c303 static t_Error MemacSetPromiscuous(t_Handle h_Memac, bool newVal) in MemacSetPromiscuous()
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()
398 static t_Error MemacConfigLengthCheck(t_Handle h_Memac, bool newVal) in MemacConfigLengthCheck()
H A Dtgec.c215 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()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c497 t_Error FM_PORT_ConfigIMMaxRxBufLength(t_Handle h_FmPort, uint16_t newVal) in FM_PORT_ConfigIMMaxRxBufLength()
510 t_Error FM_PORT_ConfigIMRxBdRingLength(t_Handle h_FmPort, uint16_t newVal) in FM_PORT_ConfigIMRxBdRingLength()
523 t_Error FM_PORT_ConfigIMTxBdRingLength(t_Handle h_FmPort, uint16_t newVal) in FM_PORT_ConfigIMTxBdRingLength()