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