Searched defs:newVal (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/ |
H A D | fm_mac.c | 144 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 D | dtsec.c | 452 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 D | memac.c | 303 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 D | tgec.c | 215 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()
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/ |
H A D | fm_port_im.c | 497 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()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 581 void setMayLoad(bool newVal) { MayLoad = newVal; } in setMayLoad() 582 void setMayStore(bool newVal) { MayStore = newVal; } in setMayStore() 583 void setHasSideEffects(bool newVal) { HasSideEffects = newVal; } in setHasSideEffects() 584 void setBeginGroup(bool newVal) { BeginGroup = newVal; } in setBeginGroup() 585 void setEndGroup(bool newVal) { EndGroup = newVal; } in setEndGroup() 586 void setRetireOOO(bool newVal) { RetireOOO = newVal; } in setRetireOOO()
|
/freebsd/sys/dev/ath/ath_hal/ar9002/ |
H A D | ar9280_attach.c | 588 int tmp, newVal; in ar9280SpurMitigate() local
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_compress.c | 2334 U32 newVal; in ZSTD_reduceTable_internal() local
|