Home
last modified time | relevance | path

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

/qemu/hw/scsi/
H A Dvmw_pvscsi.c48 #define PVSCSI_MAX_SG_ELEM 2048 macro
682 while (data_length && elmcnt < PVSCSI_MAX_SG_ELEM) { in pvscsi_convert_sglist()
683 while (!sg.resid && elmcnt++ < PVSCSI_MAX_SG_ELEM) { in pvscsi_convert_sglist()