Searched refs:SCIF_NR_ADDR_IN_PAGE (Results 1 – 2 of 2) sorted by relevance
408 for (i = 0, j = 0; i < nr_pages; i += SCIF_NR_ADDR_IN_PAGE, j++) { in scif_create_remote_lookup()447 i += SCIF_NR_ADDR_IN_PAGE, j++) { in scif_destroy_remote_lookup()844 nr_lookup = ALIGN(nr_contig_chunks, SCIF_NR_ADDR_IN_PAGE) in scif_prep_remote_window()845 >> ilog2(SCIF_NR_ADDR_IN_PAGE); in scif_prep_remote_window()860 (int)SCIF_NR_ADDR_IN_PAGE); in scif_prep_remote_window()
156 #define SCIF_NR_ADDR_IN_PAGE (0x1000 >> 3) macro