Searched refs:RD_RACT (Results 1 – 2 of 2) sorted by relevance
123 if (!(port_info->rx_desc_cur->rd0 & RD_RACT)) { in sh_eth_recv()135 port_info->rx_desc_cur->rd0 = RD_RACT | RD_RDLE; in sh_eth_recv()137 port_info->rx_desc_cur->rd0 = RD_RACT; in sh_eth_recv()284 cur_rx_desc->rd0 = RD_RACT; in sh_eth_rx_desc_init()
512 RD_RACT = 0x80000000, RD_RDLE = 0x40000000, enumerator