Home
last modified time | relevance | path

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

/openbmc/linux/drivers/atm/
H A Dlanai.c1606 #define SERVICE_CRCERR (0x20000000) /* RXed PDU had CRC error */ macro
1660 if (likely(!(s & (SERVICE_TRASH | SERVICE_STREAM | SERVICE_CRCERR)))) { in handle_service()