Searched refs:cheksumLastBytesIgnore (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h658 @Param[in] cheksumLastBytesIgnore New value
664 t_Error FM_PORT_ConfigCheksumLastBytesIgnore(t_Handle h_FmPort, uint8_t cheksumLastBytesIgnore);
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h815 uint8_t cheksumLastBytesIgnore; member in struct:__anon9762
H A Dfm_port.c242 RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("cheksumLastBytesIgnore + cutBytesFromEnd can't be larger than %d", FRAME_END_DATA_SIZE));
343 (p_FmPort->p_FmPortDriverParam->cheksumLastBytesIgnore != DEFAULT_notSupported))
345 RETURN_ERROR(MAJOR, E_NOT_SUPPORTED, ("cheksumLastBytesIgnore is available for Rx & Tx ports only"));
361 if ((p_Params->cheksumLastBytesIgnore > FRAME_END_DATA_SIZE)
362 && ((p_Params->cheksumLastBytesIgnore != DEFAULT_notSupported)))
366 ("cheksumLastBytesIgnore can't be larger than %d", FRAME_END_DATA_SIZE));
2338 p_FmPort->p_FmPortDriverParam->cheksumLastBytesIgnore =
2461 p_FmPort->p_FmPortDriverParam->cheksumLastBytesIgnore = DEFAULT_notSupported;

Completed in 99 milliseconds