Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/
H A Dxen-scsiback.c105 #define VSCSI_MAX_GRANTS (SG_ALL + VSCSIIF_SG_TABLESIZE) macro
132 grant_handle_t grant_handles[VSCSI_MAX_GRANTS];
133 struct page *pages[VSCSI_MAX_GRANTS];
692 for (i = 0; i < VSCSI_MAX_GRANTS; i++) in scsiback_get_pend_req()