Searched refs:CRC_SIZE (Results 1 – 5 of 5) sorted by relevance
28 #define CRC_SIZE sizeof(uint32_t) macro153 envsize = datasize - (CRC_SIZE + redundant); in main()154 envptr = dataptr + CRC_SIZE + redundant; in main()
484 #define CRC_SIZE 4 macro505 #define RTL8152_RMS (RTL8152_ETH_FRAME_LEN + CRC_SIZE)506 #define RTL8153_RMS (RTL8152_ETH_FRAME_LEN + CRC_SIZE)
1534 packet_len -= CRC_SIZE; in r8152_recv()1539 (packet_len + sizeof(struct rx_desc) + CRC_SIZE); in r8152_recv()1767 packet_len -= CRC_SIZE; in r8152_eth_recv()1769 if (packet_len > len - (sizeof(struct rx_desc) + CRC_SIZE)) { in r8152_eth_recv()1786 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()
64 #define CRC_SIZE 4 macro809 length = (rx_status & DSIZE) - CRC_SIZE; in ns8382x_poll()
Completed in 21 milliseconds