Searched refs:CRC_SIZE (Results 1 – 12 of 12) sorted by relevance
28 #define CRC_SIZE sizeof(uint32_t) macro152 envsize = datasize - (CRC_SIZE + redundant); in main()153 envptr = dataptr + CRC_SIZE + redundant; in main()
22 #define CRC_SIZE 2 macro23 #define CMD_OVERHEAD_SIZE (COUNT_SIZE + CRC_SIZE)
48 size_t len = cmd->count - CRC_SIZE; in atmel_i2c_checksum()
439 #define CRC_SIZE 4 macro460 #define RTL8152_RMS (RTL8152_ETH_FRAME_LEN + CRC_SIZE)461 #define RTL8153_RMS (RTL8152_ETH_FRAME_LEN + CRC_SIZE)
1302 packet_len -= CRC_SIZE; in r8152_recv()1307 (packet_len + sizeof(struct rx_desc) + CRC_SIZE); in r8152_recv()1528 packet_len -= CRC_SIZE; in r8152_eth_recv()1530 if (packet_len > len - (sizeof(struct rx_desc) + CRC_SIZE)) { in r8152_eth_recv()1547 packet_len += sizeof(struct rx_desc) + CRC_SIZE; in r8152_free_pkt()
348 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()
38 #define CRC_SIZE 2 macro
181 ((td->len + CRC_SIZE) >= ed->max_pkt_size))) in add_packet()
311 #define CRC_SIZE 4 macro
1755 rx_size = data_size - CRC_SIZE; in sis900_rx()
63 #define CRC_SIZE 4 macro808 length = (rx_status & DSIZE) - CRC_SIZE; in ns8382x_poll()
65 #define CRC_SIZE 4 macro836 length = (rx_status & DSIZE) - CRC_SIZE; in natsemi_poll()