Home
last modified time | relevance | path

Searched refs:checksum_bytes_ignore (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfman_port.c90 tmp = (uint32_t)cfg->checksum_bytes_ignore << in init_bmi_rx()
206 tmp = (uint32_t)cfg->checksum_bytes_ignore << in init_bmi_tx()
678 cfg->checksum_bytes_ignore = 0; in fman_port_defconfig()
H A Dfm_port.c241 … if (p_DfltConfig->rx_cut_end_bytes + p_DfltConfig->checksum_bytes_ignore > FRAME_END_DATA_SIZE) in CheckInitParameters()
2967 p_FmPort->p_FmPortDriverParam->dfltCfg.checksum_bytes_ignore = in FM_PORT_ConfigCheksumLastBytesIgnore()
/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman_port.h379 uint8_t checksum_bytes_ignore; member