Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/xen/
Dxen-scsiback.c106 #define VSCSI_MAX_GRANTS (SG_ALL + VSCSIIF_SG_TABLESIZE) macro
133 grant_handle_t grant_handles[VSCSI_MAX_GRANTS];
134 struct page *pages[VSCSI_MAX_GRANTS];
670 for (i = 0; i < VSCSI_MAX_GRANTS; i++) in scsiback_get_pend_req()