Home
last modified time | relevance | path

Searched refs:CRC_SIZE (Results 1 – 7 of 7) sorted by relevance

/drivers/crypto/
Datmel-i2c.h22 #define CRC_SIZE 2 macro
23 #define CMD_OVERHEAD_SIZE (COUNT_SIZE + CRC_SIZE)
Datmel-i2c.c48 size_t len = cmd->count - CRC_SIZE; in atmel_i2c_checksum()
/drivers/usb/host/
Dfhci-tds.c348 pkt->len > td_length - CRC_SIZE) { in fhci_td_transaction_confirm()
353 pkt->len = td_length - CRC_SIZE; in fhci_td_transaction_confirm()
454 out_be16(&td->length, pkt->len + CRC_SIZE); in fhci_host_transaction()
Dfhci.h38 #define CRC_SIZE 2 macro
Dfhci-sched.c181 ((td->len + CRC_SIZE) >= ed->max_pkt_size))) in add_packet()
/drivers/net/ethernet/sis/
Dsis900.h311 #define CRC_SIZE 4 macro
Dsis900.c1755 rx_size = data_size - CRC_SIZE; in sis900_rx()