Home
last modified time | relevance | path

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

/drivers/net/ethernet/nxp/
Dlpc_eth.c920 u32 rxconsidx, len, ethst; in __lpc_handle_recv() local
926 rxconsidx = readl(LPC_ENET_RXCONSUMEINDEX(pldat->net_base)); in __lpc_handle_recv()
927 while (rx_done < budget && rxconsidx != in __lpc_handle_recv()
930 prxstat = &pldat->rx_stat_v[rxconsidx]; in __lpc_handle_recv()
966 rxconsidx * ENET_MAXF_SIZE, len); in __lpc_handle_recv()
977 rxconsidx = rxconsidx + 1; in __lpc_handle_recv()
978 if (rxconsidx >= ENET_RX_DESC) in __lpc_handle_recv()
979 rxconsidx = 0; in __lpc_handle_recv()
980 writel(rxconsidx, in __lpc_handle_recv()