Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/atm/
H A Dlanai.c1606 #define SERVICE_TRASH (0x40000000) /* RXed PDU was trashed */ macro
1661 if (likely(!(s & (SERVICE_TRASH | SERVICE_STREAM | SERVICE_CRCERR)))) { in handle_service()
1666 if (s & SERVICE_TRASH) { in handle_service()
/kernel/linux/linux-6.6/drivers/atm/
H A Dlanai.c1605 #define SERVICE_TRASH (0x40000000) /* RXed PDU was trashed */ macro
1660 if (likely(!(s & (SERVICE_TRASH | SERVICE_STREAM | SERVICE_CRCERR)))) { in handle_service()
1665 if (s & SERVICE_TRASH) { in handle_service()

Completed in 9 milliseconds