Lines Matching refs:newVal
215 static t_Error TgecSetPromiscuous(t_Handle h_Tgec, bool newVal) in TgecSetPromiscuous() argument
222 fman_tgec_set_promiscuous(p_Tgec->p_MemMap, newVal); in TgecSetPromiscuous()
234 static t_Error TgecConfigLoopback(t_Handle h_Tgec, bool newVal) in TgecConfigLoopback() argument
241 p_Tgec->p_TgecDriverParam->loopback_enable = newVal; in TgecConfigLoopback()
248 static t_Error TgecConfigWan(t_Handle h_Tgec, bool newVal) in TgecConfigWan() argument
255 p_Tgec->p_TgecDriverParam->wan_mode_enable = newVal; in TgecConfigWan()
262 static t_Error TgecConfigMaxFrameLength(t_Handle h_Tgec, uint16_t newVal) in TgecConfigMaxFrameLength() argument
269 p_Tgec->p_TgecDriverParam->max_frame_length = newVal; in TgecConfigMaxFrameLength()
276 static t_Error TgecConfigLengthCheck(t_Handle h_Tgec, bool newVal) in TgecConfigLengthCheck() argument
280 UNUSED(newVal); in TgecConfigLengthCheck()
285 p_Tgec->p_TgecDriverParam->no_length_check_enable = !newVal; in TgecConfigLengthCheck()