Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/renesas/
Dsh_eth.h288 RD_RACT = 0x80000000, RD_RDEL = 0x40000000, enumerator
Dsh_eth.c1162 rxdesc->status = cpu_to_edmac(mdp, RD_RACT | RD_RFP); in sh_eth_ring_format()
1459 while (!(rxdesc->status & cpu_to_edmac(mdp, RD_RACT))) { in sh_eth_rx()
1550 cpu_to_edmac(mdp, RD_RACT | RD_RFP | RD_RDEL); in sh_eth_rx()
1553 cpu_to_edmac(mdp, RD_RACT | RD_RFP); in sh_eth_rx()