Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/sun/
Dniu.c55 #define niu_next_page(p) container_of(p, union niu_page, page)->next macro
3305 for (; (p = *pp) != NULL; pp = &niu_next_page(p)) { in niu_find_rxpage()
3322 niu_next_page(page) = rp->rxhash[h]; in niu_hash_page()
3404 *link = niu_next_page(page); in niu_rx_pkt_ignore()
3408 niu_next_page(page) = NULL; in niu_rx_pkt_ignore()
3473 *link = niu_next_page(page); in niu_process_rx_pkt()
3477 niu_next_page(page) = NULL; in niu_process_rx_pkt()
3540 struct page *next = niu_next_page(page); in niu_rbr_free()
3546 niu_next_page(page) = NULL; in niu_rbr_free()
6462 struct page *next = niu_next_page(page); in niu_reset_buffers()