Searched refs:RxEmpty (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dserial_lh7a40x.c73 #define RxEmpty (0x10) macro
76 #define nRxRdy RxEmpty
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A D8139cp.c244 RxEmpty = (1 << 4), /* No Rx descriptors available */ enumerator in enum:__anon5117
253 RxFIFOOvr | LinkChg | RxEmpty | TxErr | TxOK |
303 cp_rx_intr_mask = RxOK | RxErr | RxEmpty | RxFIFOOvr,
655 if (status & (RxOK | RxErr | RxEmpty | RxFIFOOvr))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/tulip/
H A Dde2104x.c186 RxEmpty = (1 << 7), enumerator in enum:__anon5908
243 IntrOK | IntrErr | RxIntr | RxEmpty | TxIntr | TxEmpty |
501 if (status & (RxIntr | RxEmpty)) {
503 if (status & RxEmpty)

Completed in 159 milliseconds