Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dstorvsc_drv.c1743 unsigned long offset_in_hvpg = sgl->offset & ~HV_HYP_PAGE_MASK; in storvsc_queuecommand() local
1744 unsigned int hvpg_count = HVPFN_UP(offset_in_hvpg + length); in storvsc_queuecommand()
1765 payload->range.offset = offset_in_hvpg; in storvsc_queuecommand()