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

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h842 fmPortFrameErrSelect_t errorsToDiscard; member in struct:__anon9762
H A Dfm_port.c297 if (p_DfltConfig->discard_override && p_Params->errorsToDiscard)
301 ("errorsToDiscard is not empty, but frmDiscardOverride selected (all discarded frames to be enqueued to error queue)."));
316 if (p_Params->errorsToDiscard & unusedMask)
318 ("errorsToDiscard contains undefined bits"));
671 portParams.discard_mask = p_DriverParams->errorsToDiscard;
2389 p_FmPort->p_FmPortDriverParam->errorsToDiscard =
2431 p_FmPort->p_FmPortDriverParam->errorsToDiscard =
2595 p_FmPort->p_FmPortDriverParam->errorsToDiscard |= FM_PORT_FRM_ERR_PHYSICAL;
3122 p_FmPort->p_FmPortDriverParam->errorsToDiscard = errs;

Completed in 73 milliseconds