Searched refs:ZFCP_QDIO_MAX_SBALES_PER_REQ (Results 1 – 2 of 2) sorted by relevance
312 .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()
27 #define ZFCP_QDIO_MAX_SBALES_PER_REQ \ macro