Searched refs:MAX_RBR_RING_SIZE (Results 1 – 2 of 2) sorted by relevance
3275 a ^= (a >> ilog2(MAX_RBR_RING_SIZE)); in niu_hash_rxaddr()3277 return a & (MAX_RBR_RING_SIZE - 1); in niu_hash_rxaddr()3518 for (i = 0; i < MAX_RBR_RING_SIZE; i++) { in niu_rbr_free()4260 MAX_RBR_RING_SIZE * sizeof(__le32), in niu_free_rx_ring_info()4329 rp->rxhash = kcalloc(MAX_RBR_RING_SIZE, sizeof(struct page *), in niu_alloc_rx_ring_info()4359 MAX_RBR_RING_SIZE * sizeof(__le32), in niu_alloc_rx_ring_info()4368 rp->rbr_table_size = MAX_RBR_RING_SIZE; in niu_alloc_rx_ring_info()6442 for (j = 0, k = 0; j < MAX_RBR_RING_SIZE; j++) { in niu_reset_buffers()6455 for (; k < MAX_RBR_RING_SIZE; k++) { in niu_reset_buffers()
2900 #define MAX_RBR_RING_SIZE 128 macro2901 #define MAX_RCR_RING_SIZE (MAX_RBR_RING_SIZE * 2)