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

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h637 #define FRAME_END_DATA_SIZE 16 macro
H A Dfm_port.c214 if (p_DfltConfig->rx_cut_end_bytes > FRAME_END_DATA_SIZE)
218 ("cutBytesFromEnd can't be larger than %d", FRAME_END_DATA_SIZE));
241 if (p_DfltConfig->rx_cut_end_bytes + p_DfltConfig->checksum_bytes_ignore > FRAME_END_DATA_SIZE)
242 RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("cheksumLastBytesIgnore + cutBytesFromEnd can't be larger than %d", FRAME_END_DATA_SIZE));
361 if ((p_Params->cheksumLastBytesIgnore > FRAME_END_DATA_SIZE)
366 ("cheksumLastBytesIgnore can't be larger than %d", FRAME_END_DATA_SIZE));

Completed in 69 milliseconds