Searched refs:CRC_LEN (Results 1 – 3 of 3) sorted by relevance
40 #define CRC_LEN 5 macro165 uint8_t crc[CRC_LEN]; in udf_name_from_CS0()221 if ((ext_o_len + CRC_LEN) < str_max_len) in udf_name_from_CS0()241 (str_o_len <= (str_max_len - ext_o_len - CRC_LEN))) in udf_name_from_CS0()257 len = min_t(int, CRC_LEN, str_max_len - str_o_len); in udf_name_from_CS0()
100 #define CRC_LEN 4 macro102 #define PKT_MAXBUF_SIZE (MAX_MTU+ETH_HLEN+CRC_LEN)103 #define PKT_MINBUF_SIZE (MIN_MTU+ETH_HLEN+CRC_LEN)
24 #define CRC_LEN 2 macro25 #define MAX_RX_HDLC (1 + RX_HDLC_PAYLOAD + CRC_LEN)