Home
last modified time | relevance | path

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

/linux-4.4.14/include/xen/interface/io/
Dvscsiif.h170 #define VSCSIIF_SG_TABLESIZE 26 macro
211 struct scsiif_request_segment seg[VSCSIIF_SG_TABLESIZE];
/linux-4.4.14/drivers/scsi/
Dxen-scsifront.c389 if (data_grants > VSCSIIF_SG_TABLESIZE) { in map_data_for_request()
708 .sg_tablesize = VSCSIIF_SG_TABLESIZE,
1071 nr_segs = max_t(unsigned int, nr_segs, VSCSIIF_SG_TABLESIZE); in scsifront_read_backend_params()
1073 VSCSIIF_SG_TABLESIZE * PAGE_SIZE / in scsifront_read_backend_params()
/linux-4.4.14/drivers/xen/
Dxen-scsiback.c106 #define VSCSI_MAX_GRANTS (SG_ALL + VSCSIIF_SG_TABLESIZE)
486 if (nr_segments > VSCSIIF_SG_TABLESIZE) { in scsiback_gnttab_data_map()