Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/nxp/
Dlpc_eth.c920 u32 rxconsidx, len, ethst; in __lpc_handle_recv() local
925 rxconsidx = readl(LPC_ENET_RXCONSUMEINDEX(pldat->net_base)); in __lpc_handle_recv()
926 while (rx_done < budget && rxconsidx != in __lpc_handle_recv()
929 prxstat = &pldat->rx_stat_v[rxconsidx]; in __lpc_handle_recv()
963 pldat->rx_buff_v + rxconsidx * ENET_MAXF_SIZE, in __lpc_handle_recv()
975 rxconsidx = rxconsidx + 1; in __lpc_handle_recv()
976 if (rxconsidx >= ENET_RX_DESC) in __lpc_handle_recv()
977 rxconsidx = 0; in __lpc_handle_recv()
978 writel(rxconsidx, in __lpc_handle_recv()