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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dserial_lh7a40x.c74 #define RxEmpty (0x10) macro
77 #define nRxRdy RxEmpty
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dde2104x.c193 RxEmpty = (1 << 7), enumerator in enum:__anon13466
251 IntrOK | IntrErr | RxIntr | RxEmpty | TxIntr | TxEmpty |
515 if (status & (RxIntr | RxEmpty)) {
517 if (status & RxEmpty)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D8139cp.c238 RxEmpty = (1 << 4), /* No Rx descriptors available */ enumerator in enum:__anon12415
247 RxFIFOOvr | LinkChg | RxEmpty | TxErr | TxOK |
297 cp_rx_intr_mask = RxOK | RxErr | RxEmpty | RxFIFOOvr,
635 if (status & (RxOK | RxErr | RxEmpty | RxFIFOOvr))

Completed in 130 milliseconds