Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/nxp/
H A Dlpc_eth.c899 u32 rxconsidx, len, ethst; in __lpc_handle_recv() local
904 rxconsidx = readl(LPC_ENET_RXCONSUMEINDEX(pldat->net_base)); in __lpc_handle_recv()
905 while (rx_done < budget && rxconsidx != in __lpc_handle_recv()
908 prxstat = &pldat->rx_stat_v[rxconsidx]; in __lpc_handle_recv()
942 pldat->rx_buff_v + rxconsidx * ENET_MAXF_SIZE, in __lpc_handle_recv()
954 rxconsidx = rxconsidx + 1; in __lpc_handle_recv()
955 if (rxconsidx >= ENET_RX_DESC) in __lpc_handle_recv()
956 rxconsidx = 0; in __lpc_handle_recv()
957 writel(rxconsidx, in __lpc_handle_recv()