Lines Matching defs:page
36 #include <asm/page.h>
2728 struct page *page = alloc_page(gfp);
2730 if (!page)
2732 mapping = dma_map_page(&bp->pdev->dev, page, 0, PAGE_SIZE,
2735 __free_page(page);
2739 rx_pg->page = page;
2750 struct page *page = rx_pg->page;
2752 if (!page)
2758 __free_page(page);
2759 rx_pg->page = NULL;
2948 /* The caller was unable to allocate a new page to replace the
2949 * last one in the frags array, so we need to recycle that page
2953 struct page *page;
2958 page = skb_frag_page(&shinfo->frags[shinfo->nr_frags]);
2961 cons_rx_pg->page = page;
2978 prod_rx_pg->page = cons_rx_pg->page;
2979 cons_rx_pg->page = NULL;
3092 * page, we need to recycle the page and the DMA addr.
3098 skb_fill_page_desc(skb, i, rx_pg->page, 0, frag_len);
3099 rx_pg->page = NULL;
4605 /* Read the whole page into the buffer
4631 /* Erase the page */
4979 /* Configure page size. */
5288 netdev_warn(bp->dev, "init'ed rx page ring %d with %d/%d pages only\n",
8587 * New io-page table has been created before bnx2 does reset at open stage.
8589 * into the newly created io-page table.