Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/s390/scsi/
Dzfcp_scsi.c312 .sg_tablesize = ZFCP_QDIO_MAX_SBALES_PER_REQ,
313 .max_sectors = (ZFCP_QDIO_MAX_SBALES_PER_REQ * 8),
671 shost->sg_prot_tablesize = ZFCP_QDIO_MAX_SBALES_PER_REQ / 2; in zfcp_scsi_set_prot()
672 shost->sg_tablesize = ZFCP_QDIO_MAX_SBALES_PER_REQ / 2; in zfcp_scsi_set_prot()
673 shost->max_sectors = ZFCP_QDIO_MAX_SBALES_PER_REQ * 8 / 2; in zfcp_scsi_set_prot()
Dzfcp_qdio.h27 #define ZFCP_QDIO_MAX_SBALES_PER_REQ \ macro