Lines Matching defs:page
106 struct page *page;
129 struct page *page;
847 struct page *dmatest_page;
1183 struct page *page;
1197 /* we can use part of previous page */
1198 get_page(rx->page);
1200 /* we need a new page */
1201 page =
1204 if (unlikely(page == NULL)) {
1210 bus = dma_map_page(&mgp->pdev->dev, page, 0,
1214 __free_pages(page, MYRI10GE_ALLOC_ORDER);
1220 rx->page = page;
1225 rx->info[idx].page = rx->page;
1228 * page */
1258 /* unmap the recvd page if we're the only or last user of it */
1304 #define MYRI10GE_HLEN 64 /* Bytes to copy from page to skb linear memory */
1328 va = page_address(rx->info[idx].page) + rx->info[idx].page_offset;
1336 put_page(rx->info[idx].page);
1347 skb_fill_page_desc(skb, i, rx->info[idx].page,
2040 put_page(ss->rx_big.info[idx].page);
2050 put_page(ss->rx_small.info[idx].page);
2093 put_page(ss->rx_big.info[idx].page);
2105 put_page(ss->rx_small.info[idx].page);