Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
Diochannel.h129 #define MAX_PHYS_INFO 64 macro
276 struct guest_phys_info gpi_list[MAX_PHYS_INFO]; /* physical address
464 struct phys_info frags[MAX_PHYS_INFO]; /* physical page information for
/linux-4.1.27/drivers/staging/unisys/virthba/
Dvirthba.c479 if (scsihost->sg_tablesize > MAX_PHYS_INFO) in virthba_probe()
480 scsihost->sg_tablesize = MAX_PHYS_INFO; in virthba_probe()
859 if (scsi_sg_count(scsicmd) > MAX_PHYS_INFO) { in virthba_queue_command_lck()