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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsh_eth.c503 rxdesc->status = cpu_to_edmac(mdp, RD_RACT | RD_RFP);
739 while (!(rxdesc->status & cpu_to_edmac(mdp, RD_RACT))) {
779 rxdesc->status |= cpu_to_edmac(mdp, RD_RACT);
806 cpu_to_edmac(mdp, RD_RACT | RD_RFP | RD_RDEL);
809 cpu_to_edmac(mdp, RD_RACT | RD_RFP);
H A Dsh_eth.h441 RD_RACT = 0x80000000, RD_RDEL = 0x40000000, enumerator in enum:RD_STS_BIT

Completed in 35 milliseconds