Home
last modified time | relevance | path

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

/drivers/usb/host/
Dfhci-tds.c352 pkt->len > td_length - CRC_SIZE) { in fhci_td_transaction_confirm()
357 pkt->len = td_length - CRC_SIZE; in fhci_td_transaction_confirm()
458 out_be16(&td->length, pkt->len + CRC_SIZE); in fhci_host_transaction()
Dfhci.h42 #define CRC_SIZE 2 macro
Dfhci-sched.c185 ((td->len + CRC_SIZE) >= ed->max_pkt_size))) in add_packet()
/drivers/net/ethernet/sis/
Dsis900.h310 #define CRC_SIZE 4 macro
Dsis900.c1751 rx_size = data_size - CRC_SIZE; in sis900_rx()
/drivers/net/usb/
Dr8152.c427 #define CRC_SIZE 4 macro
1707 pkt_len -= CRC_SIZE; in rx_bottom()
1726 rx_data = rx_agg_align(rx_data + pkt_len + CRC_SIZE); in rx_bottom()