Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/atm/
Didt77252.h248 #define SAR_RSQE_VALID 0x80000000 macro
Didt77252.c1229 if (!(le32_to_cpu(rsqe->word_4) & SAR_RSQE_VALID)) { in idt77252_rx()
1242 } while (le32_to_cpu(rsqe->word_4) & SAR_RSQE_VALID); in idt77252_rx()