Home
last modified time | relevance | path

Searched refs:hvpgoff (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dstorvsc_drv.c1760 unsigned int hvpgoff = 0; in storvsc_queuecommand() local
1784 hvpgoff = sgl->offset >> HV_HYP_PAGE_SHIFT; in storvsc_queuecommand()
1790 * 'hvpgoff' is the offset (in hv pages) of the first in storvsc_queuecommand()
1792 * between the sum of 'i' and 'hvpgoff' and the offset in storvsc_queuecommand()
1800 * +-hvpgoff-+ +-hvpgoff_in_page-+ in storvsc_queuecommand()
1805 (i + hvpgoff) % NR_HV_HYP_PAGES_IN_PAGE; in storvsc_queuecommand()

Completed in 3 milliseconds