Searched refs:SIZE_TO_PAGES (Results 1 – 1 of 1) sorted by relevance
1453 #define SIZE_TO_PAGES(size) (((size) >> PAGE_SHIFT) + ((((size) &\ macro2404 cpage_count = SIZE_TO_PAGES(cq_size); in bna_rx_res_req()2409 dpage_count = SIZE_TO_PAGES(dq_size); in bna_rx_res_req()2415 hpage_count = SIZE_TO_PAGES(hq_size); in bna_rx_res_req()