Searched refs:errorsToEnq (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h787 fmPortFrameErrSelect_t errorsToEnq; member in struct:__anon8229
H A Dfm_port.c565 uint32_t errorsToEnq = 0; local
702 errorsToEnq = (RX_ERRS_TO_ENQ & ~p_Params->errorsToDiscard);
703 WRITE_UINT32(p_Regs->fmbm_rfsem, errorsToEnq);
828 uint32_t tmpReg, errorsToEnq = 0; local
886 errorsToEnq = (OP_ERRS_TO_ENQ & ~p_Params->errorsToDiscard);
887 WRITE_UINT32(p_Regs->fmbm_ofsem, errorsToEnq);

Completed in 86 milliseconds