Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/cavium/octeon/
H A Docteon_mgmt.c39 #define OCTEON_MGMT_RX_RING_SIZE 512 macro
215 while (p->rx_current_fill < ring_max_fill(OCTEON_MGMT_RX_RING_SIZE)) { in octeon_mgmt_rx_fill_ring()
243 ring_size_to_bytes(OCTEON_MGMT_RX_RING_SIZE), in octeon_mgmt_rx_fill_ring()
246 (p->rx_next_fill + 1) % OCTEON_MGMT_RX_RING_SIZE; in octeon_mgmt_rx_fill_ring()
375 ring_size_to_bytes(OCTEON_MGMT_RX_RING_SIZE), in octeon_mgmt_dequeue_rx_buffer()
379 p->rx_next = (p->rx_next + 1) % OCTEON_MGMT_RX_RING_SIZE; in octeon_mgmt_dequeue_rx_buffer()
993 p->rx_ring = kzalloc(ring_size_to_bytes(OCTEON_MGMT_RX_RING_SIZE), in octeon_mgmt_open()
999 ring_size_to_bytes(OCTEON_MGMT_RX_RING_SIZE), in octeon_mgmt_open()
1051 iring1.s.isize = OCTEON_MGMT_RX_RING_SIZE; in octeon_mgmt_open()
1229 ring_size_to_bytes(OCTEON_MGMT_RX_RING_SIZE), in octeon_mgmt_open()
[all …]