AXEN_RXHDR_CRC_ERR
if (pkt_hdr & (AXEN_RXHDR_CRC_ERR | AXEN_RXHDR_DROP_ERR)) {
(pkt_hdr & AXEN_RXHDR_CRC_ERR) ? "crc" : "drop",