Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/atm/
Dlanai.c1808 #define SERVICE_TRASH (0x40000000) /* RXed PDU was trashed */ macro
1863 if ((s & (SERVICE_TRASH | SERVICE_STREAM | SERVICE_CRCERR)) == 0) { in handle_service()
1868 if (s & SERVICE_TRASH) { in handle_service()