Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dsdio_txrx.c99 page = __dev_alloc_pages(GFP_KERNEL, get_order(len)); in mt76s_rx_run_queue()
/openbmc/linux/include/linux/
H A Dskbuff.h3319 static inline struct page *__dev_alloc_pages(gfp_t gfp_mask, in __dev_alloc_pages() function
3337 return __dev_alloc_pages(GFP_ATOMIC | __GFP_NOWARN, order); in dev_alloc_pages()
3350 return __dev_alloc_pages(gfp_mask, 0); in __dev_alloc_page()
/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_wed.c335 page = __dev_alloc_pages(GFP_KERNEL, 0); in mtk_wed_tx_buffer_alloc()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c633 page = __dev_alloc_pages(gfp, s->fl_pg_order); in refill_fl()