Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dnatsemi.h10 #define CRC_SIZE 4 macro
Dsis900.h360 #define CRC_SIZE 4 macro
Dnatsemi.c548 rx_len = (rx_status & DSIZE) - CRC_SIZE; in natsemi_poll()
Dsis900.c1205 nic->packetlen = (rx_status & DSIZE) - CRC_SIZE; in sis900_poll()