Home
last modified time | relevance | path

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

/drivers/net/
Dniu.c3203 pp = &rp->rxhash[h]; in niu_find_rxpage()
3219 page->mapping = (struct address_space *) rp->rxhash[h]; in niu_hash_page()
3220 rp->rxhash[h] = page; in niu_hash_page()
3423 page = rp->rxhash[i]; in niu_rbr_free()
4170 kfree(rp->rxhash); in niu_free_rx_ring_info()
4171 rp->rxhash = NULL; in niu_free_rx_ring_info()
4233 rp->rxhash = kzalloc(MAX_RBR_RING_SIZE * sizeof(struct page *), in niu_alloc_rx_ring_info()
4235 if (!rp->rxhash) in niu_alloc_rx_ring_info()
6331 page = rp->rxhash[j]; in niu_reset_buffers()
Dniu.h2916 struct page **rxhash; member