Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/cavium/octeon/
H A Docteon_mgmt.c137 unsigned int rx_next_fill; member
236 p->rx_ring[p->rx_next_fill] = re.d64; in octeon_mgmt_rx_fill_ring()
245 p->rx_next_fill = in octeon_mgmt_rx_fill_ring()
246 (p->rx_next_fill + 1) % OCTEON_MGMT_RX_RING_SIZE; in octeon_mgmt_rx_fill_ring()
1003 p->rx_next_fill = 0; in octeon_mgmt_open()