Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A 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()
H A Dfhci.h39 #define CRC_SIZE 2 macro
H A Dfhci-sched.c181 ((td->len + CRC_SIZE) >= ed->max_pkt_size))) in add_packet()
/linux/drivers/net/ethernet/sis/
H A Dsis900.h311 #define CRC_SIZE 4 macro
H A Dsis900.c1763 rx_size = data_size - CRC_SIZE; in sis900_rx()