Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/renesas/
Dsh_eth.h288 RD_RACT = 0x80000000, RD_RDLE = 0x40000000, enumerator
Dsh_eth.c1202 rxdesc->status = cpu_to_edmac(mdp, RD_RACT | RD_RFP); in sh_eth_ring_format()
1470 while (!(rxdesc->status & cpu_to_edmac(mdp, RD_RACT))) { in sh_eth_rx()
1562 cpu_to_edmac(mdp, RD_RACT | RD_RFP | RD_RDLE); in sh_eth_rx()
1565 cpu_to_edmac(mdp, RD_RACT | RD_RFP); in sh_eth_rx()