Searched refs:R_E (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Dm68360_enet.h37 #define R_E 0x8000 /* buffer empty */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Ducc_fast.h27 #define R_E 0x80000000 /* buffer empty */ macro
H A Ducc_slow.h49 #define R_E 0x80000000 /* buffer empty */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ducc_geth.c237 out_be32((u32 *)bd, (R_E | R_I | (in_be32((u32 *)bd) & R_W)));
3420 /* while there are received buffers and BD is full (~R_E) */
3421 while (!((bd_status & (R_E)) || (--rx_work_limit < 0))) {

Completed in 67 milliseconds