Home
last modified time | relevance | path

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

/freebsd/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) in CheckInitParameters()
218 ("cutBytesFromEnd can't be larger than %d", FRAME_END_DATA_SIZE)); in CheckInitParameters()
241 … if (p_DfltConfig->rx_cut_end_bytes + p_DfltConfig->checksum_bytes_ignore > FRAME_END_DATA_SIZE) in CheckInitParameters()
242 …_VALUE, ("cheksumLastBytesIgnore + cutBytesFromEnd can't be larger than %d", FRAME_END_DATA_SIZE)); in CheckInitParameters()
361 if ((p_Params->cheksumLastBytesIgnore > FRAME_END_DATA_SIZE) in CheckInitParameters()
366 ("cheksumLastBytesIgnore can't be larger than %d", FRAME_END_DATA_SIZE)); in CheckInitParameters()