Lines Matching defs:page
36 #include <asm/page.h>
2727 struct page *page = alloc_page(gfp);
2729 if (!page)
2731 mapping = dma_map_page(&bp->pdev->dev, page, 0, PAGE_SIZE,
2734 __free_page(page);
2738 rx_pg->page = page;
2749 struct page *page = rx_pg->page;
2751 if (!page)
2757 __free_page(page);
2758 rx_pg->page = NULL;
2947 /* The caller was unable to allocate a new page to replace the
2948 * last one in the frags array, so we need to recycle that page
2952 struct page *page;
2957 page = skb_frag_page(&shinfo->frags[shinfo->nr_frags]);
2959 cons_rx_pg->page = page;
2976 prod_rx_pg->page = cons_rx_pg->page;
2977 cons_rx_pg->page = NULL;
3090 * page, we need to recycle the page and the DMA addr.
3096 skb_fill_page_desc(skb, i, rx_pg->page, 0, frag_len);
3097 rx_pg->page = NULL;
4589 /* Read the whole page into the buffer
4615 /* Erase the page */
4962 /* Configure page size. */
5271 netdev_warn(bp->dev, "init'ed rx page ring %d with %d/%d pages only\n",
8546 * New io-page table has been created before bnx2 does reset at open stage.
8548 * into the newly created io-page table.