Lines Matching refs:error_code
1447 static inline bool hal_rx_reo_is_pn_error(uint32_t error_code) in hal_rx_reo_is_pn_error() argument
1450 return ((error_code == HAL_REO_ERR_PN_CHECK_FAILED) || in hal_rx_reo_is_pn_error()
1451 (error_code == HAL_REO_ERR_PN_ERROR_HANDLING_FLAG_SET)) ? in hal_rx_reo_is_pn_error()
1462 static inline bool hal_rx_reo_is_2k_jump(uint32_t error_code) in hal_rx_reo_is_2k_jump() argument
1464 return ((error_code == HAL_REO_ERR_REGULAR_FRAME_2K_JUMP) || in hal_rx_reo_is_2k_jump()
1465 (error_code == HAL_REO_ERR_2K_ERROR_HANDLING_FLAG_SET)) ? in hal_rx_reo_is_2k_jump()
1475 static inline bool hal_rx_reo_is_oor_error(uint32_t error_code) in hal_rx_reo_is_oor_error() argument
1477 return (error_code == HAL_REO_ERR_REGULAR_FRAME_OOR) ? in hal_rx_reo_is_oor_error()
1488 static inline bool hal_rx_reo_is_bar_oor_2k_jump(uint32_t error_code) in hal_rx_reo_is_bar_oor_2k_jump() argument
1490 return ((error_code == HAL_REO_ERR_BAR_FRAME_2K_JUMP) || in hal_rx_reo_is_bar_oor_2k_jump()
1491 (error_code == HAL_REO_ERR_BAR_FRAME_OOR)) ? in hal_rx_reo_is_bar_oor_2k_jump()