CRC_SIZE 48 drivers/crypto/atmel-i2c.c size_t len = cmd->count - CRC_SIZE; CRC_SIZE 23 drivers/crypto/atmel-i2c.h #define CMD_OVERHEAD_SIZE (COUNT_SIZE + CRC_SIZE) CRC_SIZE 1752 drivers/net/ethernet/sis/sis900.c rx_size = data_size - CRC_SIZE; CRC_SIZE 181 drivers/usb/host/fhci-sched.c ((td->len + CRC_SIZE) >= ed->max_pkt_size))) CRC_SIZE 348 drivers/usb/host/fhci-tds.c pkt->len > td_length - CRC_SIZE) { CRC_SIZE 353 drivers/usb/host/fhci-tds.c pkt->len = td_length - CRC_SIZE; CRC_SIZE 454 drivers/usb/host/fhci-tds.c out_be16(&td->length, pkt->len + CRC_SIZE);