Searched refs:crc_len (Results 1 – 3 of 3) sorted by relevance
365 int crc_len; in static_config_buf_prepare_for_upload() local379 crc_len = buf_len - 4; in static_config_buf_prepare_for_upload()384 final_header.crc = sja1105_crc32(config_buf, crc_len); in static_config_buf_prepare_for_upload()
1184 unsigned crc_len = ncm->is_crc ? sizeof(uint32_t) : 0; in ncm_unwrap_ntb() local1258 if (dg_len < 14 + crc_len) { /* ethernet hdr + crc */ in ncm_unwrap_ntb()1268 crc_len); in ncm_unwrap_ntb()1271 dg_len - crc_len); in ncm_unwrap_ntb()1287 dg_len - crc_len); in ncm_unwrap_ntb()1291 dg_len - crc_len); in ncm_unwrap_ntb()
453 u64 crc_len:16; member455 u64 crc_len:16;