Home
last modified time | relevance | path

Searched refs:start_section (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/ibm/ehea/
Dehea_qmr.c630 unsigned long i, start_section, end_section; in ehea_update_busmap() local
641 start_section = (pfn * PAGE_SIZE) / EHEA_SECTSIZE; in ehea_update_busmap()
642 end_section = start_section + ((nr_pages * PAGE_SIZE) / EHEA_SECTSIZE); in ehea_update_busmap()
644 for (i = start_section; i < end_section; i++) { in ehea_update_busmap()
/linux-4.4.14/drivers/staging/rdma/ehca/
Dehca_mrmw.c2318 unsigned long i, start_section, end_section; in ehca_update_busmap() local
2332 start_section = (pfn * PAGE_SIZE) / EHCA_SECTSIZE; in ehca_update_busmap()
2334 for (i = start_section; i < end_section; i++) { in ehca_update_busmap()