Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/microchip/
Denc28j60.c69 u16 next_pk_ptr; /* next packet pointer within FIFO */ member
611 priv->next_pk_ptr = start; in nolock_rxfifo_init()
613 erxrdpt = erxrdpt_workaround(priv->next_pk_ptr, start, end); in nolock_rxfifo_init()
914 priv->next_pk_ptr); in enc28j60_hw_rx()
916 if (unlikely(priv->next_pk_ptr > RXEND_INIT)) { in enc28j60_hw_rx()
920 __func__, priv->next_pk_ptr); in enc28j60_hw_rx()
934 enc28j60_mem_read(priv, priv->next_pk_ptr, sizeof(rsv), rsv); in enc28j60_hw_rx()
972 rx_packet_start(priv->next_pk_ptr), in enc28j60_hw_rx()
1005 priv->next_pk_ptr = next_packet; in enc28j60_hw_rx()