Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/xen/
Dxen-scsiback.c111 #define VSCSI_MAX_GRANTS (SG_ALL + VSCSIIF_SG_TABLESIZE) macro
138 grant_handle_t grant_handles[VSCSI_MAX_GRANTS];
139 struct page *pages[VSCSI_MAX_GRANTS];
2019 for (i = 0; i < VSCSI_MAX_GRANTS; i++) in scsiback_init_pend()