Searched refs:CRC_SIZE (Results 1 – 5 of 5) sorted by relevance
27 #define CRC_SIZE sizeof(uint32_t) macro151 envsize = datasize - (CRC_SIZE + redundant); in main()152 envptr = dataptr + CRC_SIZE + redundant; in main()
438 #define CRC_SIZE 4 macro459 #define RTL8152_RMS (RTL8152_ETH_FRAME_LEN + CRC_SIZE)460 #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()
65 #define CRC_SIZE 4 macro836 length = (rx_status & DSIZE) - CRC_SIZE; in natsemi_poll()
63 #define CRC_SIZE 4 macro808 length = (rx_status & DSIZE) - CRC_SIZE; in ns8382x_poll()