Lines Matching defs:page
105 struct page *page;
128 struct page *page;
846 struct page *dmatest_page;
1181 struct page *page;
1195 /* we can use part of previous page */
1196 get_page(rx->page);
1198 /* we need a new page */
1199 page =
1202 if (unlikely(page == NULL)) {
1208 bus = pci_map_page(mgp->pdev, page, 0,
1212 __free_pages(page, MYRI10GE_ALLOC_ORDER);
1218 rx->page = page;
1223 rx->info[idx].page = rx->page;
1226 * page */
1256 /* unmap the recvd page if we're the only or last user of it */
1302 #define MYRI10GE_HLEN 64 /* Bytes to copy from page to skb linear memory */
1326 va = page_address(rx->info[idx].page) + rx->info[idx].page_offset;
1334 put_page(rx->info[idx].page);
1345 skb_fill_page_desc(skb, i, rx->info[idx].page,
2032 put_page(ss->rx_big.info[idx].page);
2042 put_page(ss->rx_small.info[idx].page);
2085 put_page(ss->rx_big.info[idx].page);
2097 put_page(ss->rx_small.info[idx].page);