Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dstorvsc_drv.c1744 unsigned int hvpg_count = HVPFN_UP(offset_in_hvpg + length); in storvsc_queuecommand() local
1747 if (hvpg_count > MAX_PAGE_BUFFER_COUNT) { in storvsc_queuecommand()
1749 payload_sz = (hvpg_count * sizeof(u64) + in storvsc_queuecommand()
1769 for (i = 0; i < hvpg_count; i++) { in storvsc_queuecommand()