Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/nxp/
Dlpc_eth.c890 u32 rxconsidx, len, ethst; in __lpc_handle_recv() local
895 rxconsidx = readl(LPC_ENET_RXCONSUMEINDEX(pldat->net_base)); in __lpc_handle_recv()
896 while (rx_done < budget && rxconsidx != in __lpc_handle_recv()
899 prxstat = &pldat->rx_stat_v[rxconsidx]; in __lpc_handle_recv()
933 pldat->rx_buff_v + rxconsidx * ENET_MAXF_SIZE, in __lpc_handle_recv()
945 rxconsidx = rxconsidx + 1; in __lpc_handle_recv()
946 if (rxconsidx >= ENET_RX_DESC) in __lpc_handle_recv()
947 rxconsidx = 0; in __lpc_handle_recv()
948 writel(rxconsidx, in __lpc_handle_recv()